/* ═══════════════════════════════════════════════════════════
   OLENG DASHBOARD – Modern green theme
   ═══════════════════════════════════════════════════════════ */

/* ── Force full-width for all parent wrappers ── */
.woocommerce-account #c27-site-wrapper,
.woocommerce-account .i-section,
.woocommerce-account .container,
.woocommerce-account .c1,
.woocommerce-account .wcc,
.woocommerce-account .content-area,
.woocommerce-account .the-page-content,
.woocommerce-account .row,
.woocommerce-account .col-md-12,
.woocommerce-account .col-md-9,
.woocommerce-account .woocommerce,
.woocommerce-account .entry-content,
.woocommerce-account .page-body,
.woocommerce-account .page-body .container,
.woocommerce-account .elementor-section,
.woocommerce-account .elementor-section > .elementor-container,
.woocommerce-account .elementor-widget-wrap,
.woocommerce-account #primary,
.woocommerce-account .site-main,
.woocommerce-account article {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
}

/* Remove section padding from MyListing */
.woocommerce-account .i-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Hide MyListing page head */
.woocommerce-account .page-head,
.woocommerce-account .title-section {
    display: none !important;
}

/* ── Kill old WooCommerce float layout inside our wrapper ── */
.oleng-account-wrap .oleng-dash-nav,
.oleng-account-wrap .oleng-account-content {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

/* Let MyListing sub-pages keep their padding but remove float */
.oleng-account-content .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
}

/* ── Our grid wrapper ── */
.oleng-account-wrap {
    display: grid !important;
    grid-template-columns: 240px minmax(0, 1fr) !important;
    min-height: 100vh;
    background: #f5f7f5;
    width: 100%;
}

@media (max-width: 768px) {
    .oleng-account-wrap {
        grid-template-columns: 1fr !important;
    }
}

/* ── Sidebar Navigation ── */
.oleng-dash-nav {
    background: #1B4332;
    border-right: none;
    padding: 20px 14px;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .oleng-dash-nav {
        position: static;
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        padding: 12px 16px;
        border-right: none;
        border-bottom: 1px solid rgba(27,67,50,.08);
    }
    .oleng-dash-nav__group-label { display: none; }
    .oleng-dash-nav__user { display: none; }
    .oleng-dash-nav__logo { padding-bottom: 0; margin-bottom: 0; border-bottom: none; margin-right: auto; }
    .oleng-dash-nav__list { display: flex; flex-wrap: wrap; gap: 4px; }
    .oleng-dash-nav__list li a { padding: 8px 10px; }
    .oleng-dash-nav__list li a span { display: none; }
}

.oleng-dash-nav__logo {
    display: none;
}

.oleng-dash-nav__group-label {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255,255,255,.4);
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 16px 8px 6px;
}

.oleng-dash-nav__list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.oleng-dash-nav__list li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.oleng-dash-nav__list li a {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    color: rgba(255,255,255,.7) !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    transition: all .15s;
    line-height: 1.4;
}
.oleng-dash-nav__list li a svg {
    flex-shrink: 0;
    opacity: .6;
    color: rgba(255,255,255,.6);
}
.oleng-dash-nav__list li a:hover {
    background: rgba(255,255,255,.1);
    color: #fff !important;
}
.oleng-dash-nav__list li a:hover svg { opacity: 1; color: #fff; }

.oleng-dash-nav__list li.is-active a,
.oleng-dash-nav__list li.is-active a:hover {
    background: rgba(255,255,255,.15) !important;
    color: #fff !important;
    font-weight: 600;
}
.oleng-dash-nav__list li.is-active a svg { opacity: 1; color: #52B788; }

.oleng-dash-nav__user {
    margin-top: auto;
    padding: 16px 8px 0;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    gap: 10px;
}
.oleng-dash-nav__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #D8F3DC;
}
.oleng-dash-nav__user-info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
}
.oleng-dash-nav__user-info strong {
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.oleng-dash-nav__user-info small {
    font-size: 11px;
    color: rgba(255,255,255,.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Main Dashboard Content ── */
.oleng-account-content {
    padding: 28px 32px !important;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .oleng-account-content { padding: 20px 16px !important; }
}

/* ── Dashboard Sections ── */
.oleng-dash__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.oleng-dash__title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 4px !important;
    line-height: 1.2 !important;
    padding: 0 !important;
}
.oleng-dash__subtitle {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}
.oleng-dash__header-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

/* Buttons */
.oleng-dash__btn {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 20px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: all .15s;
    border: none !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.4;
}
.oleng-dash__btn--primary {
    background: #1B4332 !important;
    color: #fff !important;
}
.oleng-dash__btn--primary:hover {
    background: #0d2b1e !important;
    color: #fff !important;
    text-decoration: none !important;
}
.oleng-dash__btn--outline {
    background: #fff !important;
    color: #1B4332 !important;
    border: 1px solid rgba(27,67,50,.2) !important;
}
.oleng-dash__btn--outline:hover {
    background: #f0fdf4 !important;
    border-color: #1B4332 !important;
    color: #1B4332 !important;
    text-decoration: none !important;
}

/* ── Stat Cards ── */
.oleng-dash__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}
@media (max-width: 700px) {
    .oleng-dash__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.oleng-dash__stat {
    background: #fff;
    border: 1px solid rgba(27,67,50,.08);
    border-radius: 16px;
    padding: 20px;
    position: relative;
    transition: box-shadow .2s;
}
.oleng-dash__stat:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
}
.oleng-dash__stat--highlight {
    background: linear-gradient(135deg, #1B4332 0%, #2D6A4F 100%);
    border-color: transparent;
    color: #fff;
}
.oleng-dash__stat--highlight .oleng-dash__stat-label { color: #B7E4C7; }
.oleng-dash__stat--highlight .oleng-dash__stat-val { color: #fff; }
.oleng-dash__stat--highlight .oleng-dash__stat-icon { background: rgba(255,255,255,.15); color: #fff; }

.oleng-dash__stat-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.oleng-dash__stat-label {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
}
.oleng-dash__stat-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0fdf4;
    color: #1B4332;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.oleng-dash__stat-val {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

/* ── Stat sub-label ── */
.oleng-dash__stat-sub {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 4px;
}
.oleng-dash__stat--highlight .oleng-dash__stat-sub {
    color: rgba(255,255,255,.6);
}

/* ── Visit Chart ── */
.oleng-dash__chart {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 150px;
    padding-top: 10px;
}
.oleng-dash__chart-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}
.oleng-dash__chart-bars {
    display: flex;
    gap: 2px;
    align-items: flex-end;
    flex: 1;
    width: 100%;
}
.oleng-dash__chart-bar {
    flex: 1;
    border-radius: 3px 3px 0 0;
    min-height: 2px;
    transition: height .3s ease;
}
.oleng-dash__chart-val {
    font-size: 10px;
    font-weight: 600;
    color: #1B4332;
    margin-bottom: 2px;
    line-height: 1;
}
.oleng-dash__chart-col:hover .oleng-dash__chart-bar {
    opacity: .8;
}
.oleng-dash__chart-label {
    font-size: 11px;
    color: #475569;
    font-weight: 500;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    text-align: center;
    min-height: 14px;
}
.oleng-dash__chart-legend {
    display: flex;
    gap: 14px;
}
.oleng-dash__chart-legend span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #64748b;
}
.oleng-dash__chart-legend i {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    display: inline-block;
    font-style: normal;
}

/* ── Grid ── */
.oleng-dash__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 20px;
}
@media (max-width: 1000px) {
    .oleng-dash__grid { grid-template-columns: 1fr; }
}

.oleng-dash__card {
    background: #fff;
    border: 1px solid rgba(27,67,50,.08);
    border-radius: 16px;
    padding: 24px;
    overflow: hidden;
    min-width: 0;
}
.oleng-dash__card--wide {
    grid-column: 1 / -1;
}

.oleng-dash__card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 12px;
}
.oleng-dash__card-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 !important;
    padding: 0 !important;
}
.oleng-dash__card-link {
    font-size: 13px;
    font-weight: 600;
    color: #1B4332;
    text-decoration: none;
    white-space: nowrap;
}
.oleng-dash__card-link:hover {
    text-decoration: underline;
    color: #0d2b1e;
}

/* ── Listings Table ── */
.oleng-dash__listings-table {
    overflow-x: auto;
}
.oleng-dash__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.oleng-dash__table thead th {
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 0 12px 12px;
    border-bottom: 1px solid rgba(27,67,50,.06);
    white-space: nowrap;
}
.oleng-dash__table tbody tr {
    transition: background .1s;
}
.oleng-dash__table tbody tr:hover {
    background: #fafffe;
}
.oleng-dash__table tbody td {
    padding: 12px;
    color: #475569;
    border-bottom: 1px solid rgba(27,67,50,.04);
    vertical-align: middle;
}
.oleng-dash__listing-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.oleng-dash__listing-cell a {
    color: #1a1a1a !important;
    font-weight: 600;
    text-decoration: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.oleng-dash__listing-cell a:hover { text-decoration: underline !important; color: #1B4332 !important; }
.oleng-dash__listing-thumb {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    background: #f0fdf4;
}
.oleng-dash__listing-thumb--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #52B788;
}
.oleng-dash__cat-tag {
    font-size: 11px;
    background: #f0fdf4;
    color: #1B4332;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 500;
    white-space: nowrap;
}
.oleng-dash__status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: var(--status-color);
    white-space: nowrap;
}
.oleng-dash__status::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--status-color);
    flex-shrink: 0;
}

/* ── Quick Actions ── */
.oleng-dash__quick-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.oleng-dash__action-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(27,67,50,.06);
    text-decoration: none !important;
    color: inherit !important;
    transition: all .15s;
}
.oleng-dash__action-item:hover {
    background: #fafffe;
    border-color: rgba(27,67,50,.12);
    text-decoration: none !important;
    color: inherit !important;
    transform: translateX(4px);
}
.oleng-dash__action-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.oleng-dash__action-item strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}
.oleng-dash__action-item small {
    font-size: 12px;
    color: #94a3b8;
}

/* ── Status Overview ── */
.oleng-dash__status-overview {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.oleng-dash__bar-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.oleng-dash__bar-label {
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    width: 80px;
    flex-shrink: 0;
}
.oleng-dash__bar-track {
    flex: 1;
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
    min-width: 40px;
}
.oleng-dash__bar-fill {
    height: 100%;
    border-radius: 4px;
    transition: width .5s ease;
    min-width: 4px;
}
.oleng-dash__bar-val {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    width: 30px;
    text-align: right;
    flex-shrink: 0;
}

.oleng-dash__donut-wrap {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(27,67,50,.06);
}
.oleng-dash__donut-legend {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.oleng-dash__donut-legend span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
}
.oleng-dash__donut-legend i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    font-style: normal;
}

/* ── Empty State ── */
.oleng-dash__empty {
    text-align: center;
    padding: 40px 20px;
    color: #94a3b8;
}
.oleng-dash__empty p {
    font-size: 14px;
    margin-bottom: 16px;
}

/* ── Responsive table ── */
@media (max-width: 600px) {
    .oleng-dash__table thead { display: none; }
    .oleng-dash__table tbody td { display: block; padding: 6px 12px; }
    .oleng-dash__table tbody td:first-child { padding-top: 12px; }
    .oleng-dash__table tbody td:last-child { padding-bottom: 12px; border-bottom: 1px solid rgba(27,67,50,.08); }
}

/* ── WooCommerce form pages (non-dashboard) ── */
.oleng-account-content .woocommerce-notices-wrapper {
    margin-bottom: 20px;
}

/* ═══════════════════════════════════════════════════════════
   MyListing Sub-pages – HIGH SPECIFICITY overrides
   Uses .oleng-account-wrap prefix to beat parent theme
   ═══════════════════════════════════════════════════════════ */

/* ── Title ── */
.oleng-account-wrap .oleng-account-content .mlduo-welcome-message h1,
.oleng-account-wrap .oleng-account-content .my-listings-tab-con h1 {
    color: #0d1f17 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    margin: 0 0 8px 0 !important;
    letter-spacing: -0.3px !important;
}

/* ── Stat cards ── */
.oleng-account-wrap .my-listings-stat-box {
    margin-bottom: 24px !important;
}
.oleng-account-wrap .mlduo-stat-box {
    border-radius: 14px !important;
    padding: 20px 24px !important;
    min-height: 80px !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.1) !important;
}
/* Force ALL stat card content white - nuclear override */
.oleng-account-wrap .mlduo-stat-box,
.oleng-account-wrap .mlduo-stat-box.second,
.oleng-account-wrap .mlduo-stat-box h2,
.oleng-account-wrap .mlduo-stat-box p,
.oleng-account-wrap .mlduo-stat-box span,
.oleng-account-wrap .mlduo-stat-box div,
.oleng-account-wrap .mlduo-stat-box a,
.oleng-account-wrap .stat-card .mlduo-stat-box h2,
.oleng-account-wrap .stat-card .mlduo-stat-box p,
.woocommerce-account .mlduo-stat-box h2,
.woocommerce-account .mlduo-stat-box p {
    color: #fff !important;
}
.oleng-account-wrap .mlduo-stat-box h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 0 4px 0 !important;
    position: relative !important;
    z-index: 2 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.15) !important;
}
.oleng-account-wrap .mlduo-stat-box p {
    font-size: 13px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 2 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.1) !important;
}
.oleng-account-wrap .mlduo-stat-box i {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: rgba(255,255,255,.25) !important;
    font-size: 48px !important;
    z-index: 1 !important;
}
.oleng-account-wrap .stat-card { margin-bottom: 16px !important; }
.oleng-account-wrap .stat-card a { text-decoration: none !important; }

/* ── Header / Filter bar ── */
.oleng-account-wrap .my-listings-tab-con {
    margin-bottom: 24px !important;
    align-items: center !important;
    background: #e8f5e9 !important;
    border-radius: 14px !important;
    padding: 20px 24px !important;
    border: 1px solid rgba(27,67,50,.1) !important;
    box-shadow: none !important;
}

/* ── Search bar ── */
.oleng-account-wrap .search-my-listings { margin-bottom: 0 !important; }
.oleng-account-wrap .search-my-listings form {
    display: flex !important;
    align-items: center !important;
    background: #fff !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 0 !important;
    height: 44px !important;
    overflow: hidden !important;
}
.oleng-account-wrap .search-my-listings form:focus-within { border-color: #1B4332 !important; }
.oleng-account-wrap .search-my-listings input {
    border: none !important;
    background: transparent !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
    height: 44px !important;
    min-width: 200px !important;
    width: 100% !important;
    padding: 0 14px !important;
    outline: none !important;
    box-shadow: none !important;
}
.oleng-account-wrap .search-my-listings input::placeholder { color: #94a3b8 !important; }
.oleng-account-wrap .search-my-listings button {
    background: #1B4332 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 8px 8px 0 !important;
    min-width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}
.oleng-account-wrap .search-my-listings button i { color: #fff !important; font-size: 18px !important; }

/* ── Form fields ── */
.oleng-account-wrap .form-control,
.oleng-account-wrap select,
.oleng-account-wrap input[type="text"],
.oleng-account-wrap input[type="search"] {
    border: 1px solid rgba(27,67,50,.15) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #1a1a1a !important;
    font-size: 13px !important;
    height: 40px !important;
}

/* ── Listings container ── */
.oleng-account-wrap #job-manager-job-dashboard {
    background: transparent !important;
}
.oleng-account-wrap .woocommerce-MyAccount-content table.job-manager-jobs {
    border-collapse: separate !important;
    border-spacing: 0 12px !important;
    width: 100% !important;
}

/* ── Listing cards (table rows) ── */
.oleng-account-wrap .woocommerce-MyAccount-content table.job-manager-jobs tr.listing-cell {
    background: #fff !important;
    border-radius: 14px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,.05) !important;
}
.oleng-account-wrap .woocommerce-MyAccount-content table.job-manager-jobs tr.listing-cell td {
    border: none !important;
    vertical-align: top !important;
    padding: 16px !important;
    color: #475569 !important;
}

/* ── Listing type badge ── */
.oleng-account-wrap .listing-type .value {
    background: #f0fdf4 !important;
    color: #1B4332 !important;
    border-radius: 6px !important;
    padding: 3px 10px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    display: inline-block !important;
}

/* ── Listing thumbnail ── */
.oleng-account-wrap .c27_listing_logo img {
    border-radius: 10px !important;
    width: 52px !important;
    height: 52px !important;
    object-fit: cover !important;
}

/* ── Listing title ── */
.oleng-account-wrap .job_title a,
.oleng-account-wrap td.job_title a {
    color: #0d1f17 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-decoration: none !important;
}
.oleng-account-wrap .job_title a:hover { color: #1B4332 !important; }

/* ── Action buttons – use ID for max specificity ── */
.oleng-account-wrap #job-manager-job-dashboard table ul.job-dashboard-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 8px 0 0 !important;
    margin: 0 !important;
}
.oleng-account-wrap #job-manager-job-dashboard table ul.job-dashboard-actions li {
    text-align: center !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: stretch !important;
}
.oleng-account-wrap #job-manager-job-dashboard table ul.job-dashboard-actions li a {
    color: #475569 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 9px 8px !important;
    border-radius: 8px !important;
    transition: all .15s !important;
    background: #f5f7f5 !important;
    border: 1px solid rgba(27,67,50,.08) !important;
    white-space: nowrap !important;
    width: 100% !important;
    border-bottom: none !important;
    box-sizing: border-box !important;
    min-height: 38px !important;
}
.oleng-account-wrap #job-manager-job-dashboard table ul.job-dashboard-actions li a:hover {
    color: #1B4332 !important;
    background: #e8f5e9 !important;
    border-color: rgba(27,67,50,.15) !important;
}
.oleng-account-wrap #job-manager-job-dashboard table ul.job-dashboard-actions li a i {
    font-size: 14px !important;
    color: inherit !important;
}

/* ── Hide Duplikeeri + Statistika (has its own page now) ── */
.oleng-account-wrap #job-manager-job-dashboard li.cts-listing-action-duplicate,
.oleng-account-wrap #job-manager-job-dashboard li.cts-listing-action-stats {
    display: none !important;
}

/* ── Kustuta (Delete) - red, full-width bottom ── */
.oleng-account-wrap #job-manager-job-dashboard li.cts-listing-action-delete {
    grid-column: 1 / -1 !important;
    margin-top: 4px !important;
    border-top: 1px solid #f1f5f9 !important;
    padding-top: 8px !important;
}
.oleng-account-wrap #job-manager-job-dashboard li.cts-listing-action-delete a {
    color: #dc2626 !important;
    background: #fef2f2 !important;
    border-color: rgba(220,38,38,.1) !important;
    width: auto !important;
}
.oleng-account-wrap #job-manager-job-dashboard li.cts-listing-action-delete a:hover {
    color: #fff !important;
    background: #dc2626 !important;
}
.oleng-account-wrap #job-manager-job-dashboard li.cts-listing-action-delete a i {
    color: inherit !important;
}

/* ── Võimenda (Promote) – yellow accent, bold, first ── */
.oleng-account-wrap #job-manager-job-dashboard li.cts-listing-action-promote {
    order: -1 !important;
    grid-column: 1 / -1 !important;
}
.oleng-account-wrap #job-manager-job-dashboard li.cts-listing-action-promote a {
    background: linear-gradient(135deg, #1B4332, #2D6A4F) !important;
    color: #fff !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(27,67,50,.2) !important;
}
.oleng-account-wrap #job-manager-job-dashboard li.cts-listing-action-promote a:hover {
    background: linear-gradient(135deg, #0d2b1e, #1B4332) !important;
    color: #fff !important;
}
.oleng-account-wrap #job-manager-job-dashboard li.cts-listing-action-promote a i {
    color: #FBBF24 !important;
}
.oleng-account-wrap #job-manager-job-dashboard li.listing-promoted a {
    background: #52B788 !important;
    color: #fff !important;
}

/* ── Listing date info ── */
.oleng-account-wrap .listing-info .info .label,
.oleng-account-wrap .woocommerce-MyAccount-content .label,
.oleng-account-wrap #job-manager-job-dashboard .label {
    color: #1a1a1a !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}
.oleng-account-wrap .listing-info .info .value,
.oleng-account-wrap .woocommerce-MyAccount-content .info .value {
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

/* ── No listings message ── */
.oleng-account-wrap .no-listings {
    background: #fff !important;
    border-radius: 14px !important;
    padding: 48px 24px !important;
    text-align: center !important;
    color: #64748b !important;
}
.oleng-account-wrap .no-listings i {
    color: #B7E4C7 !important;
    font-size: 48px !important;
}

/* ── WooCommerce tables (orders) ── */
.oleng-account-wrap .woocommerce-orders-table,
.oleng-account-wrap .shop_table {
    border-radius: 14px !important;
    overflow: hidden !important;
    border: 1px solid rgba(27,67,50,.08) !important;
    background: #fff !important;
}
.oleng-account-wrap .woocommerce-orders-table th,
.oleng-account-wrap .shop_table th {
    background: #f8faf8 !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
}
.oleng-account-wrap .woocommerce-orders-table td,
.oleng-account-wrap .shop_table td {
    color: #475569 !important;
    font-size: 13px !important;
}

/* ── Buttons ── */
.oleng-account-wrap .woocommerce-button,
.oleng-account-wrap .button,
.oleng-account-wrap button[type="submit"] {
    background: #1B4332 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    padding: 10px 20px !important;
}
.oleng-account-wrap .woocommerce-button:hover,
.oleng-account-wrap .button:hover,
.oleng-account-wrap button[type="submit"]:hover {
    background: #0d2b1e !important;
    color: #fff !important;
}

/* ── Global text colors ── */
.oleng-account-wrap .oleng-account-content h1,
.oleng-account-wrap .oleng-account-content h2,
.oleng-account-wrap .oleng-account-content h3,
.oleng-account-wrap .oleng-account-content h4 {
    color: #0d1f17 !important;
}
.oleng-account-wrap .oleng-account-content p,
.oleng-account-wrap .oleng-account-content span,
.oleng-account-wrap .oleng-account-content .info {
    color: #475569;
}
.oleng-account-wrap .oleng-account-content a { color: #1B4332; }
.oleng-account-wrap .oleng-account-content a:hover { color: #0d2b1e; }

/* ── Address / Edit-account pages ── */
.oleng-account-wrap .woocommerce-address-fields,
.oleng-account-wrap .woocommerce-EditAccountForm {
    background: #fff !important;
    border-radius: 14px !important;
    padding: 28px !important;
    border: 1px solid rgba(27,67,50,.08) !important;
}
.oleng-account-wrap .woocommerce-address-fields label,
.oleng-account-wrap .woocommerce-EditAccountForm label {
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* ═══════════════════════════════════════════════════════════
   Statistika page
   ═══════════════════════════════════════════════════════════ */
.oleng-statistika__header { margin-bottom: 24px; }
.oleng-statistika__header h1 { font-size: 24px; font-weight: 800; color: #0d1f17; margin: 0 0 4px; }
.oleng-statistika__header p { color: #64748b; font-size: 14px; margin: 0; }

.oleng-statistika__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}
@media (max-width: 700px) { .oleng-statistika__cards { grid-template-columns: 1fr 1fr; } }
.oleng-statistika__card {
    background: #fff;
    border: 1px solid rgba(27,67,50,.08);
    border-radius: 14px;
    padding: 20px;
    text-align: center;
}
.oleng-statistika__card--accent {
    background: linear-gradient(135deg, #1B4332, #2D6A4F);
    border: none;
}
.oleng-statistika__card--accent .oleng-statistika__card-val { color: #fff !important; }
.oleng-statistika__card--accent .oleng-statistika__card-label { color: #B7E4C7 !important; }
.oleng-statistika__card-val { display: block; font-size: 32px; font-weight: 700; color: #0d1f17; line-height: 1.1; }
.oleng-statistika__card-label { display: block; font-size: 12px; color: #64748b; margin-top: 4px; font-weight: 500; }

/* Detail view */
.oleng-statistika__detail {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid rgba(27,67,50,.08);
}
.oleng-statistika__detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.oleng-statistika__detail-header h2 { font-size: 18px; font-weight: 700; color: #0d1f17; margin: 0; }
.oleng-statistika__back {
    color: #1B4332 !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    padding: 6px 12px;
    border-radius: 8px;
    background: #f0fdf4;
}
.oleng-statistika__back:hover { background: #d1fae5; }
.oleng-statistika__detail-cards {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}
.oleng-statistika__mini-card {
    background: #f8faf8;
    border-radius: 10px;
    padding: 12px 20px;
    text-align: center;
}
.oleng-statistika__mini-card strong { display: block; font-size: 22px; color: #0d1f17; }
.oleng-statistika__mini-card span { font-size: 11px; color: #64748b; }

/* Chart in detail */
.oleng-statistika__chart {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 160px;
    padding-top: 20px;
}
.oleng-statistika__chart-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.oleng-statistika__chart-val { font-size: 10px; font-weight: 600; color: #1B4332; margin-bottom: 2px; }
.oleng-statistika__chart-bar {
    width: 100%;
    max-width: 20px;
    background: #52B788;
    border-radius: 3px 3px 0 0;
    min-height: 2px;
}
.oleng-statistika__chart-label { font-size: 9px; color: #94a3b8; margin-top: 4px; }

/* Listings table */
.oleng-statistika__table-wrap {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid rgba(27,67,50,.08);
}
.oleng-statistika__table-wrap h2 { font-size: 18px; font-weight: 700; color: #0d1f17; margin: 0 0 16px; }
.oleng-statistika__table {
    width: 100%;
    border-collapse: collapse;
}
.oleng-statistika__table th {
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 8px 12px;
    border-bottom: 2px solid #f1f5f9;
}
.oleng-statistika__table td {
    padding: 12px;
    font-size: 13px;
    color: #475569;
    border-bottom: 1px solid #f8faf8;
}
.oleng-statistika__table tr:hover td { background: #f8faf8; }
.oleng-statistika__table tr.is-selected td { background: #f0fdf4; }
.oleng-statistika__listing-name a {
    color: #0d1f17 !important;
    font-weight: 600;
    text-decoration: none !important;
}
.oleng-statistika__listing-name a:hover { color: #1B4332 !important; }
.oleng-statistika__status {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
}
.oleng-statistika__status--publish { background: #d1fae5; color: #166534; }
.oleng-statistika__status--expired { background: #fef3c7; color: #92400e; }
.oleng-statistika__detail-btn {
    color: #1B4332 !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
}
.oleng-statistika__detail-btn:hover { text-decoration: underline !important; }
.oleng-statistika__empty { color: #94a3b8; text-align: center; padding: 32px; }

/* ═══════════════════════════════════════════════════════════
   Tellimused page
   ═══════════════════════════════════════════════════════════ */
.oleng-tellimused__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}
.oleng-tellimused__header h1 { font-size: 24px; font-weight: 800; color: #0d1f17; margin: 0; }
.oleng-tellimused__periods {
    display: flex;
    align-items: center;
    gap: 6px;
}
.oleng-tellimused__periods-label { font-size: 13px; color: #64748b; font-weight: 500; margin-right: 4px; }
.oleng-tellimused__period-btn {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #475569 !important;
    background: #fff;
    border: 1px solid rgba(27,67,50,.1);
    text-decoration: none !important;
    transition: all .15s;
}
.oleng-tellimused__period-btn:hover {
    background: #f0fdf4;
    border-color: #1B4332;
    color: #1B4332 !important;
}
.oleng-tellimused__period-btn.is-active {
    background: #1B4332 !important;
    color: #fff !important;
    border-color: #1B4332 !important;
}

.oleng-tellimused__empty {
    background: #fff;
    border-radius: 14px;
    padding: 60px 24px;
    text-align: center;
    border: 1px solid rgba(27,67,50,.06);
}
.oleng-tellimused__empty svg { margin-bottom: 12px; }
.oleng-tellimused__empty p { color: #94a3b8; font-size: 15px; margin: 0; }

.oleng-tellimused__section {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 20px;
    border: 1px solid rgba(27,67,50,.08);
}
.oleng-tellimused__section h2 { font-size: 18px; font-weight: 700; color: #0d1f17; margin: 0 0 16px; }

.oleng-tellimused__table {
    width: 100%;
    border-collapse: collapse;
}
.oleng-tellimused__table th {
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 8px 12px;
    border-bottom: 2px solid #f1f5f9;
}
.oleng-tellimused__table td {
    padding: 12px;
    font-size: 13px;
    color: #475569;
    border-bottom: 1px solid #f8faf8;
}
.oleng-tellimused__table tr:hover td { background: #f8faf8; }
.oleng-tellimused__status {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
}
.oleng-tellimused__status--completed { background: #d1fae5; color: #166534; }
.oleng-tellimused__status--processing { background: #dbeafe; color: #1e40af; }
.oleng-tellimused__status--on-hold,
.oleng-tellimused__status--pending { background: #fef3c7; color: #92400e; }
.oleng-tellimused__status--cancelled,
.oleng-tellimused__status--failed { background: #fee2e2; color: #991b1b; }
.oleng-tellimused__status--refunded { background: #f3f4f6; color: #6b7280; }
.oleng-tellimused__status--active { background: #d1fae5; color: #166534; }
.oleng-tellimused__status--expired { background: #fef3c7; color: #92400e; }
.oleng-tellimused__view-btn {
    color: #1B4332 !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    padding: 4px 10px;
    border-radius: 6px;
    background: #f0fdf4;
}
.oleng-tellimused__view-btn:hover { background: #d1fae5; }
