/* ABP User Fields — Front-end */

#abp_occupation {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
}

.abp-uf-optional {
    font-weight: 400;
    color: #888;
    font-size: 0.9em;
}

/* ABP-021: My Account dashboard card */

.abp-uf-dashboard-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px;
    margin: 20px 0;
}

.abp-uf-dashboard-card h3 {
    margin: 0 0 16px;
    font-size: 18px;
    color: #111827;
}

.abp-uf-details-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}

.abp-uf-details-table th,
.abp-uf-details-table td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

.abp-uf-details-table th {
    width: 140px;
    color: #6b7280;
    font-weight: 600;
}

.abp-uf-details-table td {
    color: #111827;
}

.abp-uf-details-table tr:last-child th,
.abp-uf-details-table tr:last-child td {
    border-bottom: none;
}

.abp-uf-edit-link {
    display: inline-block;
    color: #2271b1;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.abp-uf-edit-link:hover {
    color: #135e96;
    text-decoration: underline;
}
