/* =============================================================================
   SEEK-INSPIRED REDESIGN — OzJobList
   Palette: #073763 primary | gradient #153d73→#326297→#60b1c8
   ============================================================================= */

/* ── ACCREDITED BADGE ──────────────────────────────────────────────────────── */
.accredited-sponsor-badge {
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    vertical-align: middle;
    flex-shrink: 0;
}
.accredited-sponsor-badge svg,
svg.accredited-sponsor-badge {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
}

/* ── NAVBAR ────────────────────────────────────────────────────────────────── */
.site-header {
    height: 64px;
    padding: 0 !important;
    background: #fff !important;
    border-bottom: 1px solid #e8eaf0 !important;
    box-shadow: none !important;
    position: sticky;
    top: 0;
    z-index: 1030;
}
.site-header .container {
    height: 64px;
    display: flex;
    align-items: center;
}
.site-header .ozjoblist-logo { max-height: 42px !important; width: auto; }
.site-header .navbar-brand { margin-right: 2rem; padding: 0; }
.site-header .navbar-nav { align-items: center; }
.site-header .navbar-nav .nav-link {
    font-size: 0.875rem;
    font-weight: 500;
    color: #444 !important;
    padding: 0 0.9rem !important;
    line-height: 64px;
    border-bottom: 3px solid transparent;
    transition: color 0.15s, border-color 0.15s;
    white-space: nowrap;
}
.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-nav .current-menu-item > .nav-link,
.site-header .navbar-nav .current-menu-parent > .nav-link {
    color: #073763 !important;
    border-bottom-color: #073763;
}

/* Auth buttons in header */
.oz-nav-auth {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 1rem;
    flex-shrink: 0;
}
.oz-nav-auth .btn {
    padding: 0.4rem 1rem;
    font-size: 0.82rem;
    font-weight: 600;
    border-radius: 9999px;
}
.oz-nav-auth .btn-outline-secondary {
    border-color: #c8d0da;
    color: #333;
}
.oz-nav-auth .btn-outline-secondary:hover {
    background: #f0f4f8;
    border-color: #a0abb8;
    color: #073763;
}
.oz-nav-auth .btn-primary { background: #073763; border-color: #073763; }
.oz-nav-auth .btn-primary:hover { background: #052a4b; border-color: #052a4b; }

@media (max-width: 991px) {
    .site-header { height: auto; }
    .site-header .container { height: auto; padding-top: 12px; padding-bottom: 12px; flex-wrap: wrap; }
    .site-header .navbar-nav .nav-link { line-height: 2.5; border-bottom: none; border-left: 3px solid transparent; padding-left: 1rem !important; }
    .site-header .navbar-nav .nav-link:hover,
    .site-header .navbar-nav .current-menu-item > .nav-link { border-left-color: #073763; border-bottom: none; }
    .oz-nav-auth { margin-left: 0; margin-top: 12px; margin-bottom: 12px; }
}

/* ── HERO ──────────────────────────────────────────────────────────────────── */
.oz-hero {
    background: linear-gradient(150deg, #052a4b 0%, #073763 30%, #153d73 60%, #326297 85%, #4a8ab5 100%);
    padding: 72px 0 100px;
    position: relative;
    overflow: hidden;
}
.oz-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.oz-hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 52px;
    background: #fff;
    clip-path: ellipse(58% 100% at 50% 100%);
}
.oz-hero-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.oz-hero-title {
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.875rem;
}
.oz-hero-sub {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
    margin-bottom: 2rem;
    font-weight: 400;
}

/* Search bar */
.oz-search-bar {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    padding: 6px;
}
.oz-search-field {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 14px;
    min-width: 0;
}
.oz-search-field i {
    color: #9aa5b4;
    font-size: 1.05rem;
    flex-shrink: 0;
    margin-right: 10px;
}
.oz-search-field input,
.oz-search-field select {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 0.95rem;
    color: #222;
    padding: 10px 0;
    font-family: 'Figtree', sans-serif;
}
.oz-search-field input::placeholder { color: #aab0bb; }
.oz-search-field select { cursor: pointer; -webkit-appearance: none; appearance: none; color: #444; }
.oz-search-divider {
    width: 1px;
    height: 38px;
    background: #e5e7eb;
    flex-shrink: 0;
    margin: 0 4px;
}
.oz-search-submit {
    background: #073763;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 13px 28px;
    font-weight: 700;
    font-size: 0.9rem;
    font-family: 'Figtree', sans-serif;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}
.oz-search-submit:hover { background: #052a4b; }

/* Quick search tags */
.oz-hero-tags {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.oz-hero-tags .oz-tag-label {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.82rem;
}
.oz-hero-tag {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 0.8rem;
    text-decoration: none;
    transition: background 0.15s;
    cursor: pointer;
}
.oz-hero-tag:hover {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
    text-decoration: none;
}

/* ── STATS BAR ─────────────────────────────────────────────────────────────── */
.oz-stats-bar {
    background: #fff;
    border-bottom: 1px solid #e8eaf0;
    padding: 24px 0;
}
.oz-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.oz-stat {
    text-align: center;
    padding: 8px 40px;
}
.oz-stat + .oz-stat { border-left: 1px solid #e5e7eb; }
.oz-stat strong {
    display: block;
    font-size: 1.65rem;
    font-weight: 800;
    color: #073763;
    line-height: 1.1;
    margin-bottom: 4px;
}
.oz-stat small {
    font-size: 0.72rem;
    color: #8a96a3;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 600;
}

/* ── SECTIONS ──────────────────────────────────────────────────────────────── */
.oz-section { padding: 64px 0; }
.oz-section-alt { background: #f8f9fb; }
.oz-section-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 28px;
}
.oz-section-header h2 { margin-bottom: 0; font-size: 1.45rem; }
.oz-section-header .oz-view-all {
    font-size: 0.875rem;
    font-weight: 600;
    color: #073763;
    text-decoration: none;
    white-space: nowrap;
}
.oz-section-header .oz-view-all:hover { text-decoration: underline; }
.oz-section-intro {
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: -16px;
    margin-bottom: 28px;
}
.oz-divider { border: none; border-top: 1px solid #e8eaf0; margin: 0; }

/* ── JOB CARDS ─────────────────────────────────────────────────────────────── */
.oz-job-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 10px;
    padding: 22px;
    height: 100%;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.15s;
    display: flex;
    flex-direction: column;
    position: relative;
}
.oz-job-card:hover {
    box-shadow: 0 8px 28px rgba(7, 55, 99, 0.1);
    border-color: #b8cfe0;
    transform: translateY(-2px);
}
.oz-job-card a { text-decoration: none; }
.oz-job-card-logo {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #e8eaf0;
    object-fit: contain;
    background: #f8f9fa;
    padding: 5px;
}
.oz-job-card-logo-placeholder {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: linear-gradient(135deg, #eef2f7, #dce4ed);
    display: inline-block;
}
.oz-job-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #073763;
    margin: 12px 0 3px;
    line-height: 1.35;
    display: block;
}
.oz-job-card-title:hover { color: #326297; }
.oz-job-card-company {
    font-size: 0.82rem;
    color: #6c757d;
    margin-bottom: 10px;
}
.oz-job-card-company a { color: #326297; }
.oz-job-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
    padding-top: 14px;
}
.oz-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    padding: 3px 10px;
    border-radius: 20px;
    background: #eef3f8;
    color: #326297;
    font-weight: 500;
}
.oz-tag-new {
    background: #e0f5ea;
    color: #1a7a3c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.68rem;
}
.oz-tag-closing {
    background: #fff3cd;
    color: #856404;
}

/* Latest jobs swiper override */
.latest-jobs-swiper .oz-job-card { min-height: 200px; }

/* ── SPONSOR LOGOS ─────────────────────────────────────────────────────────── */
.oz-logos-section {
    background: #f8f9fb;
    padding: 48px 0;
    border-top: 1px solid #e8eaf0;
    border-bottom: 1px solid #e8eaf0;
}
.oz-logos-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9aa5b4;
    text-align: center;
    margin-bottom: 28px;
}

/* ── CATEGORY PILLS ────────────────────────────────────────────────────────── */
.oz-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.oz-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border: 1.5px solid #c8d8e8;
    border-radius: 32px;
    color: #073763;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.15s;
    background: #fff;
}
.oz-pill:hover {
    background: #073763;
    border-color: #073763;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(7, 55, 99, 0.2);
}
.oz-pill-count {
    background: rgba(7, 55, 99, 0.08);
    color: #073763;
    border-radius: 14px;
    padding: 2px 9px;
    font-size: 0.72rem;
    font-weight: 700;
    transition: all 0.15s;
}
.oz-pill:hover .oz-pill-count {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

/* ── STATE CARDS ───────────────────────────────────────────────────────────── */
.oz-state-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    border: 1px solid #e8eaf0;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    transition: all 0.15s;
}
.oz-state-card:hover {
    background: #073763;
    border-color: #073763;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(7, 55, 99, 0.18);
}
.oz-state-name {
    font-weight: 700;
    font-size: 0.9rem;
    color: #073763;
    display: block;
    transition: color 0.15s;
}
.oz-state-count {
    font-size: 0.78rem;
    font-weight: 400;
    color: #8a96a3;
    display: block;
    margin-top: 2px;
    transition: color 0.15s;
}
.oz-state-card:hover .oz-state-name,
.oz-state-card:hover .oz-state-count { color: #fff; }
.oz-state-card i { color: #c8d8e8; font-size: 1rem; transition: color 0.15s; }
.oz-state-card:hover i { color: rgba(255, 255, 255, 0.7); }

/* ── HOW IT WORKS ──────────────────────────────────────────────────────────── */
.oz-feature-icon {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, #eef3f8, #d5e8f5);
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #073763;
    margin-bottom: 1.25rem;
}
.oz-feature-card { text-align: center; padding: 8px 16px; }
.oz-feature-card h4 { font-size: 1rem; font-weight: 700; color: #073763; margin-bottom: 8px; }
.oz-feature-card p { font-size: 0.875rem; color: #6c757d; margin: 0; line-height: 1.6; }

/* ── CTA SECTION ───────────────────────────────────────────────────────────── */
.oz-cta-section {
    background: linear-gradient(150deg, #052a4b 0%, #073763 35%, #153d73 65%, #326297 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.oz-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.oz-cta-section h2 { color: #fff; font-size: 2rem; margin-bottom: 0.75rem; position: relative; }
.oz-cta-section p { color: rgba(255, 255, 255, 0.8); font-size: 1.05rem; margin-bottom: 2rem; position: relative; }
.oz-cta-section .oz-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }
.oz-cta-btn-primary {
    background: #fff;
    color: #073763;
    font-weight: 700;
    padding: 0.8rem 2.5rem;
    border-radius: 9999px;
    text-decoration: none;
    border: none;
    font-size: 0.95rem;
    transition: all 0.2s;
    display: inline-block;
}
.oz-cta-btn-primary:hover {
    background: #f0f4f8;
    color: #052a4b;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.oz-cta-btn-outline {
    color: rgba(255, 255, 255, 0.9);
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    font-weight: 600;
    padding: 0.8rem 2rem;
    border-radius: 9999px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.2s;
    display: inline-block;
}
.oz-cta-btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
    text-decoration: none;
}

/* ── FOOTER ────────────────────────────────────────────────────────────────── */
#colophon.site-footer {
    background: #0d1b2a !important;
    color: rgba(255, 255, 255, 0.75) !important;
}
.footer-logo-link img { max-height: 52px; width: auto; }
.footer-widget-title {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 700;
    margin-bottom: 1rem;
}
.footer-nav-list { margin: 0; padding: 0; list-style: none; }
.footer-nav-list li { margin-bottom: 10px; }
#colophon .footer-nav-list a,
#colophon .footer-nav-list a:link,
#colophon .footer-nav-list a:visited {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.15s;
}
#colophon .footer-nav-list a:hover {
    color: #fff !important;
    text-decoration: none;
}
.sub-footer { border-top-color: rgba(255, 255, 255, 0.1) !important; }
.copyright-text, #colophon .copyright-text { color: rgba(255, 255, 255, 0.85) !important; font-size: 0.8rem; }
#colophon .sub-footer a { color: rgba(255, 255, 255, 0.72); }
#colophon .sub-footer a:hover { color: #fff; }
#colophon .text-muted { color: rgba(255, 255, 255, 0.72) !important; }
.utility-links .list-inline-item a {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.78rem;
    transition: color 0.15s;
}
.utility-links .list-inline-item a:hover { color: #fff !important; }

/* ── SIDEBAR WIDGETS ─────────────────────────────────────────────────────────── */
/* Override the old cyan card style from custom.css with the OzJobList white-card design */
.widget-area .widget,
.widget_ozjoblist_state_stats,
.widget_ozjoblist_industry_stats,
.widget_ozjoblist_top_industry_detailed_stats {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e8eaf0 !important;
    box-shadow: 0 2px 8px rgba(7, 55, 99, 0.06) !important;
    padding: 1.25rem 1.5rem !important;
    margin-bottom: 1.25rem;
}

.widget-area .widget-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #073763 !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #e8eaf0;
}

.widget-area .widget ul li {
    border-bottom: 1px solid #f0f4f8 !important;
    padding: 0.45rem 0 !important;
    margin-bottom: 0 !important;
}

.widget-area .widget ul li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.widget-area .widget ul li a {
    color: #073763 !important;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    transition: color 0.15s;
}

.widget-area .widget ul li a:hover {
    color: #1a56db !important;
}

/* ── AD SLOTS ───────────────────────────────────────────────────────────────── */
.ozjl-ad { text-align: center; overflow: hidden; }
.ozjl-ad ins { display: block; }
/* Infeed ads span the full width of the listing column */
.ozjl-ad--jobs_infeed,
.ozjl-ad--sponsors_infeed { width: 100%; }
/* Cap sponsor infeed height so the ad unit doesn't expand the layout */
.ozjl-ad--sponsors_infeed {
    
}
.ozjl-ad--sponsors_infeed ins {
   
}

/* ── INNER SEARCH BAR ──────────────────────────────────────────────────────── */
.inner-page-search-bar {
    background: #f0f4f8;
    border-bottom: 1px solid #e0e8f0;
    top: 64px !important; /* sit directly below the sticky navbar */
}
@media (max-width: 991px) {
    /* Mobile navbar is shorter (logo + toggle row only) */
    .inner-page-search-bar { top: 58px !important; }
}
.inner-page-search-bar .searchform .search-field {
    border-radius: 9999px;
    border-color: #c8d8e8;
    background: #fff;
}
.header-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #073763;
    color: #fff;
    flex-shrink: 0;
    transition: background 0.15s, transform 0.15s;
    text-decoration: none;
}
.header-back-link:hover {
    background: #052a4b;
    color: #fff;
    transform: translateX(-2px);
    text-decoration: none;
}
.header-back-link svg {
    width: 20px !important;
    height: 20px !important;
}

/* ── AJAX RESULTS ──────────────────────────────────────────────────────────── */
#sponser-results-container:not(.initial-state):not(:empty) {
    background: #f8f9fb;
    padding: 32px 0;
    border-radius: 12px;
}

/* ── INNER PAGE BANNER ─────────────────────────────────────────────────────── */
.oz-page-banner {
    background: linear-gradient(135deg, #052a4b 0%, #073763 45%, #1a4d87 100%);
    border-radius: 12px;
    padding: 36px 40px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}
.oz-page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.oz-page-banner-inner { position: relative; z-index: 1; }
.oz-page-banner h1 {
    color: #fff;
    font-size: clamp(1.35rem, 3vw, 1.9rem);
    font-weight: 800;
    margin-bottom: 6px;
    line-height: 1.25;
}
.oz-page-banner p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}
.oz-page-banner .oz-page-banner-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}
.oz-page-banner .oz-page-banner-badge {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 0.78rem;
    font-weight: 600;
}
@media (max-width: 575px) {
    .oz-page-banner { padding: 24px 20px; }
}

/* ── FILTER BAR ────────────────────────────────────────────────────────────── */
.oz-filter-bar {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 12px;
    padding: 22px 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.oz-filter-bar .oz-filter-title {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #8a96a3;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.oz-filter-bar .form-control,
.oz-filter-bar .form-select {
    border-color: #dce3ea;
    border-radius: 8px;
    font-size: 0.875rem;
}
.oz-filter-bar .form-control:focus,
.oz-filter-bar .form-select:focus {
    border-color: #073763;
    box-shadow: 0 0 0 3px rgba(7, 55, 99, 0.1);
}
.oz-filter-bar .btn-primary {
    background: #073763;
    border-color: #073763;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1.5rem;
}
.oz-filter-bar .btn-primary:hover { background: #052a4b; border-color: #052a4b; }
.oz-filter-bar .btn-outline-secondary {
    border-color: #dce3ea;
    color: #6c757d;
    border-radius: 8px;
    font-size: 0.875rem;
}

/* ── JOB LIST ITEM (archive-jobs) ──────────────────────────────────────────── */
.oz-job-list-item {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    transition: box-shadow 0.2s, border-color 0.2s;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.oz-job-list-item:hover {
    box-shadow: 0 4px 20px rgba(7, 55, 99, 0.09);
    border-color: #b8cfe0;
}
.oz-job-list-logo {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #e8eaf0;
    object-fit: contain;
    background: #f8f9fa;
    padding: 6px;
    flex-shrink: 0;
}
.oz-job-list-logo-placeholder {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: linear-gradient(135deg, #eef2f7, #dce4ed);
    flex-shrink: 0;
}
.oz-job-list-body { flex: 1; min-width: 0; }
.oz-job-list-title {
    font-size: 1rem;
    font-weight: 700;
    color: #073763;
    text-decoration: none;
    display: block;
    margin-bottom: 2px;
    line-height: 1.3;
}
.oz-job-list-title:hover { color: #326297; text-decoration: none; }
.oz-job-list-company {
    font-size: 0.83rem;
    color: #6c757d;
    margin-bottom: 8px;
}
.oz-job-list-company a { color: #326297; text-decoration: none; }
.oz-job-list-company a:hover { text-decoration: underline; }
.oz-job-list-excerpt {
    font-size: 0.862rem;
    color: #555;
    line-height: 1.55;
    margin-bottom: 10px;
}
.oz-job-list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}
.oz-job-list-action {
    flex-shrink: 0;
    align-self: center;
    margin-left: auto;
}
.oz-job-list-action .btn {
    background: #073763;
    border-color: #073763;
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
    font-size: 0.82rem;
    padding: 7px 18px;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.2s;
}
.oz-job-list-action .btn:hover { background: #052a4b; border-color: #052a4b; color: #fff; }
@media (max-width: 575px) {
    .oz-job-list-item { flex-wrap: wrap; gap: 12px; }
    .oz-job-list-action { margin-left: 0; width: 100%; }
    .oz-job-list-action .btn { display: block; text-align: center; }
}

/* ── SPONSOR CARDS (content-sponser) ──────────────────────────────────────── */
.oz-sponsor-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.15s;
    text-decoration: none;
}
.oz-sponsor-card:hover {
    box-shadow: 0 8px 28px rgba(7, 55, 99, 0.1);
    border-color: #b8cfe0;
    transform: translateY(-2px);
    text-decoration: none;
}
.oz-sponsor-logo-area {
    height: 56px;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.oz-sponsor-logo-area img {
    max-height: 48px;
    max-width: 110px;
    width: auto;
    object-fit: contain;
}
.oz-sponsor-name-link {
    font-size: 0.92rem;
    font-weight: 700;
    color: #073763;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    line-height: 1.3;
}
.oz-sponsor-name-link:hover { color: #326297; }
.oz-sponsor-meta { font-size: 0.8rem; color: #6c757d; margin-bottom: 4px; }
.oz-sponsor-meta a { color: #326297; text-decoration: none; }
.oz-sponsor-meta a:hover { text-decoration: underline; }
.oz-sponsor-jobs-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #eef3f8;
    color: #073763;
    border-radius: 20px;
    padding: 3px 11px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 6px;
    text-decoration: none;
}
.oz-sponsor-view-btn {
    display: block;
    text-align: center;
    margin-top: auto;
    padding-top: 14px;
}
.oz-sponsor-view-btn a {
    display: block;
    padding: 8px 16px;
    border: 1.5px solid #c8d8e8;
    border-radius: 7px;
    color: #073763;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s;
}
.oz-sponsor-view-btn a:hover {
    background: #073763;
    border-color: #073763;
    color: #fff;
    text-decoration: none;
}

/* ── SINGLE JOB / SPONSOR HEADER ───────────────────────────────────────────── */
.oz-single-header {
    background: #f8f9fb;
    border: 1px solid #e8eaf0;
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 28px;
}
.oz-single-logo {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    border: 1px solid #e8eaf0;
    object-fit: contain;
    background: #fff;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    flex-shrink: 0;
}
.oz-single-logo-placeholder {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    background: linear-gradient(135deg, #eef2f7, #dce4ed);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.8rem;
    color: #9aa5b4;
}
.oz-single-header h1 {
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 800;
    color: #073763;
    margin-bottom: 4px;
    line-height: 1.25;
}
.oz-single-header .oz-single-offered-by {
    font-size: 0.88rem;
    color: #6c757d;
    margin-bottom: 10px;
}
.oz-single-header .oz-single-offered-by a { color: #326297; text-decoration: none; font-weight: 600; }
.oz-single-header .oz-single-offered-by a:hover { text-decoration: underline; }
.oz-single-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}
@media (max-width: 575px) {
    .oz-single-header { padding: 20px 18px; }
    .oz-single-logo, .oz-single-logo-placeholder { width: 56px; height: 56px; }
}

/* ── SIDEBAR WIDGETS ────────────────────────────────────────────────────────── */
.oz-sidebar-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 18px;
}
.oz-sidebar-card h2,
.oz-sidebar-card h3 {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #8a96a3;
    margin-bottom: 16px;
}
.oz-sidebar-meta dl { margin: 0; }
.oz-sidebar-meta dt { font-size: 0.78rem; color: #9aa5b4; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; padding-top: 10px; }
.oz-sidebar-meta dd { font-size: 0.875rem; color: #333; font-weight: 500; margin-bottom: 0; padding-bottom: 10px; border-bottom: 1px solid #f0f2f5; }
.oz-sidebar-meta dd:last-child { border-bottom: none; }
.oz-apply-btn-wrapper { padding: 4px 0 8px; }
.oz-apply-btn {
    display: block;
    background: #073763;
    color: #fff;
    text-align: center;
    padding: 13px 20px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}
.oz-apply-btn:hover {
    background: #052a4b;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(7, 55, 99, 0.25);
}

/* ── RESPONSIVE ────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
    .oz-hero { padding: 48px 0 76px; }
    .oz-search-bar {
        flex-direction: column;
        padding: 12px;
        gap: 10px;
        border-radius: 12px;
    }
    .oz-search-field {
        width: 100%;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        padding: 6px 14px;
        background: #fafafa;
    }
    .oz-search-divider { display: none; }
    .oz-search-submit {
        width: 100%;
        justify-content: center;
        border-radius: 8px;
        padding: 14px;
    }
    .oz-stat { padding: 12px 20px; }
    .oz-stat + .oz-stat { border-left: none; border-top: 1px solid #e5e7eb; }
    .oz-stats { flex-direction: column; }
    .oz-section { padding: 44px 0; }
    .oz-nav-auth .btn-outline-secondary { display: none; }
    .oz-cta-section { padding: 56px 0; }
    .oz-cta-section h2 { font-size: 1.5rem; }
}
