/*
Theme Name: JNews - Child Theme
Version: 2.0.1
Theme URI: https://www.travelling-greece.com/
Description: Premium editorial design for Travelling Greece.
Author: Travelling Greece
Template: jnews
License: GPLv2 or later
*/

:root {
    --tg-blue: #0098d3;
    --tg-blue-dark: #007cae;
    --tg-blue-light: #4bb6f5;
    --tg-ink: #17232b;
    --tg-text: #293239;
    --tg-muted: #737d84;
    --tg-border: #e1e7ea;
    --tg-soft: #f4f8fa;
    --tg-white: #fff;
    --tg-serif: "Noto Serif", "Georgia", "Times New Roman", serif;
    --tg-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    --tg-shell: 1220px;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--tg-text); background: var(--tg-white); font-family: var(--tg-sans); }
body.home { box-sizing: border-box; font-size: 14px; line-height: 22.4px; }
body.home .tg-site-header, body.home .tg-site-header *, body.home .tg-premium-home, body.home .tg-premium-home *, body.home .tg-footer, body.home .tg-footer * { box-sizing: border-box; }
body.home .tg-site-header a, body.home .tg-premium-home a, body.home .tg-footer a { text-decoration: none; }
body.home #jeg_off_canvas, body.home .jeg_scrolltop { display: none !important; }
body.page-template-page-faq-php { box-sizing: border-box; font-size: 14px; line-height: 22.4px; }
body.page-template-page-faq-php .tg-site-header,
body.page-template-page-faq-php .tg-site-header *,
body.page-template-page-faq-php .tg-faq-page,
body.page-template-page-faq-php .tg-faq-page *,
body.page-template-page-faq-php .tg-footer,
body.page-template-page-faq-php .tg-footer * { box-sizing: border-box; }
body.page-template-page-faq-php .tg-site-header a,
body.page-template-page-faq-php .tg-faq-page a,
body.page-template-page-faq-php .tg-footer a { text-decoration: none; }
body.page-template-page-faq-php #jeg_off_canvas,
body.page-template-page-faq-php .jeg_scrolltop { display: none !important; }
a { transition: color 160ms ease, border-color 160ms ease, opacity 160ms ease, transform 220ms ease; }
.tg-shell { width: min(var(--tg-shell), calc(100% - 48px)); margin-inline: auto; }
.tg-skip-link { position: fixed; z-index: 999999; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--tg-ink); transform: translateY(-150%); }
.tg-skip-link:focus { transform: none; }

/* Premium masthead */
.tg-site-header { position: relative; z-index: 100; background: var(--tg-white); }
.tg-utility { color: #aeb9bf; background: var(--tg-ink); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.tg-utility__inner { display: flex; min-height: 32px; align-items: center; justify-content: space-between; gap: 20px; }
.tg-utility p { margin: 0; }
.tg-utility-topics { display: flex; align-items: center; gap: 5px; margin: 0; }
.tg-utility-topics a { display: inline-flex; min-height: 32px; align-items: center; }
.tg-utility-topics span { color: #6d7a82; }
.tg-utility__tools, .tg-languages { display: flex; align-items: center; gap: 14px; }
.tg-socials { display: flex; align-items: center; gap: 10px; }
.tg-socials__link { display: inline-flex; align-items: center; gap: 7px; line-height: 1; }
.tg-socials svg { display: block; width: 14px; height: 14px; fill: currentColor; }
.tg-socials--utility .tg-socials__text,
.tg-socials--footer .tg-socials__text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.tg-utility a { color: #c6d0d5; }
.tg-utility a:hover, .tg-utility a[aria-current="page"] { color: var(--tg-blue-light); }
.tg-languages a + a { position: relative; }
.tg-languages a + a::before { position: absolute; left: -8px; color: #56646d; content: '/'; }

.tg-masthead { display: grid; min-height: 118px; padding: 14px 0; grid-template-columns: minmax(276px, 1fr) minmax(0, 728px); grid-template-rows: auto auto; align-items: center; column-gap: 32px; row-gap: 9px; }
.tg-masthead__logo { display: block; grid-column: 1; grid-row: 1; align-self: end; line-height: 0; }
.tg-masthead__logo img { width: 276px; max-width: 72vw; height: auto; }
.tg-masthead p { grid-column: 1; grid-row: 2; align-self: start; margin: 0; color: var(--tg-muted); font-family: var(--tg-serif); font-size: 12px; font-style: italic; letter-spacing: .07em; }

.tg-navigation-wrap { position: sticky; z-index: 120; top: 0; border-top: 1px solid var(--tg-border); border-bottom: 1px solid var(--tg-border); background: rgba(255,255,255,.96); box-shadow: 0 8px 22px rgba(23,35,43,.025); backdrop-filter: blur(12px); }
.tg-navigation { display: grid; min-height: 55px; grid-template-columns: 1fr auto; align-items: center; gap: 25px; }
.tg-navigation__tools, .tg-navigation-meta { display: flex; align-items: center; }
.tg-navigation__tools { gap: 10px; }
.tg-navigation-meta { gap: 8px; }
.tg-socials--navbar { gap: 4px; }
.tg-socials--navbar .tg-socials__link { position: relative; width: 30px; height: 30px; justify-content: center; color: var(--tg-ink); border: 1px solid var(--tg-border); background: #fff; }
.tg-socials--navbar .tg-socials__link:hover, .tg-socials--navbar .tg-socials__link:focus-visible { color: #fff; border-color: var(--tg-blue-dark); background: var(--tg-blue-dark); }
.tg-socials--navbar svg { width: 15px; height: 15px; }
.tg-socials--navbar .tg-socials__text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.tg-language-link { display: inline-flex; width: 24px; height: 18px; min-height: 18px; align-items: center; padding-left: 0; background-position: center; background-repeat: no-repeat; background-size: 20px 13px; }
.tg-language-link--en { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCAzNiI+PHJlY3Qgd2lkdGg9IjYwIiBoZWlnaHQ9IjM2IiBmaWxsPSIjMDEyMTY5Ii8+PHBhdGggZD0iTTAgMGw2MCAzNk02MCAwTDAgMzYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI3Ii8+PHBhdGggZD0iTTAgMGw2MCAzNk02MCAwTDAgMzYiIHN0cm9rZT0iI2M4MTAyZSIgc3Ryb2tlLXdpZHRoPSIzIi8+PHBhdGggZD0iTTMwIDB2MzZNMCAxOGg2MCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEyIi8+PHBhdGggZD0iTTMwIDB2MzZNMCAxOGg2MCIgc3Ryb2tlPSIjYzgxMDJlIiBzdHJva2Utd2lkdGg9IjciLz48L3N2Zz4="); }
.tg-language-link--el { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyAxOCI+PHBhdGggZmlsbD0iIzBkNWVhZiIgZD0iTTAgMGgyN3YxOEgweiIvPjxwYXRoIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMCAzaDI3TTAgN2gyN00wIDExaDI3TTAgMTVoMjciLz48cGF0aCBmaWxsPSIjMGQ1ZWFmIiBkPSJNMCAwaDEwdjEwSDB6Ii8+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik01IDB2MTBNMCA1aDEwIi8+PC9zdmc+"); }
.tg-languages--navbar { gap: 4px; }
.tg-languages--navbar a { display: inline-flex; width: 30px; height: 30px; box-sizing: border-box; align-items: center; justify-content: center; padding-left: 0; color: var(--tg-ink); border: 1px solid var(--tg-border); background-color: #fff; background-position: center; background-size: 18px 12px; font-size: 0; font-weight: 800; letter-spacing: 0; }
.tg-languages--navbar a:hover, .tg-languages--navbar a:focus-visible, .tg-languages--navbar a[aria-current="page"] { color: #fff; border-color: var(--tg-blue-dark); background-color: var(--tg-blue-dark); }
.tg-languages--navbar a + a::before { display: none; }
.tg-primary-menu, .tg-primary-menu ul { margin: 0; padding: 0; list-style: none; }
.tg-primary-menu { display: flex; justify-content: flex-start; gap: clamp(17px, 2.2vw, 34px); }
.tg-primary-menu > li { position: relative; }
.tg-primary-menu > li > a { display: flex; height: 55px; align-items: center; color: var(--tg-ink); border-bottom: 2px solid transparent; font-size: 11px; font-weight: 800; letter-spacing: .095em; text-transform: uppercase; }
.tg-primary-menu > li.current-menu-item > a, .tg-primary-menu > li.current-menu-ancestor > a, .tg-primary-menu > li > a:hover { color: var(--tg-blue-dark); border-bottom-color: var(--tg-blue); }
.tg-primary-menu .sub-menu { position: absolute; top: 55px; left: -18px; display: none; min-width: 230px; padding: 12px 0; background: #fff; border: 1px solid var(--tg-border); box-shadow: 0 18px 35px rgba(23,35,43,.12); }
.tg-primary-menu li:hover > .sub-menu, .tg-primary-menu li:focus-within > .sub-menu { display: block; }
.tg-primary-menu .sub-menu a { display: block; padding: 9px 18px; color: var(--tg-text); font-size: 12px; }
.tg-primary-menu .sub-menu a:hover { color: var(--tg-blue); }

.tg-header-search { display: flex; width: 205px; height: 36px; align-items: center; justify-content: flex-end; overflow: hidden; border-left: 1px solid var(--tg-border); background: #fff; }
.tg-header-search > .screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); border: 0; white-space: nowrap; }
.tg-header-search:focus-within { width: 205px; }
.tg-header-search input { flex: 1; width: 167px; min-width: 0; height: 34px; padding: 0 12px; border: 0; outline: 0; background: transparent; font-size: 12px; }
.tg-header-search button { position: relative; width: 38px; min-width: 38px; height: 36px; padding: 0; color: var(--tg-ink); border: 1px solid var(--tg-ink); background: #fff; font-size: 0; cursor: pointer; }
.tg-header-search button::before { position: absolute; top: 9px; left: 10px; width: 11px; height: 11px; border: 2px solid var(--tg-ink); border-radius: 50%; content: ''; }
.tg-header-search button::after { position: absolute; top: 21px; left: 22px; width: 7px; height: 2px; background: var(--tg-ink); content: ''; transform: rotate(45deg); transform-origin: left center; }
.wp-block-search__label { display: none; }
body:not(.home) .widget_search input { margin-top: 3px; }
.tg-navigation__mobile-logo, .tg-mobile-menu { display: none; }

/* Editorial homepage */
.tg-premium-home { padding: 52px 0 92px; overflow: hidden; }
.tg-premium-intro { display: block; margin-bottom: 28px; text-align: left; }
.tg-premium-intro__kicker { margin: 12px 0 0; color: var(--tg-blue-dark); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: none; }
.tg-premium-intro h1 { max-width: 920px; margin: 0; color: var(--tg-ink); font-family: var(--tg-serif); font-size: clamp(30px, 3.55vw, 52px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }

.tg-premium-hero { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(300px, .85fr); grid-template-rows: repeat(2, 285px); gap: 16px; padding-bottom: 45px; border-bottom: 1px solid var(--tg-border); }
.tg-premium-lead { position: relative; grid-row: 1 / 3; overflow: hidden; background: var(--tg-ink); }
.tg-premium-picture { position: relative; display: block; overflow: hidden; background: linear-gradient(135deg, #d9edf5, #83bfd7); }
.tg-premium-picture img, .tg-premium-placeholder { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform 520ms cubic-bezier(.2,.7,.2,1); }
.tg-premium-picture:hover img { transform: scale(1.025); }
.tg-premium-placeholder { display: grid; place-items: center; color: rgba(255,255,255,.62); background: linear-gradient(145deg, var(--tg-blue-dark), var(--tg-blue-light)); font-family: var(--tg-serif); font-size: 36px; }
.tg-premium-picture--lead, .tg-premium-picture--lead img, .tg-premium-picture--lead .tg-premium-placeholder { width: 100%; height: 100%; aspect-ratio: auto; }
.tg-premium-picture--lead::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, rgba(8,19,26,.02) 25%, rgba(8,19,26,.9) 100%); }
.tg-premium-lead__content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; max-width: 860px; padding: 100px 42px 38px; color: #fff; }
.tg-premium-lead h2 { margin: 7px 0 12px; font-family: var(--tg-serif); font-size: clamp(32px, 4vw, 56px); font-weight: 500; line-height: 1.04; letter-spacing: -.03em; }
.tg-premium-lead h2 a { color: #fff; }
.tg-premium-lead__content > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.55; }

.tg-premium-secondary { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: stretch; overflow: hidden; border-bottom: 1px solid var(--tg-border); }
.tg-premium-secondary > .tg-premium-picture, .tg-premium-secondary > .tg-premium-picture img, .tg-premium-secondary > .tg-premium-picture .tg-premium-placeholder { width: 100%; height: 100%; aspect-ratio: auto; }
.tg-premium-secondary > div { display: flex; padding: 22px; justify-content: center; flex-direction: column; }
.tg-premium-secondary h2 { margin: 10px 0 0; font-family: var(--tg-serif); font-size: clamp(20px, 1.6vw, 27px); font-weight: 500; line-height: 1.15; }
.tg-premium-secondary h2 a { display: -webkit-box; overflow: hidden; color: var(--tg-ink); -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
html[lang^="el"] .tg-premium-secondary h2 { font-size: clamp(19px, 1.45vw, 24px); }
.tg-premium-secondary h2 a:hover { color: var(--tg-blue-dark); }

.tg-premium-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: var(--tg-muted); font-size: 9px; font-weight: 700; letter-spacing: .095em; text-transform: uppercase; }
.tg-premium-meta a { color: var(--tg-blue-dark); }
.tg-premium-meta time::before { margin-right: 9px; color: #aab4ba; content: '—'; }
.tg-premium-lead .tg-premium-meta, .tg-premium-lead .tg-premium-meta a { color: #fff; }

.tg-premium-section { margin-top: 84px; }
.tg-premium-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 28px; padding-bottom: 15px; border-bottom: 1px solid var(--tg-ink); }
.tg-premium-heading__title { display: flex; align-items: flex-start; gap: 18px; }
.tg-premium-heading__title > span { padding-top: 6px; color: var(--tg-blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.tg-premium-heading h2 { margin: 0; color: var(--tg-ink); font-family: var(--tg-serif); font-size: clamp(30px, 3vw, 43px); font-weight: 500; line-height: 1; letter-spacing: -.02em; }
.tg-premium-heading p { margin: 8px 0 0; color: var(--tg-muted); font-size: 12px; }
.tg-premium-heading > a { color: var(--tg-blue-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.tg-premium-latest__layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; grid-template-areas: 'list ad'; align-items: start; gap: 34px; }
.tg-premium-latest__list { grid-area: list; min-width: 0; }
.tg-premium-latest__ad { display: flex; grid-area: ad; width: 300px; min-height: 250px; align-items: flex-start; justify-content: center; overflow: hidden; background: transparent; }
.tg-premium-latest__ad ins, .tg-premium-latest__ad a, .tg-premium-latest__ad img { display: block; max-width: 100%; }
.tg-premium-latest__list article { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 30px; padding: 18px 0; border-bottom: 1px solid var(--tg-border); }
.tg-premium-latest__list article:first-child { padding-top: 0; }
.tg-premium-latest__list .tg-premium-picture img, .tg-premium-latest__list .tg-premium-placeholder { height: 155px; aspect-ratio: auto; }
.tg-premium-latest__content { display: flex; justify-content: center; flex-direction: column; }
.tg-premium-latest h3 { max-width: 800px; margin: 8px 0; font-family: var(--tg-serif); font-size: clamp(22px, 2vw, 30px); font-weight: 500; line-height: 1.13; }
.tg-premium-latest h3 a { color: var(--tg-ink); }
.tg-premium-latest h3 a:hover { color: var(--tg-blue-dark); }
.tg-premium-latest__content > p { max-width: 750px; margin: 0; color: var(--tg-muted); font-size: 13px; line-height: 1.55; }

.tg-premium-destinations { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding: 75px max(24px, calc((100vw - var(--tg-shell))/2)) 80px; background: var(--tg-soft); }
.tg-destination-grid { display: grid; grid-template-columns: 1.35fr repeat(2, minmax(0, .8fr)); grid-template-rows: repeat(2, 255px); gap: 16px; }
.tg-destination-grid article { position: relative; overflow: hidden; background: var(--tg-ink); }
.tg-destination-grid .tg-destination--feature { grid-row: 1 / 3; }
.tg-destination-grid .tg-premium-picture, .tg-destination-grid .tg-premium-picture img, .tg-destination-grid .tg-premium-placeholder { width: 100%; height: 100%; aspect-ratio: auto; }
.tg-destination-grid .tg-premium-picture::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 35%, rgba(10,22,29,.88)); }
.tg-destination-grid article > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 35px 24px 20px; }
.tg-destination-grid h3 { margin: 7px 0 0; font-family: var(--tg-serif); font-size: 21px; font-weight: 500; line-height: 1.15; }
.tg-destination-grid .tg-destination--feature h3 { max-width: 700px; font-size: clamp(29px, 3vw, 44px); }
.tg-destination-grid h3 a, .tg-destination-grid .tg-premium-meta, .tg-destination-grid .tg-premium-meta a { color: #fff; }

.tg-newsroom-columns, .tg-industry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 65px; }
.tg-newsroom-column__header, .tg-industry > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.tg-newsroom-column__header h3, .tg-industry > header h3 { margin: 0; color: var(--tg-ink); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.tg-newsroom-column__header a, .tg-industry > header a { color: var(--tg-blue); font-size: 11px; }
.tg-newsroom-feature { display: grid; grid-template-columns: 1.05fr 1fr; gap: 22px; padding-bottom: 20px; border-bottom: 1px solid var(--tg-border); }
.tg-newsroom-feature .tg-premium-picture img, .tg-newsroom-feature .tg-premium-placeholder { height: 210px; aspect-ratio: auto; }
.tg-newsroom-feature h4, .tg-industry h4 { margin: 9px 0 0; font-family: var(--tg-serif); font-size: 23px; font-weight: 500; line-height: 1.14; }
.tg-newsroom-feature h4 a, .tg-newsroom-brief h4 a, .tg-industry h4 a { color: var(--tg-ink); }
.tg-newsroom-feature h4 a:hover, .tg-newsroom-brief h4 a:hover, .tg-industry h4 a:hover { color: var(--tg-blue-dark); }
.tg-newsroom-brief { padding: 17px 0; border-bottom: 1px solid var(--tg-border); }
.tg-newsroom-brief h4 { margin: 7px 0 0; font-family: var(--tg-serif); font-size: 18px; font-weight: 500; line-height: 1.2; }

.tg-premium-industries { padding-top: 5px; }
.tg-industry { padding: 32px; background: var(--tg-soft); }
.tg-industry article { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 24px; padding: 18px 0; border-bottom: 1px solid #d7e0e4; }
.tg-industry article:last-child { border-bottom: 0; }
.tg-industry article:first-of-type { padding-top: 0; }
.tg-industry article:not(:first-of-type) { display: block; }
.tg-industry .tg-premium-picture img, .tg-industry .tg-premium-placeholder { height: 145px; aspect-ratio: auto; }
.tg-industry h4 { font-size: 19px; }
.tg-industry article:first-of-type h4 { font-size: 23px; }

/* Editorial horizon footer */
.tg-footer { position: relative; color: #d7e0e5; background: var(--tg-ink); }
.tg-footer::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--tg-blue); content: ''; }
.tg-footer__horizon { padding-top: 72px; padding-bottom: 54px; }
.tg-footer__hero { display: grid; grid-template-columns: minmax(220px, 290px) minmax(0, 1fr); align-items: end; gap: clamp(55px, 8vw, 120px); }
.tg-footer__brand { align-self: start; }
.tg-footer__logo { display: inline-flex; line-height: 0; background: #ffffff00; }
.tg-footer__logo img { display: block; width: 210px; max-width: 100%; height: auto; }
.tg-footer__statement { max-width: 780px; }
.tg-footer__statement > p,
.tg-footer__index-heading p,
.tg-footer__utility-group > span { margin: 0; color: var(--tg-blue-light); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.tg-footer__statement h2 { margin: 14px 0 0; color: #fff; font-family: var(--tg-serif); font-size: 52px; font-weight: 500; line-height: 1.04; letter-spacing: -.03em; }
.tg-footer__index { margin-top: 66px; }
.tg-footer__index-heading { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.18); }
.tg-footer__index-heading span { color: #77868f; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.tg-footer__links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.tg-footer__links li { display: grid; min-width: 0; grid-template-columns: 30px minmax(0, 1fr); align-items: center; gap: 13px; padding: 23px 20px 23px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.tg-footer__links li:nth-child(3n+2),
.tg-footer__links li:nth-child(3n+3) { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.12); }
.tg-footer__links li > span { color: var(--tg-blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.tg-footer__links a { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 14px; color: #eef3f5; font-family: var(--tg-serif); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.2; }
.tg-footer__links a > span { color: #73828a; font-family: var(--tg-sans); font-size: 14px; transition: color 160ms ease, transform 180ms ease; }
.tg-footer__links a:hover { color: var(--tg-blue-light); }
.tg-footer__links a:hover > span { color: var(--tg-blue-light); transform: translate(2px,-2px); }
.tg-footer__utility { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 34px; }
.tg-footer__utility-group { display: flex; align-items: center; gap: 22px; }
.tg-footer__languages { display: flex; align-items: center; gap: 22px; }
.tg-socials--footer a { color: #87969f; }
.tg-socials--footer a:hover { color: var(--tg-blue-light); }
.tg-footer__languages a { position: relative; color: #87969f; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.tg-footer__languages a + a::before { position: absolute; left: -13px; color: #516069; content: '/'; }
.tg-footer__languages a:hover,
.tg-footer__languages a[aria-current="page"] { color: var(--tg-blue-light); }
.tg-footer__bottom { border-top: 1px solid rgba(255,255,255,.11); }
.tg-footer__bottom .tg-shell { display: flex; justify-content: space-between; gap: 20px; padding-top: 19px; padding-bottom: 19px; }
.tg-footer__bottom p { margin: 0; color: #87969f; font-size: 10px; letter-spacing: .04em; }
.wpml-ls-statics-footer { display: none !important; }
.jscroll-to-top_link { background: var(--tg-blue) !important; }

/* Existing JNews content below the custom masthead */
body:not(.home) .jeg_main { padding-top: 46px; padding-bottom: 72px; color: var(--tg-text); background: var(--tg-white); }
body.page #comments, body.page .comment-respond { display: none; }
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 760px;
    border: 1px solid var(--tg-border);
}
.wpcf7-form input[type="submit"] { color: #fff; border: 0; background: var(--tg-blue); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.wpcf7-form input[type="submit"]:hover { background: var(--tg-blue-dark); }
body.error404 .jeg_archive_search { display: none !important; }

/* Site-wide premium inner templates */
body:not(.home) .jeg_cat_title,
body:not(.home) .jeg_archive_title,
body:not(.home) .entry-header .jeg_post_title,
body:not(.home) .entry-header .entry-title,
body:not(.home) .jeg_post_title,
body:not(.home) .page-title,
body:not(.home) .jeg_error_page h1 {
    color: var(--tg-ink);
    font-family: var(--tg-serif);
    font-weight: 500;
    letter-spacing: -.025em;
}

body:not(.home) .jeg_cat_title,
body:not(.home) .jeg_archive_title,
body:not(.home) .page-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--tg-ink);
    font-size: clamp(36px, 4vw, 52px);
}

body.single-post .entry-header .jeg_post_title,
body.single-post .entry-header h1 {
    max-width: 920px;
    margin-bottom: 20px;
    font-size: clamp(40px, 4.9vw, 66px);
    line-height: 1.03;
}

body:not(.home) .jeg_post_title a { color: var(--tg-ink); }
body:not(.home) .jeg_post_title a:hover { color: var(--tg-blue-dark); }
body:not(.home) .jeg_heroblock .jeg_post_title a,
body:not(.home) .jeg_hero_wrapper .jeg_post_title a { color: #fff !important; }
body:not(.home) .jeg_heroblock .jeg_post_title a:hover,
body:not(.home) .jeg_hero_wrapper .jeg_post_title a:hover { color: #fff !important; opacity: .86; }

body:not(.home) .jeg_post_category a,
body:not(.home) .jeg_hero_style_1 .jeg_post_category a,
body:not(.home) a[class*="category-"] {
    color: #fff !important;
    background: var(--tg-blue) !important;
    font-weight: 800;
    letter-spacing: .085em;
    text-transform: uppercase;
}

body:not(.home) .jeg_post_meta,
body:not(.home) .jeg_meta_author,
body:not(.home) .jeg_meta_date,
body:not(.home) .jeg_meta_category,
body:not(.home) .jeg_meta_comment,
body:not(.home) .entry-header .jeg_meta_container {
    color: var(--tg-muted);
}

body:not(.home) .jeg_post_meta a,
body:not(.home) .jeg_meta_author a,
body:not(.home) .jeg_meta_category a,
body:not(.home) .jeg_meta_comment a {
    color: var(--tg-blue-dark) !important;
}

body:not(.home) .jeg_thumb,
body:not(.home) .thumbnail-container {
    background: linear-gradient(145deg, #e6f3f7, #bedde8);
}

body.archive .jeg_posts .jeg_post,
body.search .jeg_posts .jeg_post {
    margin-bottom: 0;
    padding: 26px 0;
    border-bottom: 1px solid var(--tg-border);
}

body.archive .jeg_posts .jeg_post:first-child,
body.search .jeg_posts .jeg_post:first-child { padding-top: 0; }

body.archive .jeg_posts .jeg_post_title,
body.search .jeg_posts .jeg_post_title {
    margin-bottom: 10px;
    font-size: clamp(24px, 2.15vw, 32px);
    line-height: 1.12;
}

body:not(.home) .jeg_post_excerpt,
body:not(.home) .jeg_post_excerpt p {
    color: var(--tg-muted);
    font-size: 14px;
    line-height: 1.65;
}

body:not(.home) .jeg_readmore,
body:not(.home) .jeg_readmore a,
body:not(.home) a.read-more {
    color: var(--tg-blue-dark) !important;
    border-color: var(--tg-blue) !important;
    background: transparent !important;
    box-shadow: none !important;
    font-weight: 800;
    letter-spacing: .09em;
}

body:not(.home) .jeg_readmore:hover,
body:not(.home) .jeg_readmore a:hover,
body:not(.home) a.read-more:hover {
    color: #fff !important;
    background: var(--tg-blue) !important;
}

body.single-post .content-inner,
body.single-post .entry-content,
body.page .content-inner,
body.page .entry-content {
    color: var(--tg-text);
    font-size: 18px;
    line-height: 1.78;
}

body.single-post .content-inner p,
body.single-post .entry-content p,
body.page .content-inner p,
body.page .entry-content p { margin-bottom: 1.45em; }

body:not(.home) .content-inner h2,
body:not(.home) .content-inner h3,
body:not(.home) .content-inner h4,
body:not(.home) .entry-content h2,
body:not(.home) .entry-content h3,
body:not(.home) .entry-content h4 {
    margin-top: 1.65em;
    margin-bottom: .55em;
    color: var(--tg-ink);
    font-family: var(--tg-serif);
    font-weight: 500;
    line-height: 1.15;
}

body:not(.home) .content-inner h2,
body:not(.home) .entry-content h2 { font-size: clamp(30px, 3vw, 42px); }
body:not(.home) .content-inner h3,
body:not(.home) .entry-content h3 { font-size: clamp(25px, 2.35vw, 34px); }

body:not(.home) .content-inner a:not(.button):not([class*="wp-block-button"]),
body:not(.home) .entry-content a:not(.button):not([class*="wp-block-button"]) {
    color: var(--tg-blue-dark);
    text-decoration-color: rgba(0,152,211,.35);
    text-underline-offset: 3px;
}

body:not(.home) .content-inner blockquote,
body:not(.home) .entry-content blockquote {
    margin: 35px 0;
    padding: 22px 28px;
    color: var(--tg-ink);
    border-left: 4px solid var(--tg-blue);
    background: var(--tg-soft);
    font-family: var(--tg-serif);
    font-size: 23px;
}

body:not(.home) .jeg_featured,
body:not(.home) .jeg_featured img,
body:not(.home) .entry-content img { border-radius: 0; }

body:not(.home) .jeg_sidebar { color: var(--tg-text); }
body:not(.home) .jeg_sidebar .widget {
    margin-bottom: 28px;
    padding: 24px;
    border-top: 3px solid var(--tg-blue);
    background: var(--tg-soft);
}
body:not(.home) .jeg_sidebar .widget_recent_comments,
body:not(.home) .jeg_sidebar #block-4:has(.wp-block-latest-comments),
body:not(.home) .jeg_sidebar .widget:has(.wp-block-latest-comments) { display: none; }
body:not(.home) .jeg_sidebar h2,
body:not(.home) .jeg_sidebar .widget-title,
body:not(.home) .jeg_sidebar .jeg_block_title {
    margin: 0 0 17px;
    color: var(--tg-ink);
    font-family: var(--tg-serif);
    font-size: 25px;
    font-weight: 500;
}
body:not(.home) .jeg_sidebar ul { margin: 0; padding: 0; list-style: none; }
body:not(.home) .jeg_sidebar li { padding: 8px 0; border-bottom: 1px solid var(--tg-border); }
body:not(.home) .jeg_sidebar li:last-child { border-bottom: 0; }
body:not(.home) .jeg_sidebar a { color: var(--tg-ink); }
body:not(.home) .jeg_sidebar a:hover { color: var(--tg-blue-dark); }

body:not(.home) .widget_search form,
body:not(.home) .search-form { display: flex; }
body:not(.home) .widget_search input,
body:not(.home) .search-form input[type="search"] {
    flex: 1;
    width: auto;
    min-width: 0;
    border: 1px solid var(--tg-border);
    background: #fff;
}
body:not(.home) .widget_search button,
body:not(.home) .search-form button,
body:not(.home) .search-submit,
body:not(.home) .jeg_search_button.btn {
    color: #fff !important;
    border-color: var(--tg-blue) !important;
    background: var(--tg-blue) !important;
}
body:not(.home) .jeg_block_heading::after { background: var(--tg-blue) !important; }

/* Legacy WP-Polls integration */
body:not(.home) .wp-polls {
    margin: 28px 0;
    padding: 26px;
    border-top: 3px solid var(--tg-blue);
    background: var(--tg-soft);
    color: var(--tg-text);
    font-family: Inter, Arial, sans-serif;
}
body:not(.home) .wp-polls p strong {
    color: var(--tg-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.25;
}
body:not(.home) .wp-polls ul,
body:not(.home) .wp-polls-ul { margin: 18px 0; padding: 0; }
body:not(.home) .wp-polls-ul li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid var(--tg-border);
    color: var(--tg-text);
}
body:not(.home) .wp-polls input.Buttons,
body:not(.home) .wp-polls input[type="button"],
body:not(.home) .wp-polls input[type="submit"] {
    min-height: 42px;
    padding: 10px 22px;
    color: #fff !important;
    border: 1px solid var(--tg-blue) !important;
    border-radius: 0;
    background: var(--tg-blue) !important;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
body:not(.home) .wp-polls a { color: var(--tg-blue-dark) !important; }
body:not(.home) .wp-polls .pollbar { border-color: var(--tg-blue) !important; background: var(--tg-blue) !important; }

body:not(.home) .jeg_navigation .page_number,
body:not(.home) .jeg_navigation a,
body:not(.home) .page-numbers {
    color: var(--tg-ink);
    border: 1px solid var(--tg-border);
    background: #fff;
}
body:not(.home) .jeg_navigation .page_number.active,
body:not(.home) .jeg_navigation a:hover,
body:not(.home) .page-numbers.current {
    color: #fff !important;
    border-color: var(--tg-blue) !important;
    background: var(--tg-blue) !important;
}

body.single-post .jeg_post_tags,
body.single-post .post-tags { margin-top: 35px; padding-top: 24px; border-top: 1px solid var(--tg-border); }
body.single-post .jeg_post_tags a,
body.single-post .post-tags a {
    color: var(--tg-muted) !important;
    border: 0;
    background: var(--tg-soft) !important;
}
body.single-post .jeg_post_tags a:hover,
body.single-post .post-tags a:hover { color: #fff !important; background: var(--tg-blue) !important; }

body.single-post .jeg_prevnext_post,
body.single-post .post-nav { margin-top: 34px; padding: 28px 0; border-top: 1px solid var(--tg-border); border-bottom: 1px solid var(--tg-border); }
body.single-post .jeg_prevnext_post h3,
body.single-post .post-nav h3 { color: var(--tg-ink); font-family: var(--tg-serif); font-weight: 500; }
body.single-post .jeg_prevnext_post a:hover h3,
body.single-post .post-nav a:hover h3 { color: var(--tg-blue-dark); }

body.single-post #comments,
body.single-post .comment-respond { margin-top: 45px; padding-top: 35px; border-top: 1px solid var(--tg-border); }
body.single-post #comments h3,
body.single-post .comment-respond h3 { color: var(--tg-ink); font-family: var(--tg-serif); font-size: 34px; font-weight: 500; }
body.single-post #comments input[type="text"],
body.single-post #comments input[type="email"],
body.single-post #comments input[type="url"],
body.single-post #comments textarea,
body.single-post .comment-respond input[type="text"],
body.single-post .comment-respond input[type="email"],
body.single-post .comment-respond input[type="url"],
body.single-post .comment-respond textarea { border: 1px solid var(--tg-border); background: #fff; }
body.single-post #comments input[type="submit"],
body.single-post .comment-respond input[type="submit"] {
    color: #fff;
    border-color: var(--tg-blue);
    background: var(--tg-blue);
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}
body.single-post #comments input[type="submit"]:hover,
body.single-post .comment-respond input[type="submit"]:hover { background: var(--tg-blue-dark); }

body:not(.home) .jeg_breadcrumbs { color: var(--tg-muted); font-size: 11px; letter-spacing: .04em; }
body:not(.home) .jeg_breadcrumbs a { color: var(--tg-blue-dark); }

body.error404 .jeg_error_page,
body.search-no-results .jeg_main { padding: 80px 0 110px; text-align: center; }
body.error404 .jeg_error_page h1 { color: var(--tg-blue); font-size: clamp(64px, 10vw, 130px); }
body.error404 .jeg_error_page h2,
body.search-no-results .jeg_archive_title { color: var(--tg-ink); font-family: var(--tg-serif); font-weight: 500; }

@media (max-width: 1100px) {
    .tg-primary-menu { gap: 14px; }
    .tg-premium-latest__layout { grid-template-columns: minmax(0, 1fr); grid-template-areas: 'ad' 'list'; gap: 28px; }
    .tg-premium-latest__ad { justify-self: center; }
    .tg-header-search, .tg-header-search:focus-within { width: 175px; }
    .tg-primary-menu > li > a { font-size: 10px; letter-spacing: .06em; }
    .tg-premium-hero { grid-template-columns: 1.45fr .9fr; }
    .tg-newsroom-columns, .tg-industry-grid { gap: 34px; }
    .tg-newsroom-feature, .tg-industry article { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
    .tg-navigation-meta { display: none; }
}

@media (min-width: 861px) {
    html[lang^="el"] .tg-primary-menu > li > a { white-space: nowrap; }
}

@media (min-width: 861px) and (max-width: 980px) {
    html[lang^="el"] .tg-primary-menu { gap: clamp(5px, calc((100vw - 830px)/6), 14px); }
    html[lang^="el"] .tg-primary-menu > li > a { letter-spacing: .04em; }
}

@media (max-width: 860px) {
    .tg-utility, .tg-masthead, .tg-desktop-nav { display: none; }
    .tg-navigation { min-height: 62px; grid-template-columns: 45px 1fr 45px; gap: 10px; }
    .tg-navigation__mobile-logo { display: block; justify-self: center; line-height: 0; }
    .tg-navigation__mobile-logo img { width: 205px; max-width: 58vw; height: auto; }
    .tg-mobile-menu { display: block; }
    .tg-mobile-menu summary { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; list-style: none; }
    .tg-mobile-menu summary::-webkit-details-marker { display: none; }
    .tg-mobile-menu summary span { width: 21px; height: 2px; background: var(--tg-ink); }
    .tg-mobile-menu__panel { position: absolute; top: 62px; right: 0; left: 0; padding: 22px 24px 28px; border-top: 1px solid var(--tg-border); background: #fff; box-shadow: 0 18px 35px rgba(23,35,43,.14); }
    .tg-mobile-menu__links { margin: 0; padding: 0; list-style: none; }
    .tg-mobile-menu__links a { display: block; padding: 11px 0; color: var(--tg-ink); border-bottom: 1px solid var(--tg-border); font-size: 12px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
    .tg-mobile-menu__links .sub-menu { margin: 0; padding: 0 0 0 18px; list-style: none; }
    .tg-mobile-menu__links .sub-menu a { padding: 9px 0; color: var(--tg-blue-dark); font-size: 11px; }
    .tg-mobile-menu__languages { display: flex; gap: 18px; margin-top: 22px; }
    .tg-mobile-menu__languages a { color: var(--tg-muted); font-size: 11px; font-weight: 800; }
    .tg-mobile-menu__languages a[aria-current="page"] { color: var(--tg-blue); }
    .tg-mobile-menu__social { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--tg-border); }
    .tg-mobile-menu__social > span { color: var(--tg-muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
    .tg-socials--mobile a { color: var(--tg-ink); font-size: 10px; font-weight: 750; letter-spacing: .04em; }
    .tg-socials--mobile a:hover { color: var(--tg-blue); }
    .tg-header-search { width: 40px; justify-self: end; border: 0; }
    .tg-header-search button { border: 0; background: transparent; }
    .tg-header-search:focus-within { position: absolute; right: 24px; width: calc(100% - 48px); background: #fff; }
    .tg-header-search input { flex: 1; }
    .tg-premium-intro { grid-template-columns: 1fr; gap: 8px; }
    .tg-premium-hero { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 490px 260px; }
    .tg-premium-lead { grid-column: 1 / 3; grid-row: auto; }
    .tg-premium-secondary { display: block; }
    .tg-premium-secondary > .tg-premium-picture, .tg-premium-secondary > .tg-premium-picture img, .tg-premium-secondary > .tg-premium-picture .tg-premium-placeholder { height: 145px; }
    .tg-premium-secondary > div { padding: 17px 5px; }
    .tg-premium-secondary { border-bottom: 0; }
    .tg-destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 410px repeat(2, 230px); }
    .tg-destination-grid .tg-destination--feature { grid-column: 1 / 3; grid-row: auto; }
    .tg-newsroom-columns, .tg-industry-grid { grid-template-columns: 1fr; gap: 55px; }
    .tg-footer__hero { grid-template-columns: 210px minmax(0, 1fr); gap: 45px; }
    .tg-footer__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tg-footer__links li:nth-child(3n+2),
    .tg-footer__links li:nth-child(3n+3) { padding-left: 0; border-left: 0; }
    .tg-footer__links li:nth-child(even) { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 600px) {
    .tg-shell { width: min(var(--tg-shell), calc(100% - 28px)); }
    body:not(.home) .jeg_main { padding-top: 30px; padding-bottom: 55px; }
    body.single-post .entry-header .jeg_post_title,
    body.single-post .entry-header h1 { font-size: 38px; line-height: 1.07; }
    body:not(.home) .jeg_cat_title,
    body:not(.home) .jeg_archive_title,
    body:not(.home) .page-title { font-size: 36px; }
    body.single-post .content-inner,
    body.single-post .entry-content,
    body.page .content-inner,
    body.page .entry-content { font-size: 17px; line-height: 1.72; }
    body:not(.home) .jeg_sidebar .widget { padding: 20px; }
    body.archive .jeg_posts .jeg_post,
    body.search .jeg_posts .jeg_post { padding: 22px 0; }
    .tg-premium-home { padding: 35px 0 62px; }
    .tg-premium-intro { margin-bottom: 22px; }
    .tg-premium-intro h1 { font-size: 34px; }
    .tg-premium-hero { display: block; padding-bottom: 30px; }
    .tg-premium-lead { min-height: 450px; margin-bottom: 15px; }
    .tg-premium-lead__content { padding: 90px 20px 24px; }
    .tg-premium-lead h2 { font-size: 34px; }
    .tg-premium-lead__content > p { display: none; }
    .tg-premium-secondary { display: grid; grid-template-columns: 132px 1fr; min-height: 120px; padding: 12px 0; border-bottom: 1px solid var(--tg-border); }
    .tg-premium-secondary > .tg-premium-picture, .tg-premium-secondary > .tg-premium-picture img, .tg-premium-secondary > .tg-premium-picture .tg-premium-placeholder { height: 110px; }
    .tg-premium-secondary > div { padding: 5px 0 5px 15px; }
    .tg-premium-secondary h2 { font-size: 20px; }
    .tg-premium-section { margin-top: 58px; }
    .tg-premium-heading { align-items: center; }
    .tg-premium-heading__title { gap: 10px; }
    .tg-premium-heading h2 { font-size: 30px; }
    .tg-premium-heading p { display: none; }
    .tg-premium-heading > a { white-space: nowrap; }
    .tg-premium-latest__list article { grid-template-columns: 118px 1fr; gap: 16px; }
    .tg-premium-latest__list .tg-premium-picture img, .tg-premium-latest__list .tg-premium-placeholder { height: 105px; }
    .tg-premium-latest h3 { margin: 6px 0 0; font-size: 20px; }
    .tg-premium-latest__content > p { display: none; }
    .tg-premium-destinations { padding-top: 52px; padding-bottom: 56px; }
    .tg-destination-grid { display: flex; margin-right: -14px; overflow-x: auto; gap: 12px; scroll-snap-type: x mandatory; }
    .tg-destination-grid article, .tg-destination-grid .tg-destination--feature { width: 82vw; min-width: 82vw; height: 410px; scroll-snap-align: start; }
    .tg-destination-grid h3, .tg-destination-grid .tg-destination--feature h3 { font-size: 28px; }
    .tg-newsroom-feature { grid-template-columns: 1fr; }
    .tg-newsroom-feature .tg-premium-picture img, .tg-newsroom-feature .tg-premium-placeholder { height: 245px; }
    .tg-newsroom-feature h4 { font-size: 25px; }
    .tg-industry { margin-right: -4px; margin-left: -4px; padding: 22px 18px; }
    .tg-industry article { grid-template-columns: 1fr; }
    .tg-footer__horizon { padding-top: 50px; padding-bottom: 40px; }
    .tg-footer__hero { grid-template-columns: 1fr; gap: 32px; }
    .tg-footer__logo img { width: 180px; }
    .tg-footer__statement h2 { margin-top: 12px; font-size: 36px; line-height: 1.08; }
    .tg-footer__index { margin-top: 48px; }
    .tg-footer__index-heading { align-items: flex-start; }
    .tg-footer__index-heading span { margin-top: 2px; }
    .tg-footer__links { grid-template-columns: 1fr; }
    .tg-footer__links li,
    .tg-footer__links li:nth-child(3n+2),
    .tg-footer__links li:nth-child(3n+3),
    .tg-footer__links li:nth-child(even) { padding: 19px 0; border-right: 0; border-left: 0; }
    .tg-footer__links a { font-size: 19px; }
    .tg-footer__utility { align-items: flex-start; flex-wrap: wrap; margin-top: 28px; }
    .tg-footer__utility-group { gap: 14px; }
    .tg-footer__bottom .tg-shell { display: block; }
    .tg-footer__bottom p + p { margin-top: 7px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Production Revive leaderboard, right-aligned beside the masthead brand. */
.tg-header-banner { display: flex; min-width: 0; grid-column: 2; grid-row: 1 / span 2; align-items: center; justify-content: flex-end; overflow: hidden; background: #fff; }
.tg-header-banner ins { display: block; max-width: 100%; line-height: 0; text-decoration: none; }
.tg-header-banner ins > a { display: block; max-width: 100%; }
.tg-header-banner ins img { display: block; max-width: 100%; height: auto; }
@media (max-width: 980px) {
    .tg-masthead { grid-template-columns: 1fr; grid-template-rows: auto; }
    .tg-masthead__logo, .tg-masthead p, .tg-header-banner { grid-column: 1; grid-row: auto; }
    .tg-header-banner { width: 100%; justify-content: center; }
}

/* Production Revive 300x250 zone 21 below Recent Posts. */
#block-7.widget_custom_html { padding: 0; border-top: 0; background: transparent; }
.tg-sidebar-ad { display: flex; width: 100%; margin: 0; align-items: center; justify-content: center; overflow: hidden; background: #fff; line-height: 0; }
.tg-sidebar-ad ins, .tg-sidebar-ad ins > a { display: block; max-width: 100%; }
.tg-sidebar-ad ins img { display: block; max-width: 100%; height: auto; }
/* Travelling Greece FAQ — native, scoped, script-free presentation. */
.tg-faq-page { --tg-blue: #006f9b; --tg-muted: #5d676e; background: #f4f1ea; color: var(--tg-ink); }
.tg-faq { padding: 86px 0 118px; }
.tg-faq__hero { max-width: 1040px; padding-bottom: 76px; border-bottom: 1px solid var(--tg-border); }
.tg-faq__eyebrow,
.tg-faq__section-heading > p,
.tg-faq__editorial-head > p { margin: 0 0 18px; color: var(--tg-blue); font-size: 11px; font-weight: 700; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.tg-faq__hero h1 { margin: 0; font-family: var(--tg-serif); font-size: clamp(72px, 9vw, 124px); font-weight: 400; letter-spacing: -.065em; line-height: .83; }
.tg-faq__display-title { max-width: 900px; margin: 39px 0 0; font-family: var(--tg-serif); font-size: clamp(32px, 4.2vw, 54px); letter-spacing: -.035em; line-height: 1.04; }
.tg-faq__intro { display: grid; max-width: 970px; margin-top: 42px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 58px; }
.tg-faq__intro p { margin: 0; color: var(--tg-muted); font-size: 17px; line-height: 1.72; }
.tg-faq__questions { display: grid; margin-top: 94px; grid-template-columns: minmax(215px, 290px) minmax(0, 1fr); gap: 50px 80px; }
.tg-faq__section-heading { align-self: start; position: sticky; top: 98px; }
.tg-faq__section-heading h2 { margin: 0; font-family: var(--tg-serif); font-size: 42px; font-weight: 400; letter-spacing: -.035em; line-height: 1.03; }
.tg-faq__list { min-width: 0; border-bottom: 1px solid var(--tg-ink); }
.tg-faq__item { margin: 0; border-top: 1px solid var(--tg-ink); }
.tg-faq__item summary { display: grid; min-height: 93px; padding: 27px 0; cursor: pointer; list-style: none; grid-template-columns: 58px minmax(0, 1fr) 28px; gap: 0 16px; align-items: start; }
.tg-faq__item summary::-webkit-details-marker { display: none; }
.tg-faq__number { padding-top: 4px; color: var(--tg-blue); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.tg-faq__question { font-family: var(--tg-serif); font-size: 25px; letter-spacing: -.02em; line-height: 1.18; }
.tg-faq__toggle { width: 22px; height: 22px; position: relative; margin-top: 3px; }
.tg-faq__toggle::before,
.tg-faq__toggle::after { position: absolute; top: 10px; right: 1px; left: 1px; height: 1px; background: currentColor; content: ""; transition: transform .2s ease; }
.tg-faq__toggle::after { transform: rotate(90deg); }
.tg-faq__item[open] .tg-faq__toggle::after { transform: rotate(0); }
.tg-faq__item[open] .tg-faq__question { color: var(--tg-blue); }
.tg-faq__answer { max-width: 760px; padding: 0 42px 34px 74px; color: #46535a; font-size: 17px; line-height: 1.72; }
.tg-faq__answer p { margin: 0 0 17px; }
.tg-faq__answer p:last-child { margin-bottom: 0; }
.tg-faq__answer ul { margin: 4px 0 18px; padding-left: 20px; }
.tg-faq__answer li { margin: 7px 0; }
.tg-faq__answer strong { color: var(--tg-ink); }
.tg-faq__editorial { margin-top: 112px; }
.tg-faq__editorial-head { display: grid; margin-bottom: 48px; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: 26px 70px; align-items: end; }
.tg-faq__editorial-head > p { grid-column: 1 / -1; margin-bottom: -5px; }
.tg-faq__editorial-head h2 { margin: 0; font-family: var(--tg-serif); font-size: clamp(42px, 5vw, 67px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.tg-faq__editorial-head > div { color: var(--tg-muted); font-size: 16px; line-height: 1.65; }
.tg-faq__editorial-head > div p { margin: 0 0 12px; }
.tg-faq__destinations { padding: 64px; background: var(--tg-ink); color: #fff; }
.tg-faq__destinations .tg-faq__editorial-head > div,
.tg-faq__destinations .tg-faq__editorial-head > p { color: #9fc9dd; }
.tg-faq__destinations .tg-faq__editorial-head h2 { color: #fff; }
.tg-faq__destinations > h3 { margin: 0 0 24px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.22); color: #9fc9dd; font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.tg-faq__destination-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tg-faq__destination-grid article { min-height: 205px; padding: 25px 27px 27px 0; border-top: 1px solid rgba(255,255,255,.2); }
.tg-faq__destination-grid article:not(:nth-child(3n+1)) { padding-left: 27px; border-left: 1px solid rgba(255,255,255,.16); }
.tg-faq__destination-grid article > span { color: #9fc9dd; font-size: 10px; letter-spacing: .15em; }
.tg-faq__traveller-grid article > span { color: var(--tg-blue); font-size: 10px; letter-spacing: .15em; }
.tg-faq__destination-grid h4 { margin: 17px 0 11px; color: #fff; font-family: var(--tg-serif); font-size: 28px; font-weight: 400; }
.tg-faq__destination-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.6; }
.tg-faq__travellers .tg-faq__editorial-head { grid-template-columns: 1fr; max-width: 820px; }
.tg-faq__traveller-grid { display: grid; border-top: 1px solid var(--tg-ink); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tg-faq__traveller-grid article { min-height: 245px; padding: 28px 31px 35px 0; border-bottom: 1px solid var(--tg-border); }
.tg-faq__traveller-grid article:not(:nth-child(3n+1)) { padding-left: 31px; border-left: 1px solid var(--tg-border); }
.tg-faq__traveller-grid h3 { margin: 30px 0 14px; font-family: var(--tg-serif); font-size: 30px; font-weight: 400; letter-spacing: -.025em; line-height: 1.05; }
.tg-faq__traveller-grid p { margin: 0; color: var(--tg-muted); font-size: 15px; line-height: 1.65; }
.tg-faq__closing { max-width: 960px; margin: 112px auto 0; padding: 70px 76px; background: #d9edf5; text-align: center; }
.tg-faq__closing h2 { margin: 0; font-family: var(--tg-serif); font-size: clamp(43px, 5vw, 68px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.tg-faq__closing > div { max-width: 700px; margin: 31px auto 0; color: #38515d; font-size: 16px; line-height: 1.72; }
.tg-faq__closing > div p { margin: 0 0 16px; }

@media (max-width: 980px) {
    .tg-faq { padding-top: 66px; }
    .tg-faq__questions { grid-template-columns: 220px minmax(0, 1fr); gap: 42px; }
    .tg-faq__section-heading h2 { font-size: 35px; }
    .tg-faq__question { font-size: 22px; }
    .tg-faq__destinations { padding: 48px 40px; }
    .tg-faq__destination-grid,
    .tg-faq__traveller-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tg-faq__destination-grid article:not(:nth-child(3n+1)),
    .tg-faq__traveller-grid article:not(:nth-child(3n+1)) { padding-left: 0; border-left: 0; }
    .tg-faq__destination-grid article:nth-child(even),
    .tg-faq__traveller-grid article:nth-child(even) { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.16); }
    .tg-faq__traveller-grid article:nth-child(even) { border-left-color: var(--tg-border); }
}

@media (max-width: 700px) {
    .tg-faq { padding: 47px 0 74px; }
    .tg-faq__hero { padding-bottom: 48px; }
    .tg-faq__hero h1 { font-size: 70px; }
    .tg-faq__display-title { margin-top: 27px; font-size: 31px; }
    .tg-faq__intro { display: block; margin-top: 29px; }
    .tg-faq__intro p { font-size: 16px; }
    .tg-faq__intro p + p { margin-top: 18px; }
    .tg-faq__questions { display: block; margin-top: 58px; }
    .tg-faq__section-heading { position: static; margin-bottom: 32px; }
    .tg-faq__section-heading h2 { font-size: 34px; }
    .tg-faq__item summary { min-height: 81px; padding: 22px 0; grid-template-columns: 38px minmax(0, 1fr) 22px; gap: 0 8px; }
    .tg-faq__question { font-size: 19px; line-height: 1.22; }
    .tg-faq__number { font-size: 10px; }
    .tg-faq__toggle { width: 19px; height: 19px; }
    .tg-faq__answer { padding: 0 8px 28px 46px; font-size: 16px; line-height: 1.68; }
    .tg-faq__editorial { margin-top: 72px; }
    .tg-faq__editorial-head { display: block; margin-bottom: 33px; }
    .tg-faq__editorial-head > p { margin-bottom: 17px; }
    .tg-faq__editorial-head h2 { font-size: 42px; }
    .tg-faq__editorial-head > div { margin-top: 24px; }
    .tg-faq__destinations { margin-right: -14px; margin-left: -14px; padding: 43px 24px; }
    .tg-faq__destination-grid,
    .tg-faq__traveller-grid { grid-template-columns: 1fr; }
    .tg-faq__destination-grid article,
    .tg-faq__destination-grid article:nth-child(even),
    .tg-faq__traveller-grid article,
    .tg-faq__traveller-grid article:nth-child(even) { min-height: 0; padding: 24px 0 27px; border-left: 0; }
    .tg-faq__destination-grid h4 { font-size: 25px; }
    .tg-faq__traveller-grid h3 { margin-top: 20px; font-size: 27px; }
    .tg-faq__closing { margin-top: 72px; padding: 49px 22px; }
    .tg-faq__closing h2 { font-size: 41px; }
}
