.wcua-account-section {
    margin-bottom: 2em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #e5e5e5;
}

.wcua-account-section:last-child {
    border-bottom: none;
}

.wcua-account-section h3 {
    margin-bottom: 0.75em;
}

.wcua-attr-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wcua-attr-list li {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

/* Description des attributs */
.wcua-attr-description {
    font-style: italic;
    font-size: 0.85em;
    color: #777;
}

.wcua-empty {
    color: #777;
    font-style: italic;
}

.wcua-requests-table {
    width: 100%;
    border-collapse: collapse;
}

.wcua-requests-table th,
.wcua-requests-table td {
    text-align: left;
    padding: 8px 10px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}

.wcua-request-form .woocommerce-Input,
.wcua-request-form textarea.woocommerce-Input {
    width: 100%;
    max-width: 480px;
}

/* Badges partagés avec la ghost bar */
.wcua-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
}

.wcua-badge--active {
    background: #d4edda;
    color: #155724;
}

.wcua-badge--pending {
    background: #fff3cd;
    color: #856404;
}

.wcua-badge--refused {
    background: #f8d7da;
    color: #721c24;
}

.wcua-badge--auto {
    background: #d1ecf1;
    color: #0c5460;
}
