/*
Theme Name:  Kokkekarriere
Description: Modern editorial v2 theme with preserved job engine metadata. 
Theme URI: https://seoweb.no
Author: SeoWeb AS
Author URI: https://seoweb.no
Update URI: https://updates.seoweb.no/themes/kokkekarriere
Text Domain: gents
Version: 2.0.32
Tags:  
*/ 




.um-register .um-field-label {
    display: none;
}


.um-login .um-field-label {
    display: none;
}

span.error-message {
    color: #f00;
    font-size: 14px;
}
.clearfix{
	clear: both;
}

.label {
    display: inline-block;
    padding: 0.25em 0.5em;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0.25em;
}

.label.label-success {
    background-color: #5cb85c;  
    color: #fff;
}

.label.label-danger {
    background-color: #d9534f;  
    color: #fff;
}

.label.label-warning {
    background-color: #f0ad4e;  
    color: #fff;
}

#courses{
	height:auto !important;
}
	
 .tnp-subscription div.tnp-field, .tnp-profile div.tnp-field {
    margin-bottom: .7em;
    border: 0;
    padding: 0;
    color: white;
}
/* --------------------------------------------------------------------------
   Kokkekarriere v2 design layer
   -------------------------------------------------------------------------- */
* { box-sizing: border-box; }
body.kk-theme-v2 { margin: 0; font-family: "Mulish", Arial, sans-serif; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; }
.kk-main { min-height: 50vh; }
.kk-container { width: min(1180px, calc(100% - 56px)); margin: 0 auto; }
a { color: inherit; }
a:hover { color: var(--brand); text-decoration: none; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.kk-site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 900; }
.kk-site-header__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.kk-wordmark { display: inline-flex; align-items: center; gap: 10px; min-width: 0; font-weight: 900; font-size: clamp(28px, 4.2vw, 46px); line-height: .95; letter-spacing: -.03em; text-decoration: none; }
.kk-wordmark img { max-height: 58px; width: auto; object-fit: contain; }
.kk-wordmark__part--one { color: var(--brand2); }
.kk-wordmark__part--two, .kk-wordmark span:not(.kk-wordmark__part) { color: var(--brand); }
.kk-site-nav { flex: 1; display: flex; justify-content: flex-end; }
.kk-main-nav, .kk-mobile-nav { list-style: none; display: flex; align-items: center; gap: clamp(14px, 2vw, 34px); padding: 0; margin: 0; }
.kk-main-nav li, .kk-mobile-nav li { list-style: none; }
.kk-main-nav a { font-weight: 800; font-size: 15px; color: var(--brand); text-decoration: none; white-space: nowrap; }
.kk-main-nav a:hover, .kk-main-nav a.active { color: var(--brand2); }
.kk-main-nav .sub-menu { display: none; position: absolute; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 10px; box-shadow: 0 20px 50px rgba(0,0,0,.1); }
.kk-main-nav li:hover > .sub-menu { display: block; }
.kk-mobile-toggle { display: none; }

.kk-mobile-menu { position: fixed; inset: 0; z-index: 1000; transform: translateX(105%); transition: transform .22s ease; background: #fff; padding: 92px 24px 32px; overflow-y: auto; }
.kk-mobile-menu.open { transform: translateX(0); }
.kk-mobile-nav { display: grid; gap: 18px; align-items: stretch; }
.kk-mobile-nav a { font-weight: 900; font-size: 22px; color: var(--ink); text-decoration: none; }
.kk-mobile-menu .menu-text { margin-top: 32px; color: var(--muted); }
.kk-mobile-menu .menu-text i { margin-right: 10px; color: var(--brand); }

.kk-section { padding: 44px 0; }
.kk-section--paper { background: var(--paper); }
.kk-section + .kk-section { border-top: 1px solid var(--line); }
.kk-section__header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.kk-eyebrow { display: inline-block; color: var(--brand2); font-weight: 900; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }
.kk-section-title, .kk-page-title { margin: 0; font-weight: 900; line-height: 1.05; color: var(--ink); }
.kk-section-title { font-size: clamp(24px, 3vw, 30px); }
.kk-page-title { font-size: clamp(32px, 4vw, 42px); }
.kk-muted { color: var(--muted); }
.kk-button, .kk-card-button, .kk-job-search button, .kk-apply-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 8px; background: var(--brand); color: #fff !important; font-weight: 900; padding: 11px 18px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.kk-button:hover, .kk-card-button:hover, .kk-job-search button:hover, .kk-apply-button:hover { transform: translateY(-1px); box-shadow: 0 12px 24px rgba(0,0,0,.12); background: var(--brand2); color: #fff !important; }

.kk-ad-slot { border: 1px dashed var(--line); border-radius: 10px; background: #fff; padding: 18px; color: var(--muted); text-align: center; margin: 24px 0; }

.kk-hero-grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(280px, 2fr); gap: 28px; align-items: stretch; }
.kk-hero-grid__side { display: grid; gap: 20px; }
.kk-article-grid, .kk-job-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.kk-article-card, .kk-job-card, .kk-sidebar-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.kk-article-card:hover, .kk-job-card:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(0,0,0,.08); border-color: rgba(218,31,38,.24); }
.kk-article-card a, .kk-job-card a { display: block; color: inherit; text-decoration: none; height: 100%; }
.kk-article-card__image { aspect-ratio: 16 / 9; background: var(--paper); overflow: hidden; }
.kk-article-card--hero .kk-article-card__image { aspect-ratio: 16 / 10; }
.kk-article-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.kk-article-card h3 { margin: 0; padding: 0 18px 18px; font-size: clamp(18px, 2vw, 24px); font-weight: 900; line-height: 1.15; }
.kk-article-card .kk-eyebrow { padding: 16px 18px 6px; margin: 0; }
.kk-article-card--compact h3, .kk-article-card--standard h3 { font-size: 18px; }

.kk-job-card { padding: 18px; min-height: 100%; }
.kk-job-card__link { display: flex !important; flex-direction: column; height: 100%; }
.kk-job-card__top { display: flex; align-items: flex-start; justify-content: space-between; min-height: 54px; gap: 10px; margin-bottom: 14px; }
.kk-job-card__logo img { max-width: 64px; max-height: 54px; object-fit: contain; display: block; }
.kk-logo-fallback { width: 54px; height: 54px; border-radius: 9px; background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 900; }
.kk-job-card__title { margin: 0 0 7px; font-size: 18px; font-weight: 900; line-height: 1.17; }
.kk-job-card__employer { font-weight: 700; color: var(--muted); margin-bottom: 4px; }
.kk-job-card__location { color: var(--ink); font-weight: 700; font-size: 14px; margin-bottom: 10px; }
.kk-job-card__location i { color: var(--brand); margin-right: 6px; }
.kk-card-pills { display: flex; flex-wrap: wrap; gap: 6px; margin: 6px 0 12px; }
.kk-card-pills span { background: #1d1d1d; color: #fff; border-radius: 5px; padding: 3px 7px; font-size: 11px; font-weight: 800; }
.kk-job-card__deadline { color: var(--muted); font-size: 13px; font-weight: 700; margin: auto 0 14px; }
.kk-job-card__deadline.is-expired { color: var(--brand); }
.kk-badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 5px 9px; font-size: 11px; font-weight: 900; }
.kk-badge--featured { background: #fdeceb; color: var(--brand); }
.kk-card-button { align-self: flex-start; padding: 9px 13px; font-size: 13px; margin-top: auto; }
.kk-job-card.is-expired { opacity: .78; }

.kk-job-search-banner { background: #24262b; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 2px, transparent 2px, transparent 16px); color: #fff; padding: 44px 0; }
.kk-job-search-banner h1, .kk-job-search-banner h2 { color: #fff; margin: 0 0 20px; font-weight: 900; }
.kk-job-search { display: grid; grid-template-columns: minmax(190px, 1fr) minmax(170px, .8fr) minmax(170px, .8fr) auto; gap: 12px; align-items: center; }
.kk-job-search input, .kk-job-search select, .kk-job-search .select2-selection { width: 100%; min-height: 46px; border: 1px solid var(--line) !important; border-radius: 8px !important; background: #fff; color: var(--ink); font: inherit; padding: 10px 12px; }
.kk-job-search .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 24px; padding: 0; }
.kk-job-search .select2-container--default .select2-selection--single .select2-selection__arrow { height: 44px; }
.kk-job-search button { min-height: 46px; }
.kk-filter-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 22px; }
.kk-filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.kk-filter-chip, .kk-filter-reset { display: inline-flex; align-items: center; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 7px 11px; font-weight: 800; font-size: 13px; text-decoration: none; }
.kk-filter-reset { color: var(--brand); }
.kk-empty-state { text-align: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 48px 24px; }
.kk-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 32px; }
.kk-pagination .page-numbers { border: 1px solid var(--line); border-radius: 8px; padding: 8px 12px; font-weight: 800; text-decoration: none; }
.kk-pagination .current { background: var(--brand); border-color: var(--brand); color: #fff; }

.kk-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 34px; align-items: start; }
.kk-detail-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 26px; }
.kk-detail-header { margin-bottom: 24px; }
.kk-detail-header h1 { margin: 0 0 12px; font-size: clamp(32px, 4vw, 42px); font-weight: 900; line-height: 1.08; }
.kk-detail-meta { color: var(--muted); font-weight: 700; display: flex; flex-wrap: wrap; gap: 12px; }
.kk-detail-image { border-radius: 12px; overflow: hidden; margin-bottom: 24px; }
.kk-detail-image img { width: 100%; height: auto; display: block; }
.kk-content { font-size: 17px; line-height: 1.7; }
.kk-content h2, .kk-content h3 { font-weight: 900; margin: 1.8em 0 .65em; }
.kk-content img { max-width: 100%; height: auto; border-radius: 10px; }
.kk-sidebar-card { padding: 22px; margin-bottom: 20px; }
.kk-sidebar-card h3 { margin: 0 0 16px; font-weight: 900; font-size: 20px; }
.kk-sidebar-card p { margin: 0 0 11px; color: var(--ink); }
.kk-sidebar-card i { color: var(--brand); margin-right: 8px; }
.kk-employer-logo { margin-bottom: 14px; }
.kk-employer-logo img { max-width: 110px; max-height: 90px; object-fit: contain; }
.kk-expired-notice { background: #fdeceb; color: var(--brand); border: 1px solid rgba(218,31,38,.2); border-radius: 10px; padding: 14px; font-weight: 900; margin: 16px 0; }
.kk-apply-button { width: 100%; margin-top: 14px; }

.kk-category-page-layout, .kk-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 34px; align-items: start; }
.kk-category-sidebar ul { list-style: none; padding: 0; margin: 0; }
.kk-category-sidebar li + li { border-top: 1px solid var(--line); }
.kk-category-sidebar a { display: block; padding: 10px 0; color: var(--ink); text-decoration: none; font-weight: 700; }

.kk-site-footer { background: var(--footer); color: #fff; margin-top: 56px; }
.kk-site-footer__grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 56px; padding: 54px 0; }
.kk-site-footer h2 { font-size: 18px; font-weight: 900; margin: 0 0 20px; color: #fff; }
.kk-site-footer a { color: #fff; text-decoration: none; }
.kk-site-footer a:hover { color: var(--brand2); }
.kk-footer-contact p { margin: 0 0 14px; color: #fff; }
.kk-footer-contact i { margin-right: 9px; color: var(--brand2); }
.kk-footer-links { columns: 2; list-style: none; padding: 0; margin: 0; }
.kk-footer-links li { break-inside: avoid; margin: 0 0 10px; }
.kk-newsletter input[type="email"], .kk-newsletter input[type="text"] { width: 100%; min-height: 42px; border-radius: 4px; border: 0; padding: 10px; }
.kk-newsletter input[type="submit"], .kk-newsletter button, .tnp-widget input.tnp-submit { width: 100%; min-height: 42px; border-radius: 4px; border: 0; background: var(--brand) !important; color: #fff; font-weight: 900; }
.kk-footer-social { display: flex; gap: 8px; list-style: none; padding: 0; margin: 16px 0 0; }
.kk-footer-social a { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; background: rgba(255,255,255,.08); }
.kk-site-footer__menu { background: #211715; padding: 12px 0; text-align: center; }
.kk-site-footer__menu ul { display: flex; justify-content: center; flex-wrap: wrap; gap: 28px; padding: 0; margin: 0; list-style: none; }
.kk-site-footer__menu li { list-style: none; }
.kk-site-footer__menu a { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.kk-site-footer__bottom { background: #151515; padding: 15px 0; text-align: center; font-size: 13px; color: rgba(255,255,255,.78); }
.kk-site-footer__bottom p { margin: 0; }

@media (max-width: 992px) {
    .kk-container { width: min(100% - 36px, 1180px); }
    .kk-site-header__inner { min-height: 72px; }
    .kk-wordmark { font-size: 26px; }
    .kk-wordmark img { max-height: 42px; }
    .kk-site-nav { display: none; }
    .kk-mobile-toggle { display: flex; position: fixed; top: 20px; right: 20px; z-index: 1200; flex-direction: column; gap: 5px; width: 42px; height: 42px; align-items: center; justify-content: center; border: 0; background: #fff; border-radius: 9px; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
    .kk-mobile-toggle .line { width: 22px; height: 3px; border-radius: 999px; background: var(--brand); display: block; }
    .kk-hero-grid, .kk-detail-layout, .kk-category-page-layout, .kk-article-layout, .kk-site-footer__grid { grid-template-columns: 1fr; }
    .kk-job-search { grid-template-columns: 1fr; }
    .kk-detail-sidebar { order: -1; }
    .kk-site-footer__grid { gap: 30px; }
}

@media (max-width: 640px) {
    .kk-section { padding: 34px 0; }
    .kk-section__header { display: block; }
    .kk-article-grid, .kk-job-grid { grid-template-columns: 1fr; }
    .kk-detail-card, .kk-sidebar-card { padding: 18px; }
}

/* v2.0.1 — Related articles on single posts */
.kk-related-articles { margin-top: 18px; padding-top: 38px; border-top: 2px solid var(--ink); }
.kk-related-articles__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.kk-related-articles__header h2 { margin: 0; font-size: clamp(24px, 3vw, 30px); font-weight: 900; letter-spacing: -0.01em; }
.kk-related-articles__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 26px; }
.kk-related-card a { display: block; color: inherit; text-decoration: none; }
.kk-related-card__image { aspect-ratio: 16 / 10; border-radius: 8px; overflow: hidden; background: var(--paper); }
.kk-related-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .2s ease; }
.kk-related-card:hover .kk-related-card__image img { transform: scale(1.025); }
.kk-related-card__image--placeholder { background: repeating-linear-gradient(135deg,#e9e7e1,#e9e7e1 11px,#f1efe9 11px,#f1efe9 22px); }
.kk-related-card__body { margin-top: 13px; }
.kk-related-card__body .kk-eyebrow { margin-bottom: 7px; }
.kk-related-card h3 { margin: 0; font-size: 18px; line-height: 1.24; font-weight: 900; }
.kk-related-card__meta { margin-top: 9px; color: var(--muted); font-size: 12px; font-weight: 700; }
@media (max-width: 640px) {
    .kk-related-articles__header { display: block; }
    .kk-related-articles__header .kk-section-link { display: inline-block; margin-top: 10px; }
}

/* v2.0.3 — Header/menu regression guard
   The legacy WEBX CSS also targets .humburger and .menu_body. These stronger
   v2 selectors make sure the mobile drawer never appears on desktop and that
   the desktop navigation stays visible after update/install on existing sites. */
body.kk-theme-v2 .kk-site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 900; }
body.admin-bar.kk-theme-v2 .kk-site-header { top: 32px; }
body.kk-theme-v2 .kk-site-header__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
body.kk-theme-v2 .kk-site-nav { display: flex !important; align-items: center; justify-content: flex-end; flex: 1 1 auto; min-width: 0; }
body.kk-theme-v2 .kk-main-nav { display: flex !important; align-items: center; justify-content: flex-end; gap: clamp(14px, 2vw, 34px); width: 100%; padding: 0; margin: 0; list-style: none; }
body.kk-theme-v2 .kk-main-nav li { list-style: none; margin: 0; padding: 0; }
body.kk-theme-v2 .kk-main-nav a { display: inline-flex; align-items: center; color: var(--brand); font-weight: 800; font-size: 15px; line-height: 1.2; padding: 0; border: 0; text-decoration: none; white-space: nowrap; }
body.kk-theme-v2 .kk-main-nav a:hover,
body.kk-theme-v2 .kk-main-nav a.active { color: var(--brand2); }
body.kk-theme-v2 .kk-wordmark { display: inline-flex !important; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
body.kk-theme-v2 .kk-wordmark img { max-height: 58px; width: auto; object-fit: contain; }
body.kk-theme-v2 .kk-wordmark span { display: inline !important; }
body.kk-theme-v2 .kk-mobile-toggle { display: none !important; }
body.kk-theme-v2 .kk-mobile-menu,
body.kk-theme-v2 .menu_body.kk-mobile-menu,
body.kk-theme-v2 .menu_body.kk-mobile-menu.open { display: none !important; transform: translateX(105%) !important; visibility: hidden; pointer-events: none; }

@media (max-width: 992px) {
    body.kk-theme-v2 .kk-site-header__inner { min-height: 72px; padding-right: 58px; }
    body.kk-theme-v2 .kk-site-nav { display: none !important; }
    body.kk-theme-v2 .kk-mobile-toggle { display: flex !important; position: fixed; top: 20px; right: 20px; z-index: 1200; flex-direction: column; gap: 5px; width: 42px; height: 42px; align-items: center; justify-content: center; border: 0; background: #fff; border-radius: 9px; box-shadow: 0 8px 24px rgba(0,0,0,.12); padding: 0; }
    body.admin-bar.kk-theme-v2 .kk-mobile-toggle { top: 52px; }
    body.kk-theme-v2 .kk-mobile-toggle .line { width: 22px; height: 3px; border-radius: 999px; background: var(--brand); display: block; margin: 0; }
    body.kk-theme-v2 .kk-mobile-toggle.open .line:nth-of-type(1) { transform: rotate(45deg) translate(6px, 6px); }
    body.kk-theme-v2 .kk-mobile-toggle.open .line:nth-of-type(2) { opacity: 0; }
    body.kk-theme-v2 .kk-mobile-toggle.open .line:nth-of-type(3) { transform: rotate(-45deg) translate(5px, -5px); visibility: visible; }
    body.kk-theme-v2 .kk-mobile-menu,
    body.kk-theme-v2 .menu_body.kk-mobile-menu { display: block !important; position: fixed; inset: 0; width: 100%; height: 100vh; z-index: 1100; transform: translateX(105%) !important; transition: transform .22s ease; background: #181818; padding: 92px 24px 32px; overflow-y: auto; visibility: visible; pointer-events: auto; }
    body.kk-theme-v2 .kk-mobile-menu.open,
    body.kk-theme-v2 .menu_body.kk-mobile-menu.open { transform: translateX(0) !important; }
    body.kk-theme-v2 .kk-mobile-nav { display: grid !important; gap: 0; align-items: stretch; padding: 0; margin: 0; list-style: none; }
    body.kk-theme-v2 .kk-mobile-nav li { list-style: none; }
    body.kk-theme-v2 .kk-mobile-nav a { display: block; color: #fff; font-size: 18px; font-weight: 700; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; }
    body.kk-theme-v2 .kk-mobile-nav a:hover { color: var(--brand2); }
    body.kk-theme-v2 .kk-mobile-menu .menu-text { margin-top: 24px; color: #fff; }
    body.kk-theme-v2 .kk-mobile-menu .menu-text p { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; color: #fff; }
    body.kk-theme-v2 .kk-mobile-menu .menu-text i { width: 18px; color: var(--brand2); background: transparent; }
    body.kk-theme-v2 .kk-mobile-menu .menu-text a,
    body.kk-theme-v2 .kk-mobile-menu .menu-text span { color: #fff; }
}

@media (max-width: 782px) {
    body.admin-bar.kk-theme-v2 .kk-site-header { top: 46px; }
    body.admin-bar.kk-theme-v2 .kk-mobile-toggle { top: 62px; }
}

/* v2.0.4 — Header/menu line + mobile hardening + home jobs CTA
   The design has a dedicated logo row and a separate menu line below it. This
   override restores that structure and keeps the legacy WEBX hamburger/menu CSS
   from affecting desktop or mobile states. */
body.kk-theme-v2 .kk-site-header {
    background: #fff;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 1300;
}
body.admin-bar.kk-theme-v2 .kk-site-header { top: 32px; }
body.kk-theme-v2 .kk-site-header__brandline { background: #fff; }
body.kk-theme-v2 .kk-site-header__brandline-inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
body.kk-theme-v2 .kk-site-header__menuline {
    border-top: 1px solid rgba(232,230,226,.75);
    border-bottom: 1px solid rgba(232,230,226,.75);
    background: #fff;
}
body.kk-theme-v2 .kk-site-header__menuline .kk-container { display: flex; justify-content: center; }
body.kk-theme-v2 .kk-site-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
}
body.kk-theme-v2 .kk-main-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 3.2vw, 42px);
    width: 100%;
    padding: 13px 0 14px;
    margin: 0;
    list-style: none;
}
body.kk-theme-v2 .kk-main-nav li { list-style: none; margin: 0; padding: 0; position: relative; }
body.kk-theme-v2 .kk-main-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    color: var(--brand);
    font-weight: 900;
    font-size: 15px;
    line-height: 1.2;
    padding: 0;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
}
body.kk-theme-v2 .kk-main-nav a:hover,
body.kk-theme-v2 .kk-main-nav .current-menu-item > a,
body.kk-theme-v2 .kk-main-nav .current_page_item > a { color: var(--brand2); }
body.kk-theme-v2 .kk-main-nav .sub-menu {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 210px;
    z-index: 1400;
}
body.kk-theme-v2 .kk-wordmark {
    justify-content: center;
    font-size: clamp(34px, 5vw, 58px);
    max-width: 100%;
}
body.kk-theme-v2 .kk-wordmark img { max-height: 62px; width: auto; object-fit: contain; }
body.kk-theme-v2 .kk-mobile-toggle { display: none !important; }
body.kk-theme-v2 .kk-mobile-menu,
body.kk-theme-v2 .menu_body.kk-mobile-menu,
body.kk-theme-v2 .menu_body.kk-mobile-menu.open {
    display: none !important;
    transform: translateX(105%) !important;
    visibility: hidden;
    pointer-events: none;
}
body.kk-theme-v2 .kk-jobs-home-actions {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
body.kk-theme-v2 .kk-section__header--jobs-home { justify-content: flex-start; }

@media (max-width: 992px) {
    body.kk-theme-v2 .kk-site-header__brandline-inner {
        min-height: 72px;
        justify-content: space-between;
        gap: 18px;
    }
    body.kk-theme-v2 .kk-site-header__menuline { display: none !important; }
    body.kk-theme-v2 .kk-wordmark {
        justify-content: flex-start;
        font-size: 26px;
        min-width: 0;
    }
    body.kk-theme-v2 .kk-wordmark img { max-height: 46px; }
    body.kk-theme-v2 .kk-mobile-toggle {
        display: inline-flex !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        z-index: 1500;
        flex: 0 0 44px;
        flex-direction: column;
        gap: 5px;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--line);
        background: #fff;
        border-radius: 10px;
        box-shadow: none;
        padding: 0;
        cursor: pointer;
    }
    body.admin-bar.kk-theme-v2 .kk-mobile-toggle { top: auto !important; }
    body.kk-theme-v2 .kk-mobile-toggle .line {
        width: 22px;
        height: 3px;
        border-radius: 999px;
        background: var(--brand);
        display: block;
        margin: 0;
        transition: transform .18s ease, opacity .18s ease;
    }
    body.kk-theme-v2 .kk-mobile-toggle.open .line:nth-of-type(1) { transform: rotate(45deg) translate(6px, 6px); }
    body.kk-theme-v2 .kk-mobile-toggle.open .line:nth-of-type(2) { opacity: 0; }
    body.kk-theme-v2 .kk-mobile-toggle.open .line:nth-of-type(3) { transform: rotate(-45deg) translate(5px, -5px); visibility: visible; }
    body.kk-theme-v2 .kk-mobile-menu,
    body.kk-theme-v2 .menu_body.kk-mobile-menu {
        display: block !important;
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100vh;
        z-index: 1100;
        transform: translateX(105%) !important;
        transition: transform .22s ease;
        background: #181818;
        padding: 104px 24px 32px;
        overflow-y: auto;
        visibility: visible;
        pointer-events: auto;
    }
    body.kk-theme-v2 .kk-mobile-menu.open,
    body.kk-theme-v2 .menu_body.kk-mobile-menu.open { transform: translateX(0) !important; }
    body.kk-theme-v2.kk-menu-open { overflow: hidden; }
    body.kk-theme-v2 .kk-mobile-nav {
        display: grid !important;
        gap: 0;
        align-items: stretch;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    body.kk-theme-v2 .kk-mobile-nav li { list-style: none; margin: 0; padding: 0; }
    body.kk-theme-v2 .kk-mobile-nav a {
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: 800;
        padding: 14px 0;
        border-bottom: 1px solid rgba(255,255,255,.14);
        text-decoration: none;
    }
    body.kk-theme-v2 .kk-mobile-nav a:hover { color: var(--brand2); }
    body.kk-theme-v2 .kk-mobile-menu .menu-text { margin-top: 24px; color: #fff; }
    body.kk-theme-v2 .kk-mobile-menu .menu-text p { display: flex; align-items: center; gap: 10px; margin: 0 0 10px; color: #fff; }
    body.kk-theme-v2 .kk-mobile-menu .menu-text i { width: 18px; color: var(--brand2); background: transparent; }
    body.kk-theme-v2 .kk-mobile-menu .menu-text a,
    body.kk-theme-v2 .kk-mobile-menu .menu-text span { color: #fff; }
}

@media (max-width: 782px) {
    body.admin-bar.kk-theme-v2 .kk-site-header { top: 46px; }
}

/* v2.0.5 — Claude Design regression pass
   Menu line, mobile states, job-card fallbacks, detail CTA and equal card heights. */
body.kk-theme-v2 .kk-site-header__menuline {
    display: block !important;
    min-height: 54px;
}
body.kk-theme-v2 .kk-site-header__menuline .kk-container,
body.kk-theme-v2 .kk-site-nav {
    min-height: 54px;
}
body.kk-theme-v2 .kk-main-nav:empty::before {
    content: "Bransjenytt  ·  Egen bedrift  ·  Karrieretips  ·  På jobb  ·  Stillinger  ·  Annonsere  ·  Om oss";
    color: var(--brand);
    font-weight: 900;
    font-size: 15px;
}
body.kk-theme-v2 .kk-main-nav a {
    position: relative;
}
body.kk-theme-v2 .kk-main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 3px;
    background: transparent;
    border-radius: 999px;
}
body.kk-theme-v2 .kk-main-nav a:hover::after,
body.kk-theme-v2 .kk-main-nav .current-menu-item > a::after,
body.kk-theme-v2 .kk-main-nav .current_page_item > a::after {
    background: var(--brand);
}
body.kk-theme-v2 .kk-job-card__logo,
body.kk-theme-v2 .kk-employer-logo {
    min-width: 54px;
    min-height: 54px;
}
body.kk-theme-v2 .kk-job-card__logo:empty,
body.kk-theme-v2 .kk-employer-logo:empty {
    display: none !important;
}
body.kk-theme-v2 .kk-logo-fallback {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px;
    border-radius: 10px !important;
    background: var(--brand) !important;
    background-image: none !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-transform: uppercase;
}
body.kk-theme-v2 .kk-job-card__top::before,
body.kk-theme-v2 .kk-job-card__top::after,
body.kk-theme-v2 .kk-job-card__logo::before,
body.kk-theme-v2 .kk-job-card__logo::after {
    content: none !important;
    display: none !important;
}
body.kk-theme-v2 .kk-job-card,
body.kk-theme-v2 .kk-job-card__link {
    height: 100%;
}
body.kk-theme-v2 .kk-job-card__link {
    display: flex !important;
    flex-direction: column;
}
body.kk-theme-v2 .kk-card-pills {
    margin-top: auto !important;
    padding-top: 10px;
}
body.kk-theme-v2 .kk-card-button {
    align-self: flex-start;
    margin-top: 10px;
}
body.kk-theme-v2 .kk-badge--featured {
    color: var(--brand) !important;
    background: #fdeceb !important;
    border: 1px solid rgba(218,31,38,.12);
    font-size: 10.5px;
    letter-spacing: .06em;
    text-transform: uppercase;
    box-shadow: none;
}
body.kk-theme-v2 .kk-job-search button {
    min-width: 96px;
    white-space: nowrap;
}
body.kk-theme-v2 .kk-job-search button span {
    display: inline;
}
body.kk-theme-v2 .kk-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 18px;
    font-weight: 900;
    color: var(--brand);
    text-decoration: none;
}
body.kk-theme-v2 .kk-back-link:hover { color: var(--brand2); }
body.kk-theme-v2 .kk-apply-button {
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
    min-height: 48px;
}
body.kk-theme-v2 .kk-expired-notice--neutral {
    background: #f6f5f2;
    color: var(--ink);
    border: 1px solid var(--line);
}
body.kk-theme-v2 .kk-newsletter input[type="submit"],
body.kk-theme-v2 .kk-newsletter button,
body.kk-theme-v2 .tnp-widget input.tnp-submit,
body.kk-theme-v2 .tnp-subscription input.tnp-submit {
    background: var(--brand) !important;
    color: #fff !important;
}
@media (max-width: 992px) {
    body.kk-theme-v2 .kk-site-header__menuline { display: none !important; }
    body.kk-theme-v2 .kk-mobile-menu,
    body.kk-theme-v2 .menu_body.kk-mobile-menu {
        background: #fff !important;
        color: var(--ink) !important;
        padding: 92px 26px 32px !important;
    }
    body.kk-theme-v2 .kk-mobile-nav a {
        color: var(--ink) !important;
        border-bottom: 1px solid var(--line) !important;
        font-size: 20px !important;
        font-weight: 900 !important;
        padding: 16px 0 !important;
    }
    body.kk-theme-v2 .kk-mobile-menu .menu-text,
    body.kk-theme-v2 .kk-mobile-menu .menu-text p,
    body.kk-theme-v2 .kk-mobile-menu .menu-text a,
    body.kk-theme-v2 .kk-mobile-menu .menu-text span {
        color: var(--ink) !important;
    }
    body.kk-theme-v2 .kk-mobile-menu .menu-text i { color: var(--brand) !important; }
    body.kk-theme-v2 .kk-detail-layout {
        display: flex;
        flex-direction: column;
    }
    body.kk-theme-v2 .kk-detail-sidebar { order: -1; }
    body.kk-theme-v2 .kk-job-search {
        grid-template-columns: 1fr !important;
    }
    body.kk-theme-v2 .kk-job-search input,
    body.kk-theme-v2 .kk-job-search select,
    body.kk-theme-v2 .kk-job-search button,
    body.kk-theme-v2 .select2-container {
        width: 100% !important;
        min-height: 46px;
    }
}
@media (max-width: 600px) {
    body.kk-theme-v2 .kk-container { width: min(100% - 36px, 1180px); }
    body.kk-theme-v2 .kk-site-header__brandline-inner { min-height: 68px; }
    body.kk-theme-v2 .kk-section { padding: 34px 0; }
    body.kk-theme-v2 .kk-hero-grid,
    body.kk-theme-v2 .kk-article-grid,
    body.kk-theme-v2 .kk-job-grid,
    body.kk-theme-v2 .kk-related-articles__grid {
        grid-template-columns: 1fr !important;
    }
}

/* v2.0.6 — Header/logo/menu alignment + contrast hardening
   Matches Claude/client prototype: wordmark left, menu line below logo, red menu
   links on white background, mobile-only hamburger/drawer. */
body.kk-theme-v2 .kk-site-header {
    background: #fff !important;
    border-bottom: 1px solid var(--line) !important;
    box-shadow: none !important;
    position: relative !important;
    top: auto !important;
    z-index: 900 !important;
}
body.admin-bar.kk-theme-v2 .kk-site-header { top: auto !important; }
body.kk-theme-v2 .kk-site-header__brandline,
body.kk-theme-v2 .kk-site-header__menuline {
    background: #fff !important;
    border: 0 !important;
}
body.kk-theme-v2 .kk-site-header__brandline-inner {
    min-height: 0 !important;
    padding-top: 22px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    position: relative !important;
}
body.kk-theme-v2 .kk-wordmark {
    display: inline-flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    max-width: 100% !important;
    line-height: .9 !important;
    text-decoration: none !important;
    letter-spacing: -.02em !important;
    font-size: clamp(34px, 4.4vw, 44px) !important;
    font-weight: 900 !important;
    color: var(--brand) !important;
}
body.kk-theme-v2 .kk-wordmark__part {
    font-size: inherit !important;
    font-weight: 900 !important;
    line-height: .9 !important;
    letter-spacing: -.02em !important;
    white-space: nowrap !important;
}
body.kk-theme-v2 .kk-wordmark__part--one { color: var(--brand2) !important; font-style: normal !important; }
body.kk-theme-v2 .kk-wordmark__part--two { color: var(--brand) !important; font-style: italic !important; }
body.kk-theme-v2 .kk-wordmark__image {
    max-height: 72px !important;
    max-width: 360px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
}
body.kk-theme-v2 .kk-site-header__menuline .kk-container,
body.kk-theme-v2 .kk-site-nav {
    min-height: 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100% !important;
}
body.kk-theme-v2 .kk-site-header__menuline { display: block !important; }
body.kk-theme-v2 .kk-main-nav,
body.kk-theme-v2 .kk-site-nav > ul,
body.kk-theme-v2 .kk-site-nav .menu {
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 0 4px !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    min-height: 0 !important;
}
body.kk-theme-v2 .kk-main-nav li,
body.kk-theme-v2 .kk-site-nav li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}
body.kk-theme-v2 .kk-main-nav a,
body.kk-theme-v2 .kk-site-nav a,
body.kk-theme-v2 .kk-site-nav .nav-link,
body.kk-theme-v2 .kk-site-nav .dropdown-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
    color: var(--brand) !important;
    background: transparent !important;
    font-weight: 900 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    padding: 10px 16px 14px 0 !important;
    border: 0 !important;
    text-decoration: none !important;
    text-shadow: none !important;
    white-space: nowrap !important;
}
body.kk-theme-v2 .kk-main-nav a:hover,
body.kk-theme-v2 .kk-site-nav a:hover,
body.kk-theme-v2 .kk-main-nav .current-menu-item > a,
body.kk-theme-v2 .kk-main-nav .current_page_item > a,
body.kk-theme-v2 .kk-site-nav .current-menu-item > a,
body.kk-theme-v2 .kk-site-nav .current_page_item > a {
    color: var(--brand) !important;
    background: transparent !important;
}
body.kk-theme-v2 .kk-main-nav a::after,
body.kk-theme-v2 .kk-site-nav a::after {
    display: none !important;
    content: none !important;
}
body.kk-theme-v2 .kk-main-nav .sub-menu,
body.kk-theme-v2 .kk-site-nav .sub-menu,
body.kk-theme-v2 .kk-site-nav .dropdown-menu {
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    min-width: 210px !important;
    z-index: 1400 !important;
    background: #fff !important;
    border: 1px solid var(--line) !important;
    border-radius: 10px !important;
    padding: 10px !important;
    box-shadow: 0 20px 50px rgba(0,0,0,.12) !important;
}
body.kk-theme-v2 .kk-site-nav .sub-menu a,
body.kk-theme-v2 .kk-site-nav .dropdown-menu a {
    width: 100% !important;
    padding: 9px 10px !important;
    color: var(--ink) !important;
}
body.kk-theme-v2 .kk-mobile-toggle { display: none !important; }
body.kk-theme-v2 .kk-mobile-menu,
body.kk-theme-v2 .menu_body.kk-mobile-menu,
body.kk-theme-v2 .menu_body.kk-mobile-menu.open {
    display: none !important;
    transform: translateX(105%) !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
@media (max-width: 992px) {
    body.kk-theme-v2 .kk-site-header { position: sticky !important; top: 0 !important; }
    body.admin-bar.kk-theme-v2 .kk-site-header { top: 32px !important; }
    body.kk-theme-v2 .kk-site-header__brandline-inner {
        min-height: 64px !important;
        padding-top: 0 !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 18px !important;
    }
    body.kk-theme-v2 .kk-site-header__menuline { display: none !important; }
    body.kk-theme-v2 .kk-wordmark {
        font-size: 25px !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }
    body.kk-theme-v2 .kk-wordmark__part {
        font-size: inherit !important;
        white-space: nowrap !important;
    }
    body.kk-theme-v2 .kk-wordmark__image { max-height: 44px !important; max-width: 230px !important; }
    body.kk-theme-v2 .kk-mobile-toggle {
        display: inline-flex !important;
        position: relative !important;
        z-index: 1500 !important;
        flex: 0 0 38px !important;
        width: 38px !important;
        height: 38px !important;
        flex-direction: column !important;
        gap: 5px !important;
        align-items: center !important;
        justify-content: center !important;
        border: 0 !important;
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 6px 2px !important;
        cursor: pointer !important;
    }
    body.kk-theme-v2 .kk-mobile-toggle .line {
        width: 26px !important;
        height: 3px !important;
        border-radius: 2px !important;
        background: var(--brand) !important;
        display: block !important;
        margin: 0 !important;
    }
    body.kk-theme-v2 .kk-mobile-menu,
    body.kk-theme-v2 .menu_body.kk-mobile-menu {
        display: block !important;
        position: fixed !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        z-index: 1100 !important;
        transform: translateX(105%) !important;
        transition: transform .22s ease !important;
        background: #fff !important;
        color: var(--ink) !important;
        padding: 92px 26px 32px !important;
        overflow-y: auto !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
    body.kk-theme-v2 .kk-mobile-menu.open,
    body.kk-theme-v2 .menu_body.kk-mobile-menu.open { transform: translateX(0) !important; }
    body.kk-theme-v2 .kk-mobile-nav,
    body.kk-theme-v2 .kk-mobile-menu ul {
        display: grid !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    body.kk-theme-v2 .kk-mobile-nav li,
    body.kk-theme-v2 .kk-mobile-menu li { list-style: none !important; margin: 0 !important; padding: 0 !important; }
    body.kk-theme-v2 .kk-mobile-nav a,
    body.kk-theme-v2 .kk-mobile-menu a,
    body.kk-theme-v2 .kk-mobile-menu .nav-link {
        display: block !important;
        color: var(--ink) !important;
        background: transparent !important;
        border-bottom: 1px solid var(--line) !important;
        font-size: 20px !important;
        font-weight: 900 !important;
        padding: 16px 0 !important;
        text-decoration: none !important;
    }
    body.kk-theme-v2 .kk-mobile-nav a:hover,
    body.kk-theme-v2 .kk-mobile-menu a:hover { color: var(--brand) !important; }
    body.kk-theme-v2 .kk-mobile-menu .menu-text,
    body.kk-theme-v2 .kk-mobile-menu .menu-text p,
    body.kk-theme-v2 .kk-mobile-menu .menu-text a,
    body.kk-theme-v2 .kk-mobile-menu .menu-text span { color: var(--ink) !important; }
    body.kk-theme-v2 .kk-mobile-menu .menu-text i { color: var(--brand) !important; background: transparent !important; }
}
@media (max-width: 782px) {
    body.admin-bar.kk-theme-v2 .kk-site-header { top: 46px !important; }
}
@media (max-width: 600px) {
    body.kk-theme-v2 .kk-container { width: min(100% - 36px, 1180px) !important; }
    body.kk-theme-v2 .kk-wordmark { font-size: 24px !important; }
}


/* v2.0.7 — Header/menu final alignment + admin-clean frontend guard
   Keep the logo and menu in the same design container. v2.0.6 correctly
   restored the menu, but one legacy override made the menu container full
   viewport width, which pushed the menu to the far left while the logo/content
   stayed centered. These rules intentionally reset the header containers and
   menu colors last in the cascade. */
body.kk-theme-v2 .kk-site-header {
    background: #fff !important;
    border-bottom: 1px solid var(--line) !important;
    position: relative !important;
    box-shadow: none !important;
}
body.kk-theme-v2 .kk-site-header__brandline-inner,
body.kk-theme-v2 .kk-site-header__menuline > .kk-container {
    width: min(1180px, calc(100% - 56px)) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body.kk-theme-v2 .kk-site-header__brandline-inner {
    min-height: 0 !important;
    padding-top: 22px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}
body.kk-theme-v2 .kk-site-header__menuline {
    display: block !important;
    background: #fff !important;
    border: 0 !important;
}
body.kk-theme-v2 .kk-site-header__menuline > .kk-container,
body.kk-theme-v2 .kk-site-header__menuline .kk-site-nav {
    min-height: 0 !important;
    width: min(1180px, calc(100% - 56px)) !important;
    max-width: 1180px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    display: flex !important;
}
body.kk-theme-v2 .kk-site-header__menuline .kk-site-nav {
    width: 100% !important;
    max-width: none !important;
    flex: 0 1 auto !important;
}
body.kk-theme-v2 .kk-site-header__menuline .kk-main-nav,
body.kk-theme-v2 .kk-site-header__menuline .kk-site-nav > ul,
body.kk-theme-v2 .kk-site-header__menuline .kk-site-nav .menu {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 0 22px !important;
    margin: 10px 0 0 !important;
    padding: 0 0 15px !important;
    list-style: none !important;
    width: auto !important;
    max-width: 100% !important;
}
body.kk-theme-v2 .kk-site-header__menuline .kk-main-nav a,
body.kk-theme-v2 .kk-site-header__menuline .kk-site-nav a,
body.kk-theme-v2 .kk-site-header__menuline .kk-site-nav .nav-link,
body.kk-theme-v2 .kk-site-header__menuline .kk-site-nav .dropdown-item {
    color: #DA1F26 !important;
    background: transparent !important;
    font-weight: 900 !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    padding: 0 !important;
    text-decoration: none !important;
    text-shadow: none !important;
    border: 0 !important;
    white-space: nowrap !important;
}
body.kk-theme-v2 .kk-site-header__menuline .kk-main-nav a:hover,
body.kk-theme-v2 .kk-site-header__menuline .kk-site-nav a:hover,
body.kk-theme-v2 .kk-site-header__menuline .kk-main-nav .current-menu-item > a,
body.kk-theme-v2 .kk-site-header__menuline .kk-site-nav .current-menu-item > a {
    color: #DA1F26 !important;
    background: transparent !important;
}
body.kk-theme-v2 .kk-wordmark {
    font-size: clamp(46px, 5.2vw, 72px) !important;
    line-height: .88 !important;
    letter-spacing: -.035em !important;
    margin: 0 !important;
}
body.kk-theme-v2 .kk-wordmark__part--one {
    color: #EE6A14 !important;
    font-style: normal !important;
}
body.kk-theme-v2 .kk-wordmark__part--two {
    color: #DA1F26 !important;
    font-style: italic !important;
}
body.kk-theme-v2 .kk-main { padding-top: 0 !important; }

@media (max-width: 992px) {
    body.kk-theme-v2 .kk-site-header {
        position: sticky !important;
        top: 0 !important;
        z-index: 1300 !important;
    }
    body.admin-bar.kk-theme-v2 .kk-site-header { top: 32px !important; }
    body.kk-theme-v2 .kk-site-header__brandline-inner {
        width: min(100% - 36px, 1180px) !important;
        min-height: 66px !important;
        padding-top: 0 !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 16px !important;
    }
    body.kk-theme-v2 .kk-site-header__menuline { display: none !important; }
    body.kk-theme-v2 .kk-wordmark {
        font-size: clamp(25px, 9vw, 38px) !important;
        line-height: .9 !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }
    body.kk-theme-v2 .kk-mobile-toggle {
        display: inline-flex !important;
        flex: 0 0 42px !important;
        width: 42px !important;
        height: 42px !important;
        border: 1px solid var(--line) !important;
        border-radius: 10px !important;
        background: #fff !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        z-index: 1500 !important;
    }
    body.kk-theme-v2 .kk-mobile-menu,
    body.kk-theme-v2 .menu_body.kk-mobile-menu {
        background: #fff !important;
        color: var(--ink) !important;
        display: block !important;
        position: fixed !important;
        inset: 0 !important;
        transform: translateX(105%) !important;
        visibility: visible !important;
        pointer-events: auto !important;
        padding: 92px 26px 32px !important;
        z-index: 1100 !important;
    }
    body.kk-theme-v2 .kk-mobile-menu.open,
    body.kk-theme-v2 .menu_body.kk-mobile-menu.open { transform: translateX(0) !important; }
    body.kk-theme-v2 .kk-mobile-menu a,
    body.kk-theme-v2 .kk-mobile-nav a {
        color: var(--ink) !important;
        background: transparent !important;
        border-bottom: 1px solid var(--line) !important;
        font-size: 20px !important;
        font-weight: 900 !important;
        padding: 16px 0 !important;
        text-decoration: none !important;
    }
}
@media (max-width: 782px) {
    body.admin-bar.kk-theme-v2 .kk-site-header { top: 46px !important; }
}
@media (max-width: 600px) {
    body.kk-theme-v2 .kk-site-header__brandline-inner { width: min(100% - 30px, 1180px) !important; }
    body.kk-theme-v2 .kk-wordmark { font-size: clamp(24px, 8.2vw, 32px) !important; }
}

/* v2.0.8 — search/filter polish + Select2 positioning fix
   The legacy WEBX stylesheet contains global Select2 rules, including
   .select2-container--open { top:195px!important; }, which makes the fylke/
   kategori dropdown appear too high. v2.0.8 wraps each search field and pins
   Select2 dropdowns below their own field while preserving the job engine. */
body.kk-theme-v2 .kk-site-header__brandline-inner,
body.kk-theme-v2 .kk-site-header__menuline > .kk-container {
    width: min(1180px, calc(100% - 56px)) !important;
    max-width: 1180px !important;
}
body.kk-theme-v2 .kk-site-header__brandline-inner {
    padding-top: 26px !important;
}
body.kk-theme-v2 .kk-site-header__menuline .kk-main-nav,
body.kk-theme-v2 .kk-site-header__menuline .kk-site-nav > ul,
body.kk-theme-v2 .kk-site-header__menuline .kk-site-nav .menu {
    margin-top: 12px !important;
    padding-bottom: 18px !important;
    gap: 0 24px !important;
}
body.kk-theme-v2 .kk-job-search-banner {
    padding: 38px 0 48px !important;
    margin: 0 !important;
}
body.kk-theme-v2 .kk-job-search-banner .kk-container {
    width: min(1180px, calc(100% - 56px)) !important;
    max-width: 1180px !important;
}
body.kk-theme-v2 .kk-job-search-banner .kk-eyebrow {
    margin: 0 0 10px !important;
    color: #EE6A14 !important;
}
body.kk-theme-v2 .kk-job-search-banner h1,
body.kk-theme-v2 .kk-job-search-banner h2 {
    margin: 0 0 24px !important;
    line-height: 1.08 !important;
    max-width: 760px !important;
}
body.kk-theme-v2 .kk-job-search {
    display: grid !important;
    grid-template-columns: minmax(250px, 1.25fr) minmax(210px, .85fr) minmax(210px, .9fr) auto !important;
    gap: 14px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
}
body.kk-theme-v2 .kk-job-search__field {
    position: relative !important;
    min-width: 0 !important;
    width: 100% !important;
}
body.kk-theme-v2 .kk-job-search input,
body.kk-theme-v2 .kk-job-search select,
body.kk-theme-v2 .kk-job-search .select2.select2-container,
body.kk-theme-v2 .kk-job-search .select2-container--default .select2-selection--single {
    width: 100% !important;
    min-height: 48px !important;
    height: 48px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}
body.kk-theme-v2 .kk-job-search input,
body.kk-theme-v2 .kk-job-search select,
body.kk-theme-v2 .kk-job-search .select2-container--default .select2-selection--single {
    background: #fff !important;
    border: 1px solid rgba(255,255,255,.92) !important;
    color: #191919 !important;
    font: inherit !important;
}
body.kk-theme-v2 .kk-job-search input,
body.kk-theme-v2 .kk-job-search select {
    padding: 0 14px !important;
}
body.kk-theme-v2 .kk-job-search input::placeholder { color: #5f6368 !important; opacity: 1 !important; }
body.kk-theme-v2 .kk-job-search .select2.select2-container {
    display: block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #191919 !important;
}
body.kk-theme-v2 .kk-job-search .select2-container--default .select2-selection--single {
    display: flex !important;
    align-items: center !important;
    padding: 0 44px 0 14px !important;
}
body.kk-theme-v2 .kk-job-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #191919 !important;
    line-height: 48px !important;
    padding: 0 !important;
    width: 100% !important;
}
body.kk-theme-v2 .kk-job-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #5f6368 !important;
}
body.kk-theme-v2 .kk-job-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    top: 0 !important;
    right: 12px !important;
}
body.kk-theme-v2 .kk-job-search__field > .select2-container--open:not(.select2) {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 2500 !important;
}
body.kk-theme-v2 .kk-job-search__field > .select2-container--open:not(.select2) .select2-dropdown,
body.kk-theme-v2 .kk-job-search__field .select2-dropdown {
    position: static !important;
    width: 100% !important;
    min-width: 100% !important;
    background: #fff !important;
    color: #191919 !important;
    border: 1px solid #d8d6cf !important;
    border-radius: 10px !important;
    box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
    overflow: hidden !important;
}
body.kk-theme-v2 .kk-job-search__field .select2-search--dropdown {
    padding: 8px !important;
    background: #fff !important;
}
body.kk-theme-v2 .kk-job-search__field .select2-search--dropdown .select2-search__field {
    height: 38px !important;
    min-height: 38px !important;
    padding: 6px 10px !important;
    border: 1px solid #d8d6cf !important;
    border-radius: 7px !important;
    color: #191919 !important;
    background: #fff !important;
}
body.kk-theme-v2 .kk-job-search__field .select2-results__option {
    padding: 10px 12px !important;
    color: #191919 !important;
}
body.kk-theme-v2 .kk-job-search__field .select2-results__option--highlighted,
body.kk-theme-v2 .kk-job-search__field .select2-results__option--highlighted.select2-results__option--selectable {
    background: #DA1F26 !important;
    color: #fff !important;
}
body.kk-theme-v2 .kk-job-search button {
    min-height: 52px !important;
    height: 52px !important;
    padding: 0 24px !important;
    border-radius: 10px !important;
    align-self: stretch !important;
}
body.kk-theme-v2 .kk-filter-meta {
    align-items: flex-start !important;
    margin-bottom: 28px !important;
}
body.kk-theme-v2 .kk-section--paper {
    padding-top: 54px !important;
}
@media (max-width: 992px) {
    body.kk-theme-v2 .kk-site-header__brandline-inner {
        padding-top: 0 !important;
    }
    body.kk-theme-v2 .kk-job-search-banner {
        padding: 30px 0 34px !important;
    }
    body.kk-theme-v2 .kk-job-search {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    body.kk-theme-v2 .kk-job-search button {
        width: 100% !important;
    }
    body.kk-theme-v2 .kk-job-search__field > .select2-container--open:not(.select2) {
        top: calc(100% + 6px) !important;
    }
}
@media (max-width: 600px) {
    body.kk-theme-v2 .kk-site-header__brandline-inner,
    body.kk-theme-v2 .kk-site-header__menuline > .kk-container,
    body.kk-theme-v2 .kk-job-search-banner .kk-container {
        width: min(100% - 30px, 1180px) !important;
    }
    body.kk-theme-v2 .kk-job-search-banner h1,
    body.kk-theme-v2 .kk-job-search-banner h2 {
        font-size: 28px !important;
    }
}

/* v2.0.9 — page/post hero + breadcrumbs + footer social alignment
   Posts and pages now use the same dark diagonal header language as category and
   jobs pages, with a clean breadcrumb hierarchy above the title. Footer social
   icons are aligned as their own row below the newsletter form. */
body.kk-theme-v2 .kk-page-hero {
    padding: 34px 0 42px !important;
    margin: 0 !important;
    background-color: #24262b !important;
    background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 2px, transparent 2px, transparent 16px) !important;
    color: #fff !important;
}
body.kk-theme-v2 .kk-page-hero .kk-container,
body.kk-theme-v2 .kk-job-search-banner .kk-container {
    position: relative;
}
body.kk-theme-v2 .kk-page-hero h1,
body.kk-theme-v2 .kk-category-banner h1 {
    max-width: 880px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(34px, 4.2vw, 52px) !important;
    line-height: 1.04 !important;
    font-weight: 900 !important;
    letter-spacing: -.02em !important;
}
body.kk-theme-v2 .kk-page-hero__description {
    max-width: 760px;
    margin-top: 14px;
    color: rgba(255,255,255,.82);
    font-size: 17px;
    line-height: 1.55;
}
body.kk-theme-v2 .kk-breadcrumbs {
    margin: 0 0 12px !important;
    color: rgba(255,255,255,.72) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}
body.kk-theme-v2 .kk-breadcrumbs ol {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.kk-theme-v2 .kk-breadcrumbs li {
    display: inline-flex !important;
    align-items: center !important;
    min-width: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.kk-theme-v2 .kk-breadcrumbs li + li::before {
    content: "›";
    margin: 0 9px;
    color: rgba(255,255,255,.42);
    font-weight: 900;
}
body.kk-theme-v2 .kk-breadcrumbs a {
    color: rgba(255,255,255,.82) !important;
    text-decoration: none !important;
}
body.kk-theme-v2 .kk-breadcrumbs a:hover {
    color: #fff !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}
body.kk-theme-v2 .kk-breadcrumbs span[aria-current="page"] {
    color: #fff !important;
}
body.kk-theme-v2 .kk-section--after-hero {
    padding-top: 42px !important;
}
body.kk-theme-v2 .kk-detail-header--meta-only {
    margin-bottom: 18px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid var(--line);
}
body.kk-theme-v2 .kk-article-main .kk-detail-image:first-of-type,
body.kk-theme-v2 .kk-page-content .kk-content > :first-child {
    margin-top: 0 !important;
}
body.kk-theme-v2 .kk-category-banner,
body.kk-theme-v2 .kk-job-search-banner {
    overflow: visible !important;
}
body.kk-theme-v2 .kk-job-search-banner:not(.kk-page-hero) .kk-breadcrumbs {
    margin-bottom: 10px !important;
}
body.kk-theme-v2 .kk-job-search-banner:not(.kk-page-hero) .kk-breadcrumbs + .kk-eyebrow,
body.kk-theme-v2 .kk-job-search-banner:not(.kk-page-hero) .kk-breadcrumbs + h2 {
    margin-top: 0 !important;
}
body.kk-theme-v2 .kk-site-footer__col:last-child {
    display: block !important;
    min-width: 0 !important;
}
body.kk-theme-v2 .kk-newsletter {
    display: block !important;
    width: 100% !important;
    max-width: 360px !important;
}
body.kk-theme-v2 .kk-newsletter form,
body.kk-theme-v2 .kk-newsletter .tnp,
body.kk-theme-v2 .kk-newsletter .tnp-widget,
body.kk-theme-v2 .kk-newsletter .tnp-widget form,
body.kk-theme-v2 .kk-newsletter .tnp-subscription,
body.kk-theme-v2 .kk-newsletter .tnp-subscription form {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    max-width: none !important;
}
body.kk-theme-v2 .kk-newsletter input[type="email"],
body.kk-theme-v2 .kk-newsletter input[type="text"],
body.kk-theme-v2 .kk-newsletter input.tnp-email {
    display: block !important;
    width: 100% !important;
    margin: 0 0 10px !important;
}
body.kk-theme-v2 .kk-newsletter input[type="submit"],
body.kk-theme-v2 .kk-newsletter button,
body.kk-theme-v2 .tnp-widget input.tnp-submit,
body.kk-theme-v2 .tnp-subscription input.tnp-submit {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
}
body.kk-theme-v2 .kk-footer-social {
    clear: both !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
body.kk-theme-v2 .kk-footer-social li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
body.kk-theme-v2 .kk-footer-social a {
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    background: rgba(255,255,255,.08) !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: background .18s ease, transform .18s ease;
}
body.kk-theme-v2 .kk-footer-social a:hover {
    background: var(--brand) !important;
    color: #fff !important;
    transform: translateY(-1px);
}
body.kk-theme-v2 .kk-footer-social i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: 15px !important;
}
@media (max-width: 992px) {
    body.kk-theme-v2 .kk-page-hero {
        padding: 28px 0 34px !important;
    }
    body.kk-theme-v2 .kk-page-hero h1,
    body.kk-theme-v2 .kk-category-banner h1 {
        font-size: clamp(30px, 8vw, 42px) !important;
    }
    body.kk-theme-v2 .kk-site-footer__grid {
        grid-template-columns: 1fr !important;
    }
    body.kk-theme-v2 .kk-newsletter {
        max-width: 100% !important;
    }
}
@media (max-width: 600px) {
    body.kk-theme-v2 .kk-breadcrumbs {
        font-size: 12px !important;
    }
    body.kk-theme-v2 .kk-breadcrumbs li {
        max-width: 100% !important;
    }
    body.kk-theme-v2 .kk-breadcrumbs span,
    body.kk-theme-v2 .kk-breadcrumbs a {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        max-width: 72vw !important;
    }
    body.kk-theme-v2 .kk-section--after-hero {
        padding-top: 32px !important;
    }
}


/* v2.0.10 — hero spacing + ad slot polish
   Adds a little more breathing room above the eyebrow/breadcrumb area in the
   dark page/job headers, especially on /jobs-listing/ and category pages. */
body.kk-theme-v2 .kk-job-search-banner,
body.kk-theme-v2 .kk-page-hero {
    padding-top: 56px !important;
}
body.kk-theme-v2 .kk-job-search-banner .kk-breadcrumbs,
body.kk-theme-v2 .kk-page-hero .kk-breadcrumbs,
body.kk-theme-v2 .kk-job-search-banner .kk-eyebrow,
body.kk-theme-v2 .kk-page-hero .kk-eyebrow {
    display: block !important;
    margin-top: 0 !important;
}
body.kk-theme-v2 .kk-ad-slot {
    width: min(1180px, calc(100% - 56px));
    margin-left: auto;
    margin-right: auto;
}
body.kk-theme-v2 .kk-ad-slot--leaderboard {
    margin-top: 18px;
    margin-bottom: 22px;
}
@media (max-width: 992px) {
    body.kk-theme-v2 .kk-job-search-banner,
    body.kk-theme-v2 .kk-page-hero {
        padding-top: 38px !important;
    }
}
@media (max-width: 600px) {
    body.kk-theme-v2 .kk-ad-slot {
        width: min(100% - 30px, 1180px);
    }
}


/* v2.0.11 — global dark header spacing normalization
   Adds proper breathing room above the eyebrow/breadcrumb/title area on every
   dark header, not only single posts. This intentionally comes last to override
   older WEBX/v2 spacing rules that made category and job archive headers sit
   too close to the logo/menu border. */
body.kk-theme-v2 #content > .kk-job-search-banner:first-child,
body.kk-theme-v2 #content > .kk-page-hero:first-child,
body.kk-theme-v2 .kk-job-search-banner,
body.kk-theme-v2 .kk-page-hero {
    padding-top: var(--kk-hero-top-space, 72px) !important;
    padding-bottom: var(--kk-hero-bottom-space, 58px) !important;
    margin-top: 0 !important;
}
body.kk-theme-v2 .kk-job-search-banner .kk-container,
body.kk-theme-v2 .kk-page-hero .kk-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body.kk-theme-v2 .kk-job-search-banner .kk-breadcrumbs,
body.kk-theme-v2 .kk-page-hero .kk-breadcrumbs {
    margin-bottom: 16px !important;
}
body.kk-theme-v2 .kk-job-search-banner .kk-eyebrow,
body.kk-theme-v2 .kk-page-hero .kk-eyebrow {
    display: block !important;
    margin: 0 0 14px !important;
    line-height: 1.1 !important;
}
body.kk-theme-v2 .kk-job-search-banner h1,
body.kk-theme-v2 .kk-job-search-banner h2,
body.kk-theme-v2 .kk-page-hero h1 {
    margin-top: 0 !important;
}
body.kk-theme-v2 .kk-job-search-banner .kk-job-search {
    margin-top: 22px !important;
}
body.kk-theme-v2 .kk-section--after-hero,
body.kk-theme-v2 #filtered-jobs-section.kk-section--paper {
    padding-top: 58px !important;
}
@media (max-width: 992px) {
    body.kk-theme-v2 #content > .kk-job-search-banner:first-child,
    body.kk-theme-v2 #content > .kk-page-hero:first-child,
    body.kk-theme-v2 .kk-job-search-banner,
    body.kk-theme-v2 .kk-page-hero {
        padding-top: 52px !important;
        padding-bottom: 45px !important;
    }
    body.kk-theme-v2 .kk-section--after-hero,
    body.kk-theme-v2 #filtered-jobs-section.kk-section--paper {
        padding-top: 42px !important;
    }
}
@media (max-width: 600px) {
    body.kk-theme-v2 #content > .kk-job-search-banner:first-child,
    body.kk-theme-v2 #content > .kk-page-hero:first-child,
    body.kk-theme-v2 .kk-job-search-banner,
    body.kk-theme-v2 .kk-page-hero {
        padding-top: 38px !important;
        padding-bottom: 36px !important;
    }
    body.kk-theme-v2 .kk-job-search-banner .kk-job-search {
        margin-top: 18px !important;
    }
}


/* v2.0.12 — footer social icon spacing polish
   Adds clearer breathing room between the newsletter CTA and social links, and
   increases the clickable icon boxes so the footer looks less cramped. */
body.kk-theme-v2 .kk-site-footer .kk-newsletter + .kk-footer-social,
body.kk-theme-v2 .kk-site-footer .kk-footer-social {
    clear: both !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    row-gap: 12px !important;
    width: 100% !important;
    margin: 22px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
body.kk-theme-v2 .kk-site-footer .kk-footer-social li {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    list-style: none !important;
}
body.kk-theme-v2 .kk-site-footer .kk-footer-social a {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    background: rgba(255,255,255,.095) !important;
    color: #fff !important;
}
body.kk-theme-v2 .kk-site-footer .kk-footer-social i {
    font-size: 16px !important;
    line-height: 1 !important;
}
@media (max-width: 992px) {
    body.kk-theme-v2 .kk-site-footer .kk-footer-social {
        margin-top: 20px !important;
    }
}
@media (max-width: 600px) {
    body.kk-theme-v2 .kk-site-footer .kk-footer-social {
        justify-content: flex-start !important;
        gap: 10px !important;
    }
    body.kk-theme-v2 .kk-site-footer .kk-footer-social a {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
    }
}

/* v2.0.14 — safe dark topheader spacing correction
   This build intentionally starts from v2.0.12, because v2.0.13 changed the
   hero/header behavior too aggressively. Single article headers were already
   visually approved, so they are left unchanged. Category, archive, page,
   job-category and job-listing topheaders receive the same breathing room above
   the eyebrow/title area without changing markup or hiding the header. */
body.kk-theme-v2 .kk-main > .kk-page-hero:not(.kk-page-hero--article),
body.kk-theme-v2 .kk-main > .kk-job-search-banner:not(.kk-page-hero) {
    padding-top: 82px !important;
    padding-bottom: 60px !important;
    min-height: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
}
body.kk-theme-v2 .kk-main > .kk-page-hero:not(.kk-page-hero--article) > .kk-container,
body.kk-theme-v2 .kk-main > .kk-job-search-banner:not(.kk-page-hero) > .kk-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body.kk-theme-v2 .kk-main > .kk-page-hero:not(.kk-page-hero--article) .kk-breadcrumbs,
body.kk-theme-v2 .kk-main > .kk-job-search-banner:not(.kk-page-hero) .kk-breadcrumbs {
    margin: 0 0 16px !important;
}
body.kk-theme-v2 .kk-main > .kk-page-hero:not(.kk-page-hero--article) .kk-eyebrow,
body.kk-theme-v2 .kk-main > .kk-job-search-banner:not(.kk-page-hero) .kk-eyebrow {
    display: block !important;
    margin: 0 0 16px !important;
    line-height: 1.1 !important;
}
body.kk-theme-v2 .kk-main > .kk-page-hero:not(.kk-page-hero--article) h1,
body.kk-theme-v2 .kk-main > .kk-job-search-banner:not(.kk-page-hero) h1,
body.kk-theme-v2 .kk-main > .kk-job-search-banner:not(.kk-page-hero) h2 {
    margin-top: 0 !important;
}
body.kk-theme-v2 .kk-main > .kk-job-search-banner:not(.kk-page-hero) .kk-job-search {
    margin-top: 26px !important;
}
@media (max-width: 992px) {
    body.kk-theme-v2 .kk-main > .kk-page-hero:not(.kk-page-hero--article),
    body.kk-theme-v2 .kk-main > .kk-job-search-banner:not(.kk-page-hero) {
        padding-top: 62px !important;
        padding-bottom: 48px !important;
    }
}
@media (max-width: 600px) {
    body.kk-theme-v2 .kk-main > .kk-page-hero:not(.kk-page-hero--article),
    body.kk-theme-v2 .kk-main > .kk-job-search-banner:not(.kk-page-hero) {
        padding-top: 48px !important;
        padding-bottom: 40px !important;
    }
    body.kk-theme-v2 .kk-main > .kk-job-search-banner:not(.kk-page-hero) .kk-job-search {
        margin-top: 20px !important;
    }
}

/* v2.0.15 — unified approved dark topheader spacing
   The single article topheader spacing was approved by the client. This final
   override makes categories, archives, pages, job categories and the job-listing
   search header use the exact same top/bottom rhythm through the shared theme
   options. No markup is changed; this only normalises the spacing layer. */
body.kk-theme-v2 .kk-main > .kk-page-hero,
body.kk-theme-v2 .kk-main > .kk-job-search-banner,
body.kk-theme-v2 .kk-main > .kk-category-banner,
body.kk-theme-v2 #content > .kk-page-hero:first-child,
body.kk-theme-v2 #content > .kk-job-search-banner:first-child,
body.kk-theme-v2 #content > .kk-category-banner:first-child {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    margin: 0 !important;
    padding-top: var(--kk-hero-top-space, 72px) !important;
    padding-bottom: var(--kk-hero-bottom-space, 58px) !important;
    min-height: auto !important;
    box-sizing: border-box !important;
    background-color: #24262b !important;
    background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 2px, transparent 2px, transparent 16px) !important;
    color: #fff !important;
}
body.kk-theme-v2 .kk-main > .kk-page-hero > .kk-container,
body.kk-theme-v2 .kk-main > .kk-job-search-banner > .kk-container,
body.kk-theme-v2 .kk-main > .kk-category-banner > .kk-container,
body.kk-theme-v2 #content > .kk-page-hero:first-child > .kk-container,
body.kk-theme-v2 #content > .kk-job-search-banner:first-child > .kk-container,
body.kk-theme-v2 #content > .kk-category-banner:first-child > .kk-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body.kk-theme-v2 .kk-page-hero .kk-breadcrumbs,
body.kk-theme-v2 .kk-job-search-banner .kk-breadcrumbs,
body.kk-theme-v2 .kk-category-banner .kk-breadcrumbs {
    margin: 0 0 16px !important;
}
body.kk-theme-v2 .kk-page-hero .kk-eyebrow,
body.kk-theme-v2 .kk-job-search-banner .kk-eyebrow,
body.kk-theme-v2 .kk-category-banner .kk-eyebrow {
    display: block !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    line-height: 1.1 !important;
}
body.kk-theme-v2 .kk-page-hero h1,
body.kk-theme-v2 .kk-job-search-banner h1,
body.kk-theme-v2 .kk-job-search-banner h2,
body.kk-theme-v2 .kk-category-banner h1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
body.kk-theme-v2 .kk-job-search-banner .kk-job-search {
    margin-top: 26px !important;
}
body.kk-theme-v2 .kk-section--after-hero,
body.kk-theme-v2 #filtered-jobs-section.kk-section--paper {
    padding-top: 58px !important;
}
@media (max-width: 992px) {
    body.kk-theme-v2 .kk-main > .kk-page-hero,
    body.kk-theme-v2 .kk-main > .kk-job-search-banner,
    body.kk-theme-v2 .kk-main > .kk-category-banner,
    body.kk-theme-v2 #content > .kk-page-hero:first-child,
    body.kk-theme-v2 #content > .kk-job-search-banner:first-child,
    body.kk-theme-v2 #content > .kk-category-banner:first-child {
        padding-top: max(52px, calc(var(--kk-hero-top-space, 72px) - 20px)) !important;
        padding-bottom: max(44px, calc(var(--kk-hero-bottom-space, 58px) - 12px)) !important;
    }
    body.kk-theme-v2 .kk-section--after-hero,
    body.kk-theme-v2 #filtered-jobs-section.kk-section--paper {
        padding-top: 42px !important;
    }
}
@media (max-width: 600px) {
    body.kk-theme-v2 .kk-main > .kk-page-hero,
    body.kk-theme-v2 .kk-main > .kk-job-search-banner,
    body.kk-theme-v2 .kk-main > .kk-category-banner,
    body.kk-theme-v2 #content > .kk-page-hero:first-child,
    body.kk-theme-v2 #content > .kk-job-search-banner:first-child,
    body.kk-theme-v2 #content > .kk-category-banner:first-child {
        padding-top: max(42px, calc(var(--kk-hero-top-space, 72px) - 30px)) !important;
        padding-bottom: max(38px, calc(var(--kk-hero-bottom-space, 58px) - 18px)) !important;
    }
    body.kk-theme-v2 .kk-job-search-banner .kk-job-search {
        margin-top: 20px !important;
    }
    body.kk-theme-v2 .kk-section--after-hero,
    body.kk-theme-v2 #filtered-jobs-section.kk-section--paper {
        padding-top: 34px !important;
    }
}

/* v2.0.16 — hard unified topheader rhythm + footer social rail
   The previous iterations left three different visual rhythms because page
   heroes, job search heroes and article heroes were being affected by different
   legacy rules. This block uses the shared kk-unified-tophero class and moves
   the approved spacing to the inner container. This makes category, archive,
   page, job-listing and single post headers use the same approved padding even
   if an older section-level rule is still present earlier in the cascade. */
body.kk-theme-v2 .kk-unified-tophero,
body.kk-theme-v2 section.kk-unified-tophero,
body.kk-theme-v2 #content > section.kk-unified-tophero,
body.kk-theme-v2 main#content > section.kk-unified-tophero {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    background-color: #24262b !important;
    background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 2px, transparent 2px, transparent 16px) !important;
    color: #fff !important;
    box-sizing: border-box !important;
}
body.kk-theme-v2 .kk-unified-tophero > .kk-container,
body.kk-theme-v2 section.kk-unified-tophero > .kk-container,
body.kk-theme-v2 #content > section.kk-unified-tophero > .kk-container,
body.kk-theme-v2 main#content > section.kk-unified-tophero > .kk-container {
    padding-top: var(--kk-hero-top-space, 72px) !important;
    padding-bottom: var(--kk-hero-bottom-space, 58px) !important;
    box-sizing: border-box !important;
}
body.kk-theme-v2 .kk-unified-tophero .kk-breadcrumbs {
    margin: 0 0 16px !important;
}
body.kk-theme-v2 .kk-unified-tophero .kk-eyebrow {
    display: block !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    line-height: 1.1 !important;
    color: var(--brand2, #EE6A14) !important;
}
body.kk-theme-v2 .kk-unified-tophero h1,
body.kk-theme-v2 .kk-unified-tophero h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #fff !important;
}
body.kk-theme-v2 .kk-unified-tophero .kk-job-search {
    margin-top: 28px !important;
}
@media (max-width: 992px) {
    body.kk-theme-v2 .kk-unified-tophero > .kk-container,
    body.kk-theme-v2 section.kk-unified-tophero > .kk-container,
    body.kk-theme-v2 #content > section.kk-unified-tophero > .kk-container,
    body.kk-theme-v2 main#content > section.kk-unified-tophero > .kk-container {
        padding-top: max(52px, calc(var(--kk-hero-top-space, 72px) - 20px)) !important;
        padding-bottom: max(44px, calc(var(--kk-hero-bottom-space, 58px) - 12px)) !important;
    }
}
@media (max-width: 600px) {
    body.kk-theme-v2 .kk-unified-tophero > .kk-container,
    body.kk-theme-v2 section.kk-unified-tophero > .kk-container,
    body.kk-theme-v2 #content > section.kk-unified-tophero > .kk-container,
    body.kk-theme-v2 main#content > section.kk-unified-tophero > .kk-container {
        padding-top: max(44px, calc(var(--kk-hero-top-space, 72px) - 28px)) !important;
        padding-bottom: max(38px, calc(var(--kk-hero-bottom-space, 58px) - 18px)) !important;
    }
    body.kk-theme-v2 .kk-unified-tophero .kk-job-search {
        margin-top: 22px !important;
    }
}

/* v2.0.16 — final footer social spacing
   Force the social icons into a clear, padded rail under the newsletter button.
   This avoids older footer/icon rules leaving the icons cramped. */
body.kk-theme-v2 footer.kk-site-footer .kk-site-footer__col ul.kk-footer-social,
body.kk-theme-v2 .kk-site-footer__col .kk-footer-social,
body.kk-theme-v2 .kk-site-footer .kk-newsletter + ul.kk-footer-social {
    clear: both !important;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    row-gap: 12px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 24px 0 0 !important;
    padding: 10px 12px !important;
    list-style: none !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.045) !important;
    box-sizing: border-box !important;
}
body.kk-theme-v2 footer.kk-site-footer .kk-footer-social li {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    line-height: 0 !important;
}
body.kk-theme-v2 footer.kk-site-footer .kk-footer-social a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,.10) !important;
    color: #fff !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}
body.kk-theme-v2 footer.kk-site-footer .kk-footer-social a:hover,
body.kk-theme-v2 footer.kk-site-footer .kk-footer-social a:focus-visible {
    background: var(--brand, #DA1F26) !important;
    color: #fff !important;
    transform: translateY(-1px);
}
body.kk-theme-v2 footer.kk-site-footer .kk-footer-social i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 17px !important;
    color: inherit !important;
}
@media (max-width: 600px) {
    body.kk-theme-v2 footer.kk-site-footer .kk-site-footer__col ul.kk-footer-social,
    body.kk-theme-v2 .kk-site-footer__col .kk-footer-social,
    body.kk-theme-v2 .kk-site-footer .kk-newsletter + ul.kk-footer-social {
        padding: 9px 10px !important;
        gap: 10px !important;
    }
    body.kk-theme-v2 footer.kk-site-footer .kk-footer-social a {
        width: 39px !important;
        height: 39px !important;
        min-width: 39px !important;
        min-height: 39px !important;
    }
}



/* v2.0.18 — final hard rhythm and footer-social spacing guard.
   Inline hero padding is now applied in PHP too, but this keeps the CSS layer
   consistent for all dark headers and protects against older category/archive
   rules. */
body.kk-theme-v2 .kk-unified-tophero > .kk-container[style],
body.kk-theme-v2 .kk-page-hero > .kk-container[style],
body.kk-theme-v2 .kk-job-search-banner > .kk-container[style] {
    padding-left: 28px !important;
    padding-right: 28px !important;
}
body.kk-theme-v2 .kk-unified-tophero .kk-breadcrumbs,
body.kk-theme-v2 .kk-page-hero .kk-breadcrumbs,
body.kk-theme-v2 .kk-job-search-banner .kk-breadcrumbs {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 0 16px !important;
}
body.kk-theme-v2 .kk-unified-tophero .kk-eyebrow,
body.kk-theme-v2 .kk-page-hero .kk-eyebrow,
body.kk-theme-v2 .kk-job-search-banner .kk-eyebrow {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
}
body.kk-theme-v2 .kk-footer-social--padded {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    margin-top: 28px !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.055) !important;
}
body.kk-theme-v2 .kk-footer-social--padded a {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 11px !important;
}
@media (max-width: 600px) {
    body.kk-theme-v2 .kk-unified-tophero > .kk-container[style],
    body.kk-theme-v2 .kk-page-hero > .kk-container[style],
    body.kk-theme-v2 .kk-job-search-banner > .kk-container[style] {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}


/* v2.0.19 — final unified dark topheader contract
   All dark headers now read the same CSS variables and use a safe minimum from
   PHP. This block intentionally comes last and targets the shared class used by
   page, post, category, archive, job listing and job detail headers. */
body.kk-theme-v2 .kk-unified-tophero,
body.kk-theme-v2 section.kk-unified-tophero,
body.kk-theme-v2 .kk-page-hero,
body.kk-theme-v2 .kk-job-search-banner {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    background-color: #24262b !important;
    background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 2px, transparent 2px, transparent 16px) !important;
    color: #fff !important;
    box-sizing: border-box !important;
}
body.kk-theme-v2 .kk-unified-tophero > .kk-container,
body.kk-theme-v2 .kk-page-hero > .kk-container,
body.kk-theme-v2 .kk-job-search-banner > .kk-container,
body.kk-theme-v2 #content > section.kk-unified-tophero > .kk-container,
body.kk-theme-v2 main#content > section.kk-unified-tophero > .kk-container {
    padding-top: var(--kk-hero-top-space, 86px) !important;
    padding-bottom: var(--kk-hero-bottom-space, 62px) !important;
    box-sizing: border-box !important;
}
body.kk-theme-v2 .kk-unified-tophero .kk-breadcrumbs,
body.kk-theme-v2 .kk-page-hero .kk-breadcrumbs,
body.kk-theme-v2 .kk-job-search-banner .kk-breadcrumbs {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 0 18px !important;
    font-size: var(--kk-breadcrumb-font-size, 13px) !important;
    line-height: 1.25 !important;
    color: rgba(255,255,255,.78) !important;
}
body.kk-theme-v2 .kk-unified-tophero .kk-eyebrow,
body.kk-theme-v2 .kk-page-hero .kk-eyebrow,
body.kk-theme-v2 .kk-job-search-banner .kk-eyebrow {
    display: block !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    line-height: 1.1 !important;
    color: var(--brand2, #EE6A14) !important;
}
body.kk-theme-v2 .kk-unified-tophero h1,
body.kk-theme-v2 .kk-page-hero h1,
body.kk-theme-v2 .kk-job-search-banner h1,
body.kk-theme-v2 .kk-job-search-banner h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #fff !important;
}
body.kk-theme-v2 .kk-unified-tophero .kk-job-search,
body.kk-theme-v2 .kk-job-search-banner .kk-job-search {
    margin-top: 30px !important;
}
@media (max-width: 992px) {
    body.kk-theme-v2 .kk-unified-tophero > .kk-container,
    body.kk-theme-v2 .kk-page-hero > .kk-container,
    body.kk-theme-v2 .kk-job-search-banner > .kk-container {
        padding-top: max(58px, calc(var(--kk-hero-top-space, 86px) - 18px)) !important;
        padding-bottom: max(48px, calc(var(--kk-hero-bottom-space, 62px) - 10px)) !important;
    }
}
@media (max-width: 600px) {
    body.kk-theme-v2 .kk-unified-tophero > .kk-container,
    body.kk-theme-v2 .kk-page-hero > .kk-container,
    body.kk-theme-v2 .kk-job-search-banner > .kk-container {
        padding-top: max(48px, calc(var(--kk-hero-top-space, 86px) - 28px)) !important;
        padding-bottom: max(42px, calc(var(--kk-hero-bottom-space, 62px) - 16px)) !important;
    }
}

/* v2.0.19 — final footer social rail spacing */
body.kk-theme-v2 footer.kk-site-footer .kk-footer-social,
body.kk-theme-v2 footer.kk-site-footer ul.kk-footer-social,
body.kk-theme-v2 footer.kk-site-footer .kk-footer-social--padded {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    margin: 30px 0 0 !important;
    padding: 14px 16px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.065) !important;
    list-style: none !important;
    width: auto !important;
}
body.kk-theme-v2 footer.kk-site-footer .kk-footer-social a,
body.kk-theme-v2 footer.kk-site-footer .kk-footer-social--padded a {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    border-radius: 12px !important;
}

/* v2.0.22 — clean canonical hero/admin contract
   Final reset for dark top headers. The hero has one spacing layer only:
   section = background, direct .kk-container = spacing from Theme Options.
   This prevents category/page/archive/job headers from drifting away from posts. */
body.kk-theme-v2 .kk-clean-hero,
body.kk-theme-v2 section.kk-clean-hero,
body.kk-theme-v2 .kk-unified-tophero.kk-clean-hero,
body.kk-theme-v2 .kk-page-hero.kk-clean-hero,
body.kk-theme-v2 .kk-job-search-banner.kk-clean-hero {
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    margin:0 !important;
    padding:0 !important;
    min-height:0 !important;
    height:auto !important;
    overflow:visible !important;
    background:#24262b repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 2px, transparent 2px, transparent 16px) !important;
    color:#fff !important;
    box-sizing:border-box !important;
}
body.kk-theme-v2 .kk-clean-hero > .kk-container,
body.kk-theme-v2 .kk-clean-hero > .kk-clean-hero__inner,
body.kk-theme-v2 section.kk-clean-hero > .kk-container,
body.kk-theme-v2 section.kk-clean-hero > .kk-clean-hero__inner {
    width:100% !important;
    max-width:1180px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:28px !important;
    padding-right:28px !important;
    padding-top:var(--kk-hero-top-space,54px) !important;
    padding-bottom:var(--kk-hero-bottom-space,58px) !important;
    box-sizing:border-box !important;
}
body.kk-theme-v2 .kk-clean-hero > .kk-container[style],
body.kk-theme-v2 .kk-clean-hero > .kk-clean-hero__inner[style] {
    padding-left:28px !important;
    padding-right:28px !important;
}
body.kk-theme-v2 .kk-clean-hero .kk-breadcrumbs {
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    margin:0 0 14px !important;
    padding:0 !important;
    font-size:var(--kk-breadcrumb-font-size,13px) !important;
    line-height:1.35 !important;
    color:rgba(255,255,255,.78) !important;
}
body.kk-theme-v2 .kk-clean-hero .kk-breadcrumbs ol {
    display:flex !important;
    align-items:center !important;
    flex-wrap:wrap !important;
    gap:0 !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
}
body.kk-theme-v2 .kk-clean-hero .kk-breadcrumbs a,
body.kk-theme-v2 .kk-clean-hero .kk-breadcrumbs span {
    color:inherit !important;
    text-decoration:none !important;
}
body.kk-theme-v2 .kk-clean-hero .kk-eyebrow {
    display:block !important;
    margin:0 0 14px !important;
    padding:0 !important;
    color:var(--brand2,#EE6A14) !important;
    font-size:12px !important;
    font-weight:900 !important;
    line-height:1.1 !important;
    letter-spacing:.1em !important;
    text-transform:uppercase !important;
}
body.kk-theme-v2 .kk-clean-hero h1,
body.kk-theme-v2 .kk-clean-hero h2 {
    max-width:820px !important;
    margin:0 !important;
    padding:0 !important;
    color:#fff !important;
    font-weight:900 !important;
    letter-spacing:-.035em !important;
    line-height:1.05 !important;
}
body.kk-theme-v2 .kk-clean-hero h1 { font-size:clamp(34px,4.2vw,58px) !important; }
body.kk-theme-v2 .kk-clean-hero h2 { font-size:clamp(28px,3vw,42px) !important; }
body.kk-theme-v2 .kk-clean-hero .kk-page-hero__description {
    max-width:760px !important;
    margin:18px 0 0 !important;
    color:rgba(255,255,255,.80) !important;
}
body.kk-theme-v2 .kk-clean-hero .kk-job-search {
    margin-top:28px !important;
}
@media (max-width: 992px) {
    body.kk-theme-v2 .kk-clean-hero > .kk-container,
    body.kk-theme-v2 .kk-clean-hero > .kk-clean-hero__inner,
    body.kk-theme-v2 .kk-clean-hero > .kk-container[style],
    body.kk-theme-v2 .kk-clean-hero > .kk-clean-hero__inner[style] {
        padding-left:22px !important;
        padding-right:22px !important;
        padding-top:max(34px, calc(var(--kk-hero-top-space,54px) - 10px)) !important;
        padding-bottom:max(38px, calc(var(--kk-hero-bottom-space,58px) - 8px)) !important;
    }
    body.kk-theme-v2 .kk-clean-hero h1 { font-size:clamp(30px,8vw,44px) !important; }
    body.kk-theme-v2 .kk-clean-hero h2 { font-size:clamp(26px,7vw,36px) !important; }
}
@media (max-width: 600px) {
    body.kk-theme-v2 .kk-clean-hero > .kk-container,
    body.kk-theme-v2 .kk-clean-hero > .kk-clean-hero__inner,
    body.kk-theme-v2 .kk-clean-hero > .kk-container[style],
    body.kk-theme-v2 .kk-clean-hero > .kk-clean-hero__inner[style] {
        padding-left:18px !important;
        padding-right:18px !important;
        padding-top:max(30px, calc(var(--kk-hero-top-space,54px) - 16px)) !important;
        padding-bottom:max(34px, calc(var(--kk-hero-bottom-space,58px) - 16px)) !important;
    }
    body.kk-theme-v2 .kk-clean-hero .kk-job-search { margin-top:20px !important; }
}


/* v2.0.23 — Breadcrumb isolation and hard reset
   The old .kk-breadcrumbs selector was hit by accumulated legacy rules and
   created inconsistent invisible height. New hero breadcrumbs use kk-hero-trail
   only, with a complete box reset. */
body.kk-theme-v2 .kk-clean-hero .kk-hero-trail,
body.kk-theme-v2 .kk-unified-tophero .kk-hero-trail,
body.kk-theme-v2 .kk-page-hero .kk-hero-trail,
body.kk-theme-v2 .kk-job-search-banner .kk-hero-trail {
    display:block !important;
    position:static !important;
    inset:auto !important;
    float:none !important;
    clear:none !important;
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    margin:0 0 14px !important;
    padding:0 !important;
    overflow:visible !important;
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
    z-index:auto !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    color:rgba(255,255,255,.78) !important;
    font-size:var(--kk-breadcrumb-font-size,13px) !important;
    line-height:1.35 !important;
    font-weight:800 !important;
    text-shadow:none !important;
    box-sizing:border-box !important;
}
body.kk-theme-v2 .kk-clean-hero .kk-hero-trail ol,
body.kk-theme-v2 .kk-unified-tophero .kk-hero-trail ol,
body.kk-theme-v2 .kk-page-hero .kk-hero-trail ol,
body.kk-theme-v2 .kk-job-search-banner .kk-hero-trail ol {
    display:flex !important;
    align-items:center !important;
    flex-wrap:wrap !important;
    gap:0 !important;
    width:auto !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    background:transparent !important;
    border:0 !important;
}
body.kk-theme-v2 .kk-clean-hero .kk-hero-trail li,
body.kk-theme-v2 .kk-unified-tophero .kk-hero-trail li,
body.kk-theme-v2 .kk-page-hero .kk-hero-trail li,
body.kk-theme-v2 .kk-job-search-banner .kk-hero-trail li {
    display:inline-flex !important;
    align-items:center !important;
    width:auto !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    background:transparent !important;
    border:0 !important;
    line-height:1.35 !important;
}
body.kk-theme-v2 .kk-clean-hero .kk-hero-trail li + li::before,
body.kk-theme-v2 .kk-unified-tophero .kk-hero-trail li + li::before,
body.kk-theme-v2 .kk-page-hero .kk-hero-trail li + li::before,
body.kk-theme-v2 .kk-job-search-banner .kk-hero-trail li + li::before {
    content:"›" !important;
    display:inline-flex !important;
    margin:0 9px !important;
    color:rgba(255,255,255,.45) !important;
    font-weight:900 !important;
}
body.kk-theme-v2 .kk-clean-hero .kk-hero-trail a,
body.kk-theme-v2 .kk-clean-hero .kk-hero-trail span,
body.kk-theme-v2 .kk-unified-tophero .kk-hero-trail a,
body.kk-theme-v2 .kk-unified-tophero .kk-hero-trail span,
body.kk-theme-v2 .kk-page-hero .kk-hero-trail a,
body.kk-theme-v2 .kk-page-hero .kk-hero-trail span,
body.kk-theme-v2 .kk-job-search-banner .kk-hero-trail a,
body.kk-theme-v2 .kk-job-search-banner .kk-hero-trail span {
    display:inline !important;
    margin:0 !important;
    padding:0 !important;
    color:inherit !important;
    text-decoration:none !important;
    line-height:1.35 !important;
}
body.kk-theme-v2 .kk-clean-hero .kk-hero-trail a:hover,
body.kk-theme-v2 .kk-unified-tophero .kk-hero-trail a:hover,
body.kk-theme-v2 .kk-page-hero .kk-hero-trail a:hover,
body.kk-theme-v2 .kk-job-search-banner .kk-hero-trail a:hover {
    color:#fff !important;
    text-decoration:underline !important;
    text-underline-offset:3px !important;
}

/* v2.0.30 — Global ad slot directly below the logo/menu header. */
body.kk-theme-v2 .kk-after-menu-ad{
    display:block;
    width:100%;
    margin:0;
    padding:16px 0 14px;
    background:#fff;
    border-top:1px solid rgba(232,230,226,.9);
    border-bottom:1px solid rgba(232,230,226,.9);
}
body.kk-theme-v2 .kk-after-menu-ad__inner{
    max-width:1180px;
    margin:0 auto;
    padding:0 28px;
    box-sizing:border-box;
}
body.kk-theme-v2 .kk-ad-slot--after-menu{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:0;
    margin:0;
    padding:0;
    overflow:hidden;
    text-align:center;
}
body.kk-theme-v2 .kk-ad-slot--after-menu > *{
    max-width:100%;
}
body.kk-theme-v2 .kk-ad-slot--after-menu img,
body.kk-theme-v2 .kk-ad-slot--after-menu iframe{
    max-width:100%;
    height:auto;
}
@media(max-width:992px){
    body.kk-theme-v2 .kk-after-menu-ad{padding:12px 0;}
    body.kk-theme-v2 .kk-after-menu-ad__inner{padding:0 18px;}
}

