@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

/* =============================================================
   Workline – Főoldal kiegészítő stíluslap (style2.css)
   A style.css után töltődik be; az ott definiált komponenseket
   felülírja / kiegészíti Workline arculathoz igazítva.
   ============================================================= */

/* ── CSS változók – Workline (az admin primary_color-t használja) ─ */
:root {
    /* --color-primary, --color-secondary stb. az admin header.php-ból jön */
    --wl-accent:   var(--color-primary,  #A20049);  /* admin primary_color */
    --wl-accent-d: var(--color-secondary, #7a0037); /* admin secondary_color */
    --wl-accent-l: #fde8ee;
    /* Gradiens változók – admin settings.php-ból, fallback értékekkel */
    --gradient-primary:   linear-gradient(-90deg,#4d2459,#781251 18%,#a20049 48%,#bb144c 77%,#d4284f);
    --gradient-secondary: linear-gradient(135deg,#a20049 0%,#4d2459 100%);
    --gradient-tertiary:  linear-gradient(-90deg,#4d2459,#781251 38%,#a20049);
}

/* ── Gombok – admin által állítható lekerekítés ─────────────── */
.btn,
.sh-login-btn,
.sh-post-btn,
.sh-loc-btn,
.sh-companies-link,
.wl-sb-btn,
.wl-cta-btn-primary,
.wl-cta-btn-outline {
    border-radius: var(--btn-radius, 20px) !important;
}

/* ── Fejléc – fehér sáv Workline-ban ──────────────────────── */
.sh { background: #ffffff; box-shadow: 0 1px 0 var(--color-border); }
.sh .logo-text  { color: var(--color-primary); }
.sh .main-nav a { color: var(--color-text); }
.sh .main-nav a:hover { color: var(--wl-accent); }
.sh .main-nav a.active { color: var(--wl-accent); border-bottom-color: var(--wl-accent); }
.sh .btn-primary { background: var(--wl-accent); border-color: var(--wl-accent); }
.sh .btn-primary:hover { background-color: #c70049; border-color: #c70049; }
.sh .alert-info { background: #fff0f3; border-color: #f9a8c0; color: #9b0035; }

/* ── Hero – fehér alap, balra igazított (bg-kép opcionális) ─── */
.wl-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    background: #0f172a;
    overflow: visible;
    z-index: 2;
}
/* Háttérkép esetén: background-image az inline style-ból jön */
.wl-hero--bg {
    background-size: cover;
    background-position: center top;
    height: 717px;
    min-height: unset;
}
.wl-hero-overlay {
    display: none;  /* overlay gradiens levevődve */
    pointer-events: none;
}
/* .wl-hero--bg .wl-hero-overlay { display: block; }  -- szándékosan törölve */

.wl-hero .container  { position: relative; z-index: 1; width: 100%; }
.wl-hero-content     { max-width: 890px; padding: 170px 0px 50px 0px; text-align: left !important; margin-left: 0 !important; margin-right: auto; }

/* ── Főcím – fehér szöveg a sötét hero hátteren ────────────── */
.wl-h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 53px;
    font-weight: 900;
    color: #fff;
    line-height: 1.05;
    margin: 0 0 2px;
    letter-spacing: 1px;
    text-shadow: 4px 3px 0 #5d113d;
}
.wl-h1-count-row {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 53px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 18px;
    letter-spacing: 1px;
    text-shadow: 4px 3px 0 #5d113d;
}
.wl-counter {
    display: inline-block;
    min-width: 3.5ch;
    font-variant-numeric: tabular-nums;
    color: #92024A !important;
    text-shadow: 4px 3px 0 #fff;
}
.wl-hero-sub {
    font-size: clamp(15px, 2.2vw, 18px);
    color: rgba(255,255,255,.78);
    margin-bottom: 32px;
    line-height: 1.6;
}

/* ── Kereső sáv ────────────────────────────────────────────── */
.wl-searchbar {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #ECEDF2;
    overflow: visible;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
    margin-bottom: 24px;
    width: 810px;
    max-width: 100%;
    height: 82px;
}
.wl-hero--bg .wl-searchbar {
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
    border-color: rgba(255,255,255,.2);
}
.wl-sb-field {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    position: relative;
}

/* ── Kereső autocomplete dropdown ───────────────────────── */
.wl-ac-drop {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0; right: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0,0,0,.13);
    z-index: 9999;
    overflow: hidden;
    min-width: 260px;
}
.wl-ac-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #1e293b;
    border-bottom: 1px solid #f1f5f9;
    transition: background .1s;
}
.wl-ac-item:last-child { border-bottom: none; }
.wl-ac-item:hover,
.wl-ac-item.is-active { background: #fde8ee; }
.wl-ac-item-icon { font-size: 16px; flex-shrink: 0; line-height: 1; }
.wl-ac-item-main {
    flex: 1; min-width: 0;
    display: flex; flex-direction: column;
}
.wl-ac-item-title {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wl-ac-item-sub { font-size: 12px; color: #64748b; margin-top: 1px; }
.wl-ac-item-badge {
    font-size: 11px;
    background: #f3f4f6;
    border-radius: 99px;
    padding: 2px 8px;
    color: #64748b;
    flex-shrink: 0;
    white-space: nowrap;
}
.wl-ac-county { font-weight: 400; color: #94a3b8; font-size: 12px; }
.wl-ac-logo {
    width: 30px; height: 30px;
    border-radius: 6px;
    object-fit: contain;
    border: 1px solid #e5e7eb;
    flex-shrink: 0;
}
.wl-sb-sep  { width:1px; background:#ECEDF2; margin:14px 0; flex-shrink:0; }
.wl-sb-icon { width:18px; height:18px; color:#94a3b8; flex-shrink:0; }
.wl-sb-field input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 17px 0;
    background: transparent;
    color: #1e293b;
    font-family: inherit;
}
.wl-sb-field input::placeholder { color: #696969; }
.wl-sb-btn {
    background: var(--color-primary, #A20049);
    color: #fff;
    border: none;
    width: 175px;
    height: 60px;
    margin: 10px;
    border-radius: 40px !important;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity .15s;
    font-family: inherit;
    flex-shrink: 0;
}
.wl-sb-btn:hover { opacity: .88; }

/* ── Legkeresettebb szakmák ────────────────────────────────── */
.wl-popular {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 36px;
    max-width: 890px;
}
.wl-popular-lbl { color: rgba(255,255,255,.55); font-size: 16px; flex-shrink: 0; }
.wl-popular-tag {
    color: rgba(255,255,255,.75);
    font-size: 16px;
    text-decoration: none;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    transition: color .15s;
    line-height: 1.5;
}
.wl-popular-tag:hover {
    color: #F5518A;
    background: transparent;
    text-decoration: none;
}

/* ── Partner logók – végtelen carousel ───────────────────── */
@keyframes wl-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.wl-carousel {
    overflow: hidden;
    max-width: 900px;
    margin-top: 120px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
    mask-image:         linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.wl-carousel-track {
    display: flex;
    align-items: center;
    gap: 32px;
    width: max-content;
    animation: wl-scroll 32s linear infinite;
}
.wl-carousel:hover .wl-carousel-track { animation-play-state: paused; }
.wl-carousel-track img {
    height: 36px;
    max-width: 130px;
    object-fit: contain;
    flex-shrink: 0;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: filter .3s ease, opacity .3s ease;
    cursor: pointer;
}
.wl-carousel-track img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* ── Kategória rács – Workline stílus ──────────────────────── */
.wl-cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
}
.wl-cat-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
    text-decoration: none;
    color: var(--color-text);
}
.wl-cat-card:hover {
    border-color: var(--wl-accent);
    box-shadow: 0 4px 14px rgba(232,0,61,.1);
    transform: translateY(-2px);
    text-decoration: none;
    color: var(--color-text);
}
.wl-cat-card .cat-icon {
    width: 38px; height: 38px;
    background: var(--wl-accent-l);
    border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.wl-cat-card .cat-icon svg { width:20px; height:20px; fill: var(--wl-accent); }
.wl-cat-card .cat-name  { font-size: 13px; font-weight: 600; line-height: 1.3; }
.wl-cat-card .cat-count { font-size: 11px; color: var(--color-muted); margin-top: 2px; }

/* ── CTA szekció (munkáltatóknak) ──────────────────────────── */
.wl-cta-section {
    background: linear-gradient(135deg, #071a38 0%, #0d2b5a 60%, #163c75 100%);
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.wl-cta-section::before {
    content: '';
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 600px; height: 300px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(232,0,61,.12) 0%, transparent 70%);
    pointer-events: none;
}
.wl-cta-title    { font-size: clamp(22px, 3.5vw, 36px); font-weight: 800; color: #fff; margin-bottom: 12px; }
.wl-cta-subtitle { font-size: 16px; color: rgba(255,255,255,.72); margin-bottom: 30px; max-width: 540px; margin-left: auto; margin-right: auto; }
.wl-cta-btns     { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.wl-cta-btn-primary {
    background: var(--wl-accent);
    color: #fff;
    border: 2px solid var(--wl-accent);
    border-radius: 10px;
    padding: 13px 28px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: background var(--transition), border-color var(--transition);
}
.wl-cta-btn-primary:hover { background: var(--wl-accent-d); border-color: var(--wl-accent-d); color: #fff; text-decoration: none; }
.wl-cta-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,.4);
    border-radius: 10px;
    padding: 13px 28px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: border-color var(--transition), background var(--transition);
}
.wl-cta-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; text-decoration: none; }

/* ── Kiemelt cégek – kisebb logókártya ────────────────────── */
.wl-featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}
.wl-feat-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 20px 16px;
    text-align: center;
    text-decoration: none;
    color: var(--color-text);
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), border-color var(--transition);
}
.wl-feat-card:hover { box-shadow: var(--shadow-md); border-color: var(--color-primary); text-decoration: none; }
.wl-feat-card img { width: 72px; height: 48px; object-fit: contain; margin: 0 auto 10px; display: block; }
.wl-feat-ph {
    width: 48px; height: 48px;
    border-radius: 10px;
    background: var(--color-primary-l);
    color: var(--color-primary);
    font-weight: 800;
    font-size: 20px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 10px;
}
.wl-feat-name  { font-size: 13px; font-weight: 600; }
.wl-feat-count { font-size: 11px; color: var(--color-muted); margin-top: 4px; }/* ── Scroll-to-top gomb ─────────────────────────────────── */
#scrollTopBtn { background: linear-gradient(135deg,#ce234e 0%,#a20049 50%,#4d2459 100%) !important; }
/* ── Footer redesign ───────────────────────────────────────── */
.site-footer { background: #25292D !important; padding-bottom: 0 !important; }

/* Footer szövegek fehérek + bal→jobb hover aláhúzás */
.footer-col a { color: #fff !important; text-decoration: none !important; position: relative; width: fit-content; }
.footer-col a::after { content: ''; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #fff; transition: width .25s ease; }
.footer-col a:hover::after { width: 100%; }
.footer-col h4 { color: #fff !important; }
.footer-desc { color: rgba(255,255,255,.75) !important; }
.footer-brand-nav { grid-template-columns: 1fr !important; gap: 0 !important; }
.footer-brand-nav a { color: rgba(255,255,255,.8) !important; position: relative; width: fit-content; text-decoration: none !important; }
.footer-brand-nav a::after { content: ''; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #fff; transition: width .25s ease; }
.footer-brand-nav a:hover::after { width: 100%; }
.footer-brand-nav a:hover { color: #fff !important; }

.wl-footer-bar {
    background: linear-gradient(-90deg,#4d2459,#781251 18%,#a20049 48%,#bb144c 77%,#d4284f);
    height: 60px; display: flex; align-items: center;
}
.wl-fb-inner {
    max-width: 1280px; margin: 0 auto; padding: 0 20px; width: 100%;
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.wl-fb-social { display: flex; align-items: center; gap: 18px; }
.wl-fb-social a { display: flex; align-items: center; opacity: .8; transition: opacity .15s, transform .15s; }
.wl-fb-social a:hover { opacity: 1; transform: translateY(-2px); }
.wl-fb-legal { display: flex; align-items: center; gap: 2px; }
.wl-fb-legal a { color: rgba(255,255,255,.85); font-size: 14px; text-decoration: none; transition: color .15s; padding: 0 5px; }
.wl-fb-legal a:hover { color: #fff; }
.wl-fb-sep { color: rgba(255,255,255,.35); font-size: 14px; user-select: none; }

.wl-footer-copy {
    background: linear-gradient(-90deg,#4d2459,#781251 38%,#a20049);
    height: 60px; display: flex; align-items: center;
}
.wl-fc-inner {
    max-width: 1280px; margin: 0 auto; padding: 0 20px; width: 100%;
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.wl-fc-text { color: rgba(255,255,255,.75); font-size: 14px; }
.wl-fc-lang { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; }
.wl-fc-lang-active { color: #fff; }
.wl-fc-lang a { color: rgba(255,255,255,.7); text-decoration: none; transition: color .15s; }
.wl-fc-lang a:hover { color: #fff; }
.wl-fc-sep { color: rgba(255,255,255,.3); }

/* ══════════════════════════════════════════════════════════════
   FŐOLDAL SZEKCIÓK (2–6)
   ══════════════════════════════════════════════════════════════ */

/* ── text-theme2 – gradiens szöveg ── */
.text-theme2 {
    color: #92024A;
    background: linear-gradient(-90deg,#4d2459,#781251 18%,#a20049 48%,#bb144c 77%,#d4284f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── Szekció alap ── */
.wl-sec { padding: 72px 0; }
.wl-sec--light { background: #F2F3F5; }
.wl-sec--gradient { background: linear-gradient(135deg,#a20049 0%,#4d2459 100%); }

/* ── Szekció fejléc ── */
.wl-sec-header { margin-bottom: 48px; }
.wl-sec-header.text-center { text-align: center; }
.wl-sec-header--row {
    display: flex; align-items: flex-end; justify-content: space-between;
    flex-wrap: wrap; gap: 12px; margin-bottom: 32px;
    max-width: 1280px; margin-left: auto; margin-right: auto; padding: 0 20px;
}
.wl-sec-title {
    font-size: 40px; font-weight: 700; line-height: 1.2; margin: 0 0 12px;
}
.wl-sec-sub {
    font-size: 15px; font-weight: 400; line-height: 1.75; color: #77838F; margin: 0;
}

/* ── "További állások" / "Összes cég" link ── */
.wl-more-link {
    color: #CD224E; font-size: 15px; font-weight: 600; text-decoration: none;
    white-space: nowrap; position: relative; flex-shrink: 0;
}
.wl-more-link::after {
    content: ''; position: absolute; left: 0; bottom: -2px;
    width: 0; height: 2px; background: #CD224E; transition: width .25s ease;
}
.wl-more-link:hover::after { width: 100%; }

/* ── 2. szekció: Kategória pill-ek ── */
.wl-cat-list {
    display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
.wl-cat-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 1.5px solid #e5e7eb;
    border-radius: 99px; padding: 8px 16px 8px 12px;
    text-decoration: none; color: #374151; font-size: 14px; font-weight: 500;
    transition: border-color .15s, box-shadow .15s, background .15s;
}
.wl-cat-pill:hover { border-color: #a20049; background: #fff5f8; box-shadow: 0 2px 8px rgba(162,0,73,.12); }
.wl-cat-pill-icon { width: 22px; height: 22px; color: #a20049; flex-shrink: 0; }
.wl-cat-pill-name { flex: 1; }
.wl-cat-pill-cnt {
    background: #f3f4f6; color: #6b7280; font-size: 12px; font-weight: 600;
    border-radius: 99px; padding: 1px 8px; min-width: 28px; text-align: center;
}
.wl-cat-pill:hover .wl-cat-pill-cnt { background: #fde8ee; color: #a20049; }

/* ── 3. & 5. szekció: Carousel ── */
.wl-carousel-outer {
    overflow: hidden; width: 100%; padding: 20px 0 32px;
}
.wl-job-carousel {
    display: flex; gap: 30px; will-change: transform;
    width: max-content;
}

/* ── Állás / cég kártya ── */
.wl-jcard {
    width: 300px; flex-shrink: 0;
    background: #fff;
    border-radius: 12px;
    border-bottom: 5px solid #ce234e;
    overflow: hidden;
    display: flex; flex-direction: column;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.wl-jcard-cover {
    position: relative; height: 120px; overflow: visible;
}
.wl-jcard-cover-img {
    width: 100%; height: 100%; object-fit: cover;
}
.wl-jcard-cover-ph {
    width: 100%; height: 100%;
    background: linear-gradient(135deg,#f3e8ff,#fce7f3);
}
.wl-jcard-logo-wrap {
    position: absolute; bottom: -45px; left: 50%; transform: translateX(-50%);
    width: 90px; height: 90px; border-radius: 50%;
    background: #fff; border: 3px solid #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.18);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; z-index: 2;
}
.wl-jcard-logo-img { width: 100%; height: 100%; object-fit: contain; }
.wl-jcard-logo-ph {
    width: 100%; height: 100%; background: #a20049; color: #fff;
    font-size: 30px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
}
.wl-jcard-body {
    flex: 1; padding: 58px 20px 12px; min-height: 200px;
    box-sizing: border-box; text-align: center;
}
.wl-jcard-company { color: #6b7280; font-size: 14px; margin-bottom: 4px; }
.wl-jcard-title {
    font-size: 14px; font-weight: 700; color: #111827;
    line-height: 1.4; margin-bottom: 8px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.wl-jcard-loc {
    display: flex; align-items: center; justify-content: center; gap: 4px;
    color: #6b7280; font-size: 14px;
}
.wl-jcard-km {
    font-size: 12px; color: #9ca3af; margin-top: 4px;
    min-height: 0;
}
.wl-jcard-job-count {
    display: flex; align-items: center; justify-content: center; gap: 5px;
    color: #374151; font-size: 13px; margin-top: 8px;
}
.wl-jcard-footer { padding: 0 20px 24px; text-align: center; }

/* Jelentkezem gomb (zöld) */
.wl-jcard-btn-apply {
    display: inline-block; text-decoration: none; text-align: center;
    width: auto; min-width: 115px;
    background: #69b33c; border: 1px solid #69b33c; color: #fff;
    border-radius: 15px; font-size: 14px; line-height: 18px; padding: 7px 22px;
    font-weight: 600; box-sizing: border-box; position: relative;
    transition: background .15s, border-color .15s;
}
.wl-jcard-btn-apply:hover { background: #5ea036; border-color: #5ea036; color: #fff; }

/* Megtekintés gomb (bordó) */
.wl-jcard-btn-view {
    display: inline-block; text-decoration: none; text-align: center;
    width: auto; min-width: 115px;
    background-color: #A20049; color: #fff;
    border: 1px solid #FFC4DE;
    border-radius: 60px; font-size: 14px; line-height: 18px; padding: 7px 22px;
    font-weight: 600; box-sizing: border-box; position: relative;
    transition: background .15s, border-color .15s;
}
.wl-jcard-btn-view:hover { background: #880040; border-color: #ff9dc2; color: #fff; }

/* Szív – kedvencek gomb */
.wl-jcard-fav {
    position: absolute; top: 10px; right: 10px; z-index: 3;
    width: 34px; height: 34px; border-radius: 50%;
    background: rgba(255,255,255,.85); border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 1px 6px rgba(0,0,0,.18);
    transition: background .15s, transform .12s;
    backdrop-filter: blur(4px);
}
.wl-jcard-fav svg { stroke: #6b7280; transition: stroke .15s, fill .15s; }
.wl-jcard-fav:hover { background: #fff; transform: scale(1.1); }
.wl-jcard-fav:hover svg { stroke: #a20049; }
.wl-jcard-fav.is-saved { background: #fff; }
.wl-jcard-fav.is-saved svg { stroke: #a20049; fill: #a20049; }

/* Tags sor (munkaidő + kategória) */
.wl-jcard-tags {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 10px;
}
.wl-jcard-tag {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 12px; color: #6b7280;
    background: #f3f4f6; border-radius: 99px;
    padding: 3px 10px; white-space: nowrap;
}
.wl-jcard-tag svg { flex-shrink: 0; width: 12px; height: 12px; }

/* ── 4. szekció: Blog rács ── */
.wl-blog-grid {
    display: grid; grid-template-columns: repeat(3,1fr); gap: 28px;
}
.wl-blog-card {
    display: flex; flex-direction: column; background: #fff;
    border-radius: 12px; overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.07); transition: box-shadow .2s, transform .2s;
}
.wl-blog-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.12); transform: translateY(-3px); }
.wl-blog-cover-link { display: block; flex-shrink: 0; text-decoration: none; }
.wl-blog-cover { height: 200px; overflow: hidden; background: #f3f4f6; }
.wl-blog-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.wl-blog-card:hover .wl-blog-cover img { transform: scale(1.04); }
.wl-blog-cover--ph { background: linear-gradient(135deg,#f3e8ff,#fce7f3); }
.wl-blog-body { flex: 1; padding: 24px 24px 16px; }
.wl-blog-meta { display: flex; gap: 12px; font-size: 12px; color: #9ca3af; margin-bottom: 10px; }
.wl-blog-title { font-size: 17px; font-weight: 700; line-height: 1.4; margin: 0 0 8px; }
.wl-blog-title-link { color: #111827; text-decoration: none; }
.wl-blog-title-link:hover { color: #a20049; }
.wl-blog-lead { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }
.wl-blog-footer {
    padding: 0 24px 20px; margin-top: auto;
}
.wl-blog-read-btn {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 600; color: #a20049;
    text-decoration: none; padding: 7px 16px;
    border: 1.5px solid #a20049; border-radius: 99px;
    transition: background .18s, color .18s;
}
.wl-blog-read-btn:hover { background: #a20049; color: #fff; }

/* ── 6. szekció: 4 oszlop ── */
.wl-search-cols {
    display: grid; grid-template-columns: repeat(4,1fr); gap: 40px;
}
.wl-search-col-title {
    font-size: 15px; font-weight: 700; color: #202124;
    margin: 0 0 16px; padding-bottom: 10px;
    display: flex; align-items: center; gap: 8px;
}
.wl-search-list {
    list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px;
}
.wl-search-list li a {
    display: flex; align-items: center; justify-content: space-between;
    font-size: 14px; color: #696969; text-decoration: none;
    padding: 5px 0; border-bottom: 1px solid #f1f5f9;
    transition: color .15s;
}
.wl-search-list li a:hover { color: #a20049; }
.wl-search-cnt {
    font-size: 12px; color: #9ca3af; background: #f3f4f6;
    border-radius: 99px; padding: 1px 7px; white-space: nowrap;
}
.wl-flag { font-size: 16px; flex-shrink: 0; }
.wl-hash {
    background: linear-gradient(-90deg,#4d2459,#CD224E);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-right: 2px;
}

/* ── Reszponzív ─────────────────────────────────────────────── */
@media (max-width: 768px) {
    .wl-hero { min-height: 360px; }
    .wl-hero-content { padding: 48px 0 44px; }
    .wl-h1, .wl-h1-count-row { font-size: clamp(28px, 8vw, 40px); text-shadow: 2px 2px 0 #5d113d; }
    .wl-searchbar { flex-direction: column; border-radius: 20px; max-width: 100%; overflow: visible; }
    .wl-sb-sep { display: none; }
    .wl-sb-field { padding: 0 16px; border-bottom: 1px solid #ECEDF2; border-radius: 0; }
    .wl-sb-field:last-of-type { border-bottom: none; }
    .wl-sb-field input { padding: 14px 0; }
    .wl-sb-btn { margin: 6px; border-radius: 14px; padding: 13px; text-align: center; }
    .wl-popular { max-width: 100%; }
    .wl-cat-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
    .wl-cta-btns { flex-direction: column; align-items: center; }

    .wl-sec { padding: 48px 0; }
    .wl-sec-title { font-size: 28px; }
    .wl-sec-header--row { flex-direction: column; align-items: flex-start; }
    .wl-blog-grid { grid-template-columns: 1fr; }
    .wl-search-cols { grid-template-columns: 1fr 1fr; gap: 24px; }
    .wl-jcard { width: 300px; }

    /* Footer bar – mobil */
    .wl-footer-bar { height: auto; padding: 12px 0; }
    .wl-fb-inner { flex-direction: column; gap: 10px; text-align: center; }
    .wl-fb-legal { flex-wrap: wrap; justify-content: center; }
    .wl-footer-copy { height: auto; padding: 10px 0; }
    .wl-fc-inner { flex-direction: column; gap: 6px; text-align: center; }
    .wl-fc-text { font-size: 12px; }
}

/* Támogatott banner – kezdőlap */
.wl-sponsored {
    padding: 24px 0 28px;
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
    border-bottom: 1px solid #edf0f4;
}
.wl-sponsored-card {
    width: min(100%, 1180px);
    margin: 0 auto;
}
.wl-sponsored-label {
    margin: 0 0 8px 4px;
    color: #7b8190;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}
.wl-sponsored-link {
    display: block;
    overflow: hidden;
    border: 1px solid #e6e8ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .08);
    line-height: 0;
    transition: transform .2s ease, box-shadow .2s ease;
}
.wl-sponsored-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 34px rgba(15, 23, 42, .12);
}
.wl-sponsored-link:focus-visible {
    outline: 3px solid var(--color-primary-l, #ffdce7);
    outline-offset: 3px;
}
.wl-sponsored-link img {
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 640px) {
    .wl-sponsored { padding: 16px 0 20px; }
    .wl-sponsored-link { border-radius: 10px; }
    .wl-sponsored-label { margin-left: 2px; font-size: 10px; }
}