/* ==========================================================================
   Account hub: dashboard, login, listings, payments (2026-07-31)
   Brand: navy #0D2240 · gold #C8952B
   ========================================================================== */

body.cll-account-page #tm-sidebar,
body:has(.cll-account-shell) #tm-sidebar,
body.cll-login-page #tm-sidebar,
body:has(.cll-login-layout) #tm-sidebar {
    display: none !important;
}
body.cll-account-page .uk-grid > .uk-width-expand\@m,
body:has(.cll-account-shell) .uk-grid > .uk-width-expand\@m,
body.cll-login-page .uk-grid > .uk-width-expand\@m,
body:has(.cll-login-layout) .uk-grid > .uk-width-expand\@m {
    width: 100% !important;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    flex: none !important;
}

body.cll-account-page .page-header:not(.cll-util-hero) > h1,
body.cll-login-page .page-header:not(.cll-util-hero) > h1,
.cll-account-shell .page-header:not(.cll-util-hero) {
    display: none;
}

.cll-account-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
    margin-bottom: 40px;
}
@media (min-width: 960px) {
    .cll-account-shell {
        grid-template-columns: 240px minmax(0, 1fr);
        gap: 28px;
    }
}

.cll-account-rail {
    background: #fff;
    border: 1px solid #E5E9EF;
    border-radius: 12px;
    padding: 18px 14px 14px;
    box-shadow: 0 1px 2px rgba(13, 34, 64, 0.03);
}
@media (min-width: 960px) {
    .cll-account-rail {
        position: sticky;
        top: 88px;
    }
}
.cll-account-rail-user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 8px 16px;
    border-bottom: 1px solid #EEF1F5;
    margin-bottom: 12px;
}
.cll-account-avatar {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0D2240, #1a3558);
    color: #C8952B;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cll-account-rail-name {
    font-weight: 700;
    font-size: 14.5px;
    color: #0D2240;
    line-height: 1.25;
    margin: 0;
}
.cll-account-rail-meta {
    margin: 2px 0 0;
    font-size: 12px;
    color: #5A6570;
}
.cll-account-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cll-account-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #3D4A55 !important;
    text-decoration: none !important;
    transition: background 0.12s ease, color 0.12s ease;
}
.cll-account-nav a:hover {
    background: rgba(200, 149, 43, 0.1);
    color: #0D2240 !important;
}
.cll-account-nav a.is-active {
    background: rgba(13, 34, 64, 0.06);
    color: #0D2240 !important;
    box-shadow: inset 3px 0 0 #C8952B;
}
.cll-account-nav-icon {
    width: 18px;
    text-align: center;
    opacity: 0.85;
    font-size: 14px;
}
.cll-account-nav-sep {
    height: 1px;
    background: #EEF1F5;
    margin: 10px 8px;
}
.cll-account-nav a.cll-account-nav-logout {
    color: #8B4513 !important;
}

@media (max-width: 959px) {
    .cll-account-nav {
        display: flex;
        flex-wrap: nowrap;
        gap: 6px;
        overflow-x: auto;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }
    .cll-account-nav-sep { display: none; }
    .cll-account-nav a {
        white-space: nowrap;
        padding: 8px 12px;
        background: #F5F7FA;
        font-size: 13px;
    }
    .cll-account-nav a.is-active {
        box-shadow: none;
        background: rgba(200, 149, 43, 0.18);
    }
}

.cll-dash-hero { margin-bottom: 20px; }
.cll-dash-hero .cll-util-hero-inner { max-width: 42rem; }

.cll-dash-kpis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}
@media (min-width: 720px) {
    .cll-dash-kpis {
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
    }
}
.cll-kpi {
    background: #fff;
    border: 1px solid #E5E9EF;
    border-radius: 12px;
    padding: 16px 16px 14px;
    box-shadow: 0 1px 2px rgba(13, 34, 64, 0.03);
}
.cll-kpi-label {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #5A6570;
}
.cll-kpi-value {
    margin: 0;
    font-size: 1.55rem;
    font-weight: 700;
    color: #0D2240;
    line-height: 1.15;
}
.cll-kpi-hint {
    margin: 6px 0 0;
    font-size: 12.5px;
    color: #5A6570;
}
.cll-kpi-value--sm { font-size: 1.15rem; }

.cll-checklist { margin-bottom: 20px; }
.cll-checklist-list { list-style: none; margin: 0; padding: 0; }
.cll-checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid #EEF1F5;
}
.cll-checklist-item:first-child { border-top: 0; padding-top: 0; }
.cll-check-mark {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #D5DCE5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #5A6570;
    margin-top: 2px;
}
.cll-checklist-item.is-done .cll-check-mark {
    background: #C8952B;
    border-color: #C8952B;
    color: #0D2240;
}
.cll-check-body { flex: 1; min-width: 0; }
.cll-check-title {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
    color: #0D2240;
}
.cll-checklist-item.is-done .cll-check-title { color: #5A6570; }
.cll-check-desc {
    margin: 0;
    font-size: 13.5px;
    color: #5A6570;
    line-height: 1.45;
}
.cll-check-cta { flex: 0 0 auto; margin-top: 2px; }
@media (max-width: 640px) {
    .cll-checklist-item { flex-wrap: wrap; }
    .cll-check-cta {
        width: 100%;
        margin-left: 42px;
        margin-top: 8px;
    }
    .cll-check-cta .cll-util-btn { width: 100%; }
}

.cll-dash-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 20px;
}
@media (min-width: 800px) {
    .cll-dash-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }
}
.cll-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cll-util-btn--outline {
    background: transparent !important;
    color: #0D2240 !important;
    border: 1.5px solid #D5DCE5 !important;
}
.cll-util-btn--outline:hover {
    border-color: #C8952B !important;
    background: rgba(200, 149, 43, 0.08) !important;
}
.cll-util-btn--sm {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 13.5px;
}

.cll-attention-list { list-style: none; margin: 0; padding: 0; }
.cll-attention-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 0;
    border-top: 1px solid #EEF1F5;
    font-size: 14px;
    color: #3D4A55;
    line-height: 1.45;
}
.cll-attention-list li:first-child { border-top: 0; padding-top: 0; }
.cll-dot {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C8952B;
    margin-top: 6px;
}
.cll-dot--warn { background: #D97706; }
.cll-dot--danger { background: #C2410C; }
.cll-dot--ok { background: #059669; }

.cll-empty { text-align: center; padding: 28px 18px 22px; }
.cll-empty-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 14px;
    background: rgba(200, 149, 43, 0.12);
    color: #C8952B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}
.cll-empty p {
    margin: 0 auto 16px;
    color: #5A6570;
    font-size: 14.5px;
    line-height: 1.55;
    max-width: 28rem;
}

.cll-mini-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
}
.cll-mini-table th {
    text-align: left;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #5A6570;
    padding: 0 8px 10px 0;
    border-bottom: 1px solid #EEF1F5;
}
.cll-mini-table td {
    padding: 11px 8px 11px 0;
    border-bottom: 1px solid #F3F5F8;
    color: #3D4A55;
    vertical-align: top;
}
.cll-mini-table tr:last-child td { border-bottom: 0; }
.cll-mini-table a {
    color: #0D2240;
    font-weight: 600;
    text-decoration: none;
}
.cll-mini-table a:hover { color: #C8952B; }

.cll-pill {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 999px;
    line-height: 1.3;
    white-space: nowrap;
}
.cll-pill--active, .cll-pill--paid, .cll-pill--completed {
    background: rgba(5, 150, 105, 0.12);
    color: #047857;
}
.cll-pill--pending, .cll-pill--waiting {
    background: rgba(217, 119, 6, 0.12);
    color: #B45309;
}
.cll-pill--expired, .cll-pill--cancelled, .cll-pill--failed {
    background: rgba(194, 65, 12, 0.12);
    color: #C2410C;
}
.cll-pill--inactive, .cll-pill--draft {
    background: #EEF1F5;
    color: #5A6570;
}

.cll-progress { margin-top: 12px; }
.cll-progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 6px;
}
.cll-progress-track {
    height: 8px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    overflow: hidden;
}
.cll-progress-fill {
    height: 100%;
    background: #C8952B;
    border-radius: 999px;
}

.cll-login-layout { max-width: 1040px; margin: 0 auto 40px; }
.cll-login-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
}
@media (min-width: 880px) {
    .cll-login-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.9fr);
        gap: 24px;
    }
}
.cll-login-form-card { padding: 28px 24px 24px; }
.cll-login-layout .com-users-login__form .control-group { margin-bottom: 1rem; }
.cll-login-layout .com-users-login__form label,
.cll-login-layout .com-users-login__form .form-label {
    font-size: 13.5px;
    font-weight: 600;
    color: #0D2240;
    margin-bottom: 6px;
}
.cll-login-layout .com-users-login__form .form-control,
.cll-login-layout .com-users-login__form input[type="text"],
.cll-login-layout .com-users-login__form input[type="password"],
.cll-login-layout .com-users-login__form input[type="email"] {
    border: 1px solid #D5DCE5 !important;
    border-radius: 8px !important;
    min-height: 44px;
    padding: 10px 12px !important;
    font-size: 15px;
    width: 100%;
}
.cll-login-layout .com-users-login__form .form-control:focus,
.cll-login-layout .com-users-login__form input:focus {
    border-color: #C8952B !important;
    box-shadow: 0 0 0 3px rgba(200, 149, 43, 0.2) !important;
    outline: none;
}
.cll-login-layout .com-users-login__remember { margin: 4px 0 12px; }
.cll-login-layout .form-check-label { font-size: 14px; color: #3D4A55; }
.cll-login-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #EEF1F5;
    font-size: 13.5px;
}
.cll-login-links a {
    color: #C8952B !important;
    font-weight: 600;
    text-decoration: none;
}
.cll-login-links a:hover { text-decoration: underline; }
.cll-login-benefits { list-style: none; margin: 0; padding: 0; }
.cll-login-benefits li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 0;
    border-top: 1px solid #EEF1F5;
    font-size: 14px;
    color: #3D4A55;
    line-height: 1.45;
}
.cll-login-benefits li:first-child { border-top: 0; padding-top: 0; }
.cll-login-check {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(200, 149, 43, 0.15);
    color: #C8952B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}
.cll-logout-card { max-width: 480px; margin: 0 auto; }

body.cll-account-page #dj-classifieds > .title_top h1,
body.cll-account-page #dj-classifieds > h1 {
    font-size: clamp(1.4rem, 2.2vw, 1.75rem);
    font-weight: 700;
    color: #0D2240;
    margin: 0 0 18px;
}
body.cll-account-page .useritems_search .form-control,
body.cll-account-page .useritems_search .form-select,
body.cll-account-page .djfilterbox .form-select {
    border-radius: 8px !important;
    border-color: #D5DCE5 !important;
    min-height: 40px;
}
body.cll-account-page .useritems_search .btn-primary,
body.cll-account-page .action-buttons .btn-primary,
body.cll-account-page #dj-classifieds .button.btn-primary {
    background: #C8952B !important;
    border-color: #C8952B !important;
    color: #0D2240 !important;
    font-weight: 700;
    border-radius: 8px;
}
body.cll-account-page #dj-classifieds .btn-secondary { border-radius: 8px; }

body.cll-account-page .dj-useradverts {
    background: #fff;
    border: 1px solid #E5E9EF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(13, 34, 64, 0.03);
}
body.cll-account-page .dj-useradverts .main_title {
    background: #F8F9FB;
    border-bottom: 1px solid #E5E9EF;
    padding: 10px 12px;
}
body.cll-account-page .dj-useradverts .main_title a {
    color: #5A6570;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
}
body.cll-account-page .dj-useradverts .row_ua {
    border-bottom: 1px solid #F0F3F7;
    padding: 12px;
    transition: background 0.12s ease;
}
body.cll-account-page .dj-useradverts .row_ua:hover {
    background: rgba(200, 149, 43, 0.04);
}
body.cll-account-page .dj-useradverts .row_ua:last-child { border-bottom: 0; }

body.cll-account-page .userpayments,
body.cll-account-page .dj-items-table2.userpayments {
    background: #fff;
    border: 1px solid #E5E9EF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(13, 34, 64, 0.03);
}
body.cll-account-page .userpayments .item_header,
body.cll-account-page .userpayments .main_title {
    background: #F8F9FB;
    border-bottom: 1px solid #E5E9EF;
}
body.cll-account-page .userpayments .item_col a {
    color: #5A6570;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
}
body.cll-account-page .userpayments .item_row {
    border-bottom: 1px solid #F0F3F7;
}
body.cll-account-page .userpayments .item_row:hover {
    background: rgba(200, 149, 43, 0.04);
}

body.cll-account-page #dj-classifieds input[type="text"],
body.cll-account-page #dj-classifieds input[type="email"],
body.cll-account-page #dj-classifieds input[type="password"],
body.cll-account-page #dj-classifieds select,
body.cll-account-page #dj-classifieds textarea {
    border-radius: 8px;
    border-color: #D5DCE5;
}
body.cll-account-page #dj-classifieds input:focus,
body.cll-account-page #dj-classifieds select:focus,
body.cll-account-page #dj-classifieds textarea:focus {
    border-color: #C8952B;
    box-shadow: 0 0 0 3px rgba(200, 149, 43, 0.2);
    outline: none;
}

body.cll-account-page .com-users-profile input.form-control,
body.cll-account-page .com-users-profile__edit input.form-control,
body.cll-account-page .com-users-profile select.form-select,
body.cll-account-page .com-users-profile__edit select.form-select {
    border-radius: 8px !important;
    border: 1px solid #D5DCE5 !important;
    min-height: 44px;
}
body.cll-account-page .com-users-profile .btn-primary,
body.cll-account-page .com-users-profile__edit .btn-primary {
    background: #C8952B !important;
    border-color: #C8952B !important;
    color: #0D2240 !important;
    font-weight: 700;
    border-radius: 8px;
    min-height: 44px;
    padding: 10px 18px;
}

body.cll-account-page article.item-page {
    background: #fff;
    border: 1px solid #E5E9EF;
    border-radius: 12px;
    padding: 24px 22px;
}

.cll-welcome-banner {
    background: linear-gradient(135deg, rgba(200, 149, 43, 0.15), rgba(200, 149, 43, 0.05));
    border: 1px solid rgba(200, 149, 43, 0.35);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 16px;
    font-size: 14.5px;
    color: #0D2240;
    font-weight: 600;
}

/* Account page hero wrapper for non-dashboard views */
.cll-account-page-hero {
    margin-bottom: 18px;
}

/* ---------- Listings cards (Phase 2) -------------------------------- */
.cll-listings-toolbar { margin-bottom: 18px; }
.cll-listings-toolbar-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}
.cll-listings-search {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    flex: 1 1 240px;
}
.cll-listings-search .form-control {
    min-width: 180px;
    max-width: 280px;
    border-radius: 8px !important;
    border: 1px solid #D5DCE5 !important;
    min-height: 40px;
}
.cll-listings-filter .form-select {
    border-radius: 8px !important;
    border: 1px solid #D5DCE5 !important;
    min-height: 40px;
    min-width: 160px;
}
.cll-listings-bulk {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.cll-listings-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.cll-listing-card {
    background: #fff;
    border: 1px solid #E5E9EF;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(13, 34, 64, 0.03);
    overflow: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.cll-listing-card:hover {
    border-color: rgba(200, 149, 43, 0.4);
    box-shadow: 0 6px 20px rgba(13, 34, 64, 0.06);
}
.cll-listing-card-main {
    display: grid;
    grid-template-columns: auto 88px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 16px 12px;
    align-items: start;
}
@media (max-width: 560px) {
    .cll-listing-card-main {
        grid-template-columns: auto minmax(0, 1fr);
    }
    .cll-listing-thumb {
        grid-column: 2;
        width: 72px;
        height: 72px;
    }
}
.cll-listing-check {
    padding-top: 6px;
    margin: 0;
}
.cll-listing-thumb {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 10px;
    overflow: hidden;
    background: #F5F7FA;
    border: 1px solid #EEF1F5;
    flex-shrink: 0;
}
.cll-listing-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cll-listing-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-bottom: 4px;
}
.cll-listing-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0D2240;
}
.cll-listing-title a {
    color: #0D2240 !important;
    text-decoration: none !important;
}
.cll-listing-title a:hover { color: #C8952B !important; }
.cll-listing-meta {
    margin: 0 0 8px;
    font-size: 13px;
    color: #5A6570;
}
.cll-listing-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    font-size: 13px;
    color: #3D4A55;
}
.cll-listing-stats strong {
    color: #5A6570;
    font-weight: 600;
    margin-right: 4px;
}
.cll-listing-plan {
    margin: 8px 0 0;
    font-size: 12.5px;
    color: #5A6570;
}
.cll-listing-actions {
    border-top: 1px solid #F0F3F7;
    background: #FAFBFC;
    padding: 10px 14px;
}
.cll-listing-actions-in {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    float: none !important;
}
.cll-listing-actions .button,
.cll-listing-actions .btn {
    margin: 0 !important;
    float: none !important;
}
.cll-btn-danger {
    color: #C2410C !important;
    border-color: rgba(194, 65, 12, 0.35) !important;
}
.cll-btn-danger:hover {
    background: rgba(194, 65, 12, 0.08) !important;
}
.cll-listing-extra {
    border-top: 1px solid #F0F3F7;
    padding: 0 14px 10px;
}
.cll-listings-empty { margin-top: 8px; }
.cll-listings-pagination {
    margin-top: 20px;
    text-align: center;
}

/* Hide legacy DJCF column chrome when cards present */
.cll-listings-page .dj-useradverts .main_title,
.cll-listings-page .title_top { display: none !important; }

/* ---------- Membership plans -------------------------------------- */
.cll-plans-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0 0 24px;
}
@media (min-width: 720px) {
    .cll-plans-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
.cll-plan-card {
    background: #fff;
    border: 1px solid #E5E9EF;
    border-radius: 14px;
    padding: 24px 22px 22px;
    box-shadow: 0 1px 2px rgba(13, 34, 64, 0.03);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.cll-plan-card:hover {
    border-color: rgba(200, 149, 43, 0.45);
    box-shadow: 0 8px 24px rgba(13, 34, 64, 0.08);
}
.cll-plan-card.is-featured {
    border-color: #C8952B;
    box-shadow: 0 8px 28px rgba(200, 149, 43, 0.15);
}
.cll-plan-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #C8952B;
    color: #0D2240;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
}
.cll-plan-name {
    margin: 0 0 6px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0D2240;
}
.cll-plan-price {
    margin: 0 0 12px;
    font-size: 2rem;
    font-weight: 700;
    color: #0D2240;
    line-height: 1.1;
}
.cll-plan-price span {
    font-size: 0.95rem;
    font-weight: 600;
    color: #5A6570;
}
.cll-plan-desc {
    margin: 0 0 16px;
    font-size: 14.5px;
    color: #3D4A55;
    line-height: 1.55;
    flex: 1;
}
.cll-plan-features {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}
.cll-plan-features li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 8px 0;
    border-top: 1px solid #EEF1F5;
    font-size: 14px;
    color: #3D4A55;
}
.cll-plan-features li:first-child { border-top: 0; padding-top: 0; }
.cll-plan-check {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(200, 149, 43, 0.15);
    color: #C8952B;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}
.cll-plan-note {
    margin: 0 0 20px;
    font-size: 14.5px;
    color: #5A6570;
    line-height: 1.55;
}
.cll-membership-current {
    margin-bottom: 20px;
}

body.cll-account-page .userpayments > h1:first-child { display: none; }


/* ---------- Profile edit shell ------------------------------------ */
.cll-profileedit-card {
    padding: 22px 20px 20px;
}
.cll-profileedit-card .title_top {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0D2240;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EEF1F5;
}
.cll-profileedit-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #EEF1F5;
}
.cll-profileedit-form-wrap .form-control,
.cll-profileedit-form-wrap input[type="text"],
.cll-profileedit-form-wrap input[type="email"],
.cll-profileedit-form-wrap select,
.cll-profileedit-form-wrap textarea {
    border-radius: 8px !important;
    border: 1px solid #D5DCE5 !important;
    min-height: 40px;
}
.cll-profileedit-form-wrap input:focus,
.cll-profileedit-form-wrap select:focus,
.cll-profileedit-form-wrap textarea:focus {
    border-color: #C8952B !important;
    box-shadow: 0 0 0 3px rgba(200, 149, 43, 0.2) !important;
    outline: none;
}
.cll-qa-banner {
    background: #FFF8E8;
    border: 1px dashed rgba(200, 149, 43, 0.55);
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 14px;
    font-size: 13.5px;
    color: #0D2240;
}
.cll-qa-banner strong { color: #C8952B; }

/* ---------- Add listing form -------------------------------------- */
.cll-additem-card {
    padding: 22px 20px 20px;
}
.cll-additem-card .title_top {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0D2240;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EEF1F5;
}
.cll-additem-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #EEF1F5;
}
.cll-additem-page .form-control,
.cll-additem-page input[type="text"],
.cll-additem-page input[type="email"],
.cll-additem-page input[type="number"],
.cll-additem-page select,
.cll-additem-page textarea {
    border-radius: 8px !important;
    border: 1px solid #D5DCE5 !important;
}
.cll-additem-page input:focus,
.cll-additem-page select:focus,
.cll-additem-page textarea:focus {
    border-color: #C8952B !important;
    box-shadow: 0 0 0 3px rgba(200, 149, 43, 0.2) !important;
    outline: none;
}
.cll-additem-page .djform_row,
.cll-additem-page .control-group {
    margin-bottom: 0.9rem;
}
.cll-additem-page label,
.cll-additem-page .label {
    font-weight: 600;
    color: #0D2240;
    font-size: 13.5px;
}

/* ---------- Payment checkout -------------------------------------- */
.cll-checkout-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cll-payment-page table.paymentdetails {
    width: 100% !important;
    background: #fff;
    border: 1px solid #E5E9EF;
    border-radius: 12px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(13, 34, 64, 0.03);
    margin-bottom: 0 !important;
}
.cll-payment-page table.paymentdetails .td_title {
    background: linear-gradient(135deg, #0D2240 0%, #1a3558 100%);
    padding: 14px 18px !important;
}
.cll-payment-page table.paymentdetails .td_title h2 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
}
.cll-payment-page .td_pdetails,
.cll-payment-page .table_payment {
    padding: 16px 18px !important;
}
.cll-payment-page .pd_row,
.cll-payment-page .pd_row_net,
.cll-payment-page .pd_row_tax,
.cll-payment-page .pd_row_total {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0 !important;
    border-bottom: 1px solid #F0F3F7;
    font-size: 14.5px;
    color: #3D4A55;
}
.cll-payment-page .pd_row_total {
    border-bottom: 0;
    font-weight: 700;
    color: #0D2240;
    font-size: 1.05rem;
    margin-top: 4px;
}
.cll-payment-page .pd_row .price,
.cll-payment-page .pd_row_total .price,
.cll-payment-page .pd_row_net .price,
.cll-payment-page .pd_row_tax .price {
    font-weight: 700;
    color: #0D2240;
    white-space: nowrap;
}
.cll-payment-page .pd_row .item_name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0D2240;
}
.cll-payment-page .payment_td {
    padding: 12px 0 !important;
    border-bottom: 1px solid #F0F3F7;
}
.cll-payment-page .payment_td:last-child {
    border-bottom: 0;
}
.cll-payment-page .payment_td .button,
.cll-payment-page .payment_td .btn-primary,
.cll-payment-page .payment_td a.button {
    background: #C8952B !important;
    border-color: #C8952B !important;
    color: #0D2240 !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 8px 16px !important;
    text-decoration: none !important;
}
.cll-payment-page .payment_back_to_edit {
    margin-bottom: 12px;
}
.cll-payment-page .payment_back_to_edit a {
    color: #C8952B;
    font-weight: 600;
    text-decoration: none;
}
.cll-payment-page .payment_back_to_edit a:hover {
    text-decoration: underline;
}
