/**
 * Member Discounts Block Styles
 */

.member-discounts-block {
    margin: 2rem 0;
}

.discount-item {
    margin-bottom: 2rem;
}

.discount-company {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #333;
}

.discount-info {
    margin: 0.5rem 0;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #555;
    font-weight: normal;
}

.discount-info strong {
    font-weight: bold;
}

.discount-details,
.discount-how-to,
.discount-members-only {
    margin: 0.75rem 0;
    line-height: 1.6;
    color: #666;
}

.discount-members-only a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.discount-members-only a:hover {
    text-decoration: underline;
}

.discount-separator {
    margin: 2rem 0;
    border: none;
    border-top: 1px solid #e0e0e0;
}

.discount-item:last-child .discount-separator {
    display: none;
}

.no-discounts {
    padding: 2rem;
    text-align: center;
    color: #666;
    font-style: italic;
    background: #f9f9f9;
    border-radius: 4px;
}

.member-discounts-block.error {
    padding: 1rem;
    background: #fee;
    border-left: 4px solid #d00;
    color: #900;
}

/* Auto-linkify styles */
.discount-details a,
.discount-how-to a,
.discount-info a {
    color: #0073aa;
    text-decoration: none;
}

.discount-details a:hover,
.discount-how-to a:hover,
.discount-info a:hover {
    text-decoration: underline;
}

/* Editor-specific styles */
.member-discounts-block-editor {
    border: 1px dashed #ccc;
    padding: 1rem;
    background: #fafafa;
}

.member-discounts-block-editor .member-discounts-block {
    margin: 0;
}

.editor-notice {
    margin-bottom: 1rem;
}
