/*
Theme Name: Imbros Union
Theme URI: https://imbrosunion.com/
Author: WIZSP SRL
Author URI: https://wizsp.com
Description: WordPress Theme για την Ιμβριακή Ένωση Μακεδονίας - Θράκης. Material You αισθητική με πρωτεύον χρώμα #17458F, αυτόματη πλοήγηση στο δέντρο σελίδων και συμβατότητα με WPBakery Page Builder, ACF και Contact Form 7.
Version: 1.14.7
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: imbrosunion
Tags: custom-menu, featured-images, translation-ready, right-sidebar, custom-logo
*/

/* ==========================================================================
   1. Design tokens
   ========================================================================== */

:root {
  --pri: #17458F;
  --pri-dark: #0F3269;
  --pri-mid: #5B7BAE;
  --pri-alt: #2E5AA8;
  --on-container: #10305C;
  --gold: #C88A1D;
  --gold-dark: #8A5F10;

  --ink: #14213B;
  --muted: #47536B;

  --bg: #EEF2F8;
  --surface: #FFFBFE;
  --surface-sunken: #EEF2F8;
  --container: #E3EAF7;
  --line: #E3E8F1;
  --field: #E3E8F1;

  --sp-m: 28px;
  --sp-l: 36px;
  --sp-xl: 40px;

  --r-frame: 36px;
  --r-xl: 32px;
  --r-l: 28px;
  --r-m: 24px;
  --r-s: 20px;
  --r-xs: 18px;
  --r-pill: 999px;

  --sh-frame: 0 30px 70px rgba(15, 50, 105, .28), 0 8px 24px rgba(15, 50, 105, .16),
              0 1px 0 rgba(255, 255, 255, .5) inset;
  --sh-card: 0 1px 3px rgba(0, 0, 0, .06);
  --sh-card-hover: 0 16px 36px rgba(23, 69, 143, .22), 0 3px 10px rgba(23, 69, 143, .14);
  --sh-btn-hover: 0 8px 22px rgba(23, 69, 143, .35);
  --sh-header: 0 2px 14px rgba(15, 50, 105, .08);

  --ease: cubic-bezier(.2, 0, 0, 1);
  --frame-max: 1360px;
}

@media (max-width: 760px) {
  :root {
    --sp-m: 20px;
    --sp-l: 26px;
    --sp-xl: 30px;
    --r-frame: 28px;
    --r-xl: 26px;
    --r-l: 24px;
    --r-m: 20px;
  }
}

/* ==========================================================================
   2. Base
   ========================================================================== */

* { box-sizing: border-box; }

/* Author `display` rules below would otherwise beat the UA `[hidden]` rule. */
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

::selection { background: var(--pri); color: #fff; }

a { color: var(--pri); transition: color .2s ease; }
a:hover { color: var(--pri-dark); }

img, iframe, embed, object, video { max-width: 100%; }
img { height: auto; }

figure { margin: 0 0 1.2em; }

h1, h2, h3, h4, h5, h6 { color: var(--ink); line-height: 1.3; margin: 0 0 .5em; }
h1 { font-size: clamp(24px, 3.2vw, 32px); font-weight: 700; }
h2 { font-size: clamp(20px, 2.6vw, 26px); font-weight: 500; }
h3 { font-size: 20px; font-weight: 500; }
h4 { font-size: 17px; font-weight: 500; }

p { margin: 0 0 1.2em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.4em; }
blockquote {
  margin: 0 0 1.2em;
  padding: 4px 0 4px 20px;
  border-left: 4px solid var(--gold);
  color: var(--muted);
  font-style: italic;
}
hr { border: 0; border-top: 1px solid var(--line); margin: 2em 0; }
code, pre { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .92em; }
pre { background: var(--surface-sunken); padding: 16px; border-radius: var(--r-s); overflow-x: auto; }

table { border-collapse: collapse; width: 100%; margin: 0 0 1.2em; }
th, td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
th { background: var(--container); color: var(--on-container); font-weight: 500; }

input, textarea, button, select { font-family: inherit; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  border-radius: 6px;
}

/* ==========================================================================
   3. WordPress core classes (required for theme review + editor output)
   ========================================================================== */

.screen-reader-text,
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  position: static !important;
  width: auto; height: auto;
  clip: auto; clip-path: none;
  margin: 0; padding: 12px 20px;
  background: var(--pri); color: #fff;
  border-radius: 0 0 14px 0;
}

.skip-link {
  position: absolute;
  left: -9999px; top: 0;
  z-index: 1000;
  background: var(--pri); color: #fff;
  padding: 12px 20px;
  border-radius: 0 0 14px 0;
  font: 500 14px/1 Roboto, sans-serif;
  text-decoration: none;
}
.skip-link:focus { left: 0; color: #fff; }

.alignleft  { float: left;  margin: .3em 1.5em 1em 0; }
.alignright { float: right; margin: .3em 0 1em 1.5em; }
.aligncenter { display: block; margin: 0 auto 1.2em; }
.alignnone { margin: 0 0 1.2em; }
.alignwide, .alignfull { margin-left: 0; margin-right: 0; }

.wp-caption { max-width: 100%; margin-bottom: 1.2em; }
.wp-caption img { display: block; border-radius: var(--r-s); }
.wp-caption-text, .wp-element-caption {
  font-size: 13px; color: var(--muted);
  margin-top: 8px; text-align: center;
}

.sticky { position: relative; }
.bypostauthor { display: block; }

.gallery { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 1.2em; }
.gallery-item { flex: 1 1 140px; margin: 0; }
.gallery-item img { border-radius: var(--r-xs); display: block; width: 100%; }

.wp-block-image img { border-radius: var(--r-s); }
.wp-block-button__link { border-radius: var(--r-pill); background: var(--pri); }

/* ==========================================================================
   4. Shell (frame)
   ========================================================================== */

.page-wrap {
  min-height: 100vh;
  background: var(--bg);
  padding: 28px 16px 80px;
}

.frame {
  width: 100%;
  max-width: var(--frame-max);
  margin: 0 auto;
  background: var(--surface);
  border-radius: var(--r-frame);
  box-shadow: var(--sh-frame);
  /* `clip` (not `hidden`) keeps the sticky header sticking to the viewport —
     unlike `hidden`, it creates no scroll container. Clipping both axes lets
     the frame round the header's corners itself, so nothing shows through
     beside a sticky header that carries its own radius. */
  overflow: clip;
}

@supports not (overflow: clip) {
  .frame { overflow-x: hidden; }
}

/* Escape hatch: add the `imv-no-frame` body class (or the
   `imbrosunion_use_frame` filter) if a page needs true edge-to-edge output. */
body.imv-no-frame .page-wrap { padding: 0; }
body.imv-no-frame .frame {
  max-width: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
body.imv-no-frame .site-header,
body.imv-no-frame .site-footer { border-radius: 0; }

@media (max-width: 700px) {
  .page-wrap { padding: 14px 10px 48px; }
}

/* Logged-in admin bar must not hide the sticky header. */
body.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

/* ==========================================================================
   5. Header + navigation
   ========================================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: var(--sp-m);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--sh-header);
  /* Square: the frame clips it into the rounded shape while the page is at
     the top, and a stuck header then covers its full width edge to edge. */
  border-radius: 0;
}

.brand { display: flex; align-items: center; gap: 10px; flex: none; line-height: 0; text-decoration: none; }
.brand img { height: 36px; display: block; width: auto; }
.brand__text {
  font: 700 15px/1.2 Roboto, sans-serif;
  color: var(--on-container);
  line-height: 1.25;
}
.brand__text small { display: block; font-weight: 400; font-size: 11px; color: var(--muted); }

.nav { display: flex; }
.nav ul {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav li { position: relative; }

.nav a {
  display: block;
  border-radius: var(--r-pill);
  padding: 8px 14px;
  font: 500 12.5px/1.2 Roboto, sans-serif;
  color: var(--on-container);
  background: transparent;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all .25s var(--ease);
}
.nav a:hover,
.nav li:focus-within > a {
  color: var(--on-container);
  background: var(--container);
  box-shadow: 0 6px 16px rgba(23, 69, 143, .2);
  transform: translateY(-1px);
}
.nav .current-menu-item > a,
.nav .current_page_item > a,
.nav .current-menu-ancestor > a,
.nav .current_page_ancestor > a {
  background: var(--pri);
  color: #fff;
}
.nav .current-menu-item > a:hover { background: var(--pri-dark); color: #fff; }

/* Dropdowns (sub-menus) */
.nav ul ul {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  flex-direction: column;
  gap: 2px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  box-shadow: var(--sh-card-hover);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: all .2s var(--ease);
  z-index: 30;
}
.nav li:hover > ul,
.nav li:focus-within > ul,
.nav li.is-open > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.nav ul ul a {
  text-transform: none;
  font-size: 13px;
  padding: 9px 12px;
  border-radius: 12px;
  white-space: normal;
}
.nav ul ul a:hover { transform: none; box-shadow: none; }

/* Third level and deeper fly out sideways. */
.nav ul ul ul { top: 0; left: calc(100% + 6px); }

/*
 * The menu nests five levels deep, so a sub-menu near the right edge would
 * run off-screen. main.js measures each one and adds `is-flipped`.
 */
.nav > ul > li > ul.is-flipped { left: auto; right: 0; }
.nav ul ul ul.is-flipped { left: auto; right: calc(100% + 6px); }

/* Deeper levels get progressively tighter, so long trails stay manageable. */
.nav ul ul ul { min-width: 200px; }
.nav ul ul ul ul { min-width: 185px; }

.nav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  background: var(--surface-sunken);
  color: var(--on-container);
  border-radius: var(--r-pill);
  padding: 9px 16px;
  font: 500 13px/1 Roboto, sans-serif;
  cursor: pointer;
}

@media (max-width: 1040px) {
  .site-header { flex-wrap: wrap; }
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none;
    width: 100%;
    order: 3;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    max-height: 70vh;
    overflow-y: auto;
  }
  .nav.is-open { display: block; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav a { text-align: left; padding: 12px 16px; font-size: 13.5px; border-radius: 14px; }
  .nav a:hover { transform: none; box-shadow: none; }
  .nav ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    border-left: 2px solid var(--container);
    border-radius: 0;
    background: transparent;
    /* Five levels of nesting: keep the step small so deep items stay legible. */
    margin: 2px 0 2px 10px;
    padding: 2px 0 2px 6px;
    min-width: 0;
  }
  .nav ul ul a { padding: 10px 12px; font-size: 13px; }
  .nav ul ul ul a { font-size: 12.5px; }
}

/* ==========================================================================
   6. Layout + content
   ========================================================================== */

.section { padding: var(--sp-l) var(--sp-m); }
.section--flush-top { padding-top: 0; }
/* Sections space themselves from their next sibling with their own bottom
   margin (.stack-gap, .cause-cta, .fb-feed); without this, the last one also
   stacks that margin on top of .section's own bottom padding, doubling the
   gap before the next block outside .section (e.g. the "Γίνε μέλος" banner). */
.section > :last-child { margin-bottom: 0; }

.content-area { padding: var(--sp-l) var(--sp-m); }
.content-area--sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: var(--sp-xl);
  align-items: start;
}
@media (max-width: 900px) {
  .content-area--sidebar { grid-template-columns: minmax(0, 1fr); }
}

.entry-content { max-width: 100%; }

.entry-content a { text-decoration: underline; text-underline-offset: 2px; }
.entry-content a:hover { text-decoration-thickness: 2px; }

/* Components carry their own affordance — the prose underline would be noise. */
.entry-content a.btn,
.entry-content a.news-card,
.entry-content a.quick-tile,
.entry-content a.media-tile,
.entry-content a.issue-card,
.entry-content a.related-card,
.entry-content a.split-card,
.entry-content a.contact-strip__item,
.entry-content .news-card a,
.entry-content .quick-tile a,
.entry-content .imvriotika a,
.entry-content .imvriotika-latest a { text-decoration: none; }

.page-header { margin-bottom: var(--sp-m); }
.page-title { margin: 0 0 6px; }
.page-subtitle { font-size: 14px; color: var(--muted); margin: 0; }

.eyebrow {
  font: 500 13px/1.2 Roboto, sans-serif;
  color: var(--gold);
  margin: 0 0 8px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.entry-meta {
  font: 400 13px/1.4 Roboto, sans-serif;
  color: var(--muted);
  margin: 10px 0 24px;
}
.entry-meta a { color: var(--muted); }

.featured-media { margin: 0 0 var(--sp-m); }
.featured-media img {
  width: 100%;
  /* Cap the banner so a tall photo cannot push the content below the fold. */
  aspect-ratio: 21 / 9;
  object-fit: cover;
  border-radius: var(--r-l);
  display: block;
}
@media (max-width: 760px) {
  .featured-media img { aspect-ratio: 16 / 9; }
}

.entry-footer {
  margin-top: var(--sp-m);
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}
.entry-footer a { color: var(--pri); }

.post-navigation {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: var(--sp-m);
}
.post-navigation a {
  font: 500 14px/1.4 Roboto, sans-serif;
  text-decoration: none;
  max-width: 45%;
}

.pagination {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: var(--sp-xl);
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px; height: 40px;
  padding: 0 12px;
  border-radius: var(--r-pill);
  background: var(--surface-sunken);
  color: var(--on-container);
  font: 500 14px/1 Roboto, sans-serif;
  text-decoration: none;
  transition: all .25s var(--ease);
}
.pagination .page-numbers:hover { background: var(--container); }
.pagination .page-numbers.current { background: var(--pri); color: #fff; }

/* ==========================================================================
   7. Buttons
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: var(--r-pill);
  padding: 12px 26px;
  font: 500 15px/1.2 Roboto, sans-serif;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: all .3s var(--ease);
}
.btn:hover { box-shadow: var(--sh-btn-hover); filter: brightness(1.04); }
.btn:active { transform: scale(.95); }

.btn--primary { background: var(--pri); color: #fff; }
.btn--primary:hover { color: #fff; }
.btn--light { background: #fff; color: var(--pri); }
.btn--light:hover { color: var(--pri); }
.btn--ghost { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, .4); }
.btn--ghost:hover { color: #fff; }
.btn--sm { padding: 8px 16px; font-size: 12px; }
.btn--md { padding: 10px 22px; font-size: 14px; }

.btn-row { display: flex; gap: 10px; flex-wrap: wrap; }

.link-more { font: 500 14px/1 Roboto, sans-serif; text-decoration: none; white-space: nowrap; }
.link-more:hover { text-decoration: underline; }

.link-back {
  display: inline-block;
  font: 500 13px/1 Roboto, sans-serif;
  text-decoration: none;
  margin-bottom: 14px;
}
.link-back:hover { text-decoration: underline; }

/* ==========================================================================
   8. Cards + grids
   ========================================================================== */

.mu-card { transition: box-shadow .35s var(--ease), transform .35s var(--ease); }
.mu-card:hover { box-shadow: var(--sh-card-hover); transform: translateY(-5px) scale(1.012); }

.grid { display: grid; gap: 16px; }
.grid--quick { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 14px; }
.grid--news { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.grid--news-lg { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.grid--media { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; }
.grid--tiles { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.grid--people { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
.grid--photos { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; }

.stack-gap { margin-bottom: var(--sp-xl); }

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.section-title { font: 500 22px/1.3 Roboto, sans-serif; margin: 0; }
.section-title--sm { font: 500 20px/1.3 Roboto, sans-serif; margin: 0 0 16px; }

/* News / post card */
.news-card {
  display: flex;
  flex-direction: column;
  background: var(--surface-sunken);
  border-radius: var(--r-m);
  overflow: hidden;
  box-shadow: var(--sh-card);
  text-decoration: none;
  height: 100%;
}
.news-card__media {
  aspect-ratio: 16 / 9;
  background: var(--pri);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font: 500 13px/1.2 Roboto, sans-serif;
  overflow: hidden;
}
.news-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-card__body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.news-card__date { font: 400 12px/1.2 Roboto, sans-serif; color: var(--gold); margin-bottom: 6px; }
.news-card__title {
  font: 500 16px/1.4 Roboto, sans-serif;
  color: var(--on-container);
  margin: 0 0 8px;
}
.news-card__excerpt { font: 400 13px/1.55 Roboto, sans-serif; color: var(--muted); margin: 0; }
/* Pushed to the bottom so every card in a row ends on the same line. */
.news-card__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 12px;
  font: 500 13px/1 Roboto, sans-serif;
  color: var(--pri);
}
.news-card__more svg { transition: transform .2s var(--ease); }
.news-card:hover .news-card__more svg,
.news-card:focus-visible .news-card__more svg { transform: translateX(3px); }

.tag-pill {
  display: inline-block;
  background: var(--container);
  color: var(--on-container);
  font: 500 11px/1.4 Roboto, sans-serif;
  padding: 3px 10px;
  border-radius: var(--r-pill);
  margin-bottom: 8px;
  text-decoration: none;
  text-transform: uppercase;
}
a.tag-pill:hover { background: var(--pri); color: #fff; }

.quick-tile {
  background: var(--surface-sunken);
  border-radius: var(--r-m);
  padding: 22px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: var(--sh-card);
}
.quick-tile span {
  font: 500 13px/1.3 Roboto, sans-serif;
  color: var(--on-container);
  text-align: center;
}

/* Quick-links menu rendered by wp_nav_menu on the home template. */
.imv-quick { list-style: none; margin: 0; padding: 0; }
.imv-quick li { display: flex; }
.imv-quick a {
  flex: 1;
  background: var(--surface-sunken);
  border-radius: var(--r-m);
  padding: 22px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: var(--sh-card);
  text-align: center;
  font: 500 13px/1.3 Roboto, sans-serif;
  color: var(--on-container);
  transition: box-shadow .35s var(--ease), transform .35s var(--ease);
}
.imv-quick a:hover {
  color: var(--on-container);
  box-shadow: var(--sh-card-hover);
  transform: translateY(-5px) scale(1.012);
}

.media-tile {
  background: var(--surface-sunken);
  border-radius: var(--r-s);
  padding: 22px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: var(--sh-card);
}
.media-tile span {
  font: 500 13px/1.3 Roboto, sans-serif;
  color: var(--on-container);
  letter-spacing: .03em;
  text-align: center;
}
.media-tile:hover span { color: var(--on-container); }

.info-tile { background: var(--surface-sunken); border-radius: var(--r-m); padding: 22px; }
.info-tile__icon { margin-bottom: 10px; line-height: 0; }
.info-tile__title { font: 500 16px/1.3 Roboto, sans-serif; color: var(--on-container); margin: 0 0 6px; }
.info-tile__desc { font: 400 13px/1.5 Roboto, sans-serif; color: var(--muted); margin: 0; }

.photo-tile {
  aspect-ratio: 1;
  border-radius: var(--r-xs);
  overflow: hidden;
  display: block;
  background: var(--container);
}
.photo-tile img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ==========================================================================
   9. Hero
   ========================================================================== */

.hero-row { display: flex; gap: 16px; padding: 16px 16px 0; align-items: stretch; }

.hero {
  flex: 3;
  min-height: 600px;
  background: linear-gradient(135deg, var(--pri), var(--pri-dark));
  padding: var(--sp-l) var(--sp-m) var(--sp-xl);
  border-radius: var(--r-xl);
  position: relative;
  overflow: hidden;
}
.hero__blob { position: absolute; border-radius: var(--r-pill); pointer-events: none; }
.hero__blob--1 { top: -60px; right: -60px; width: 220px; height: 220px; background: var(--pri-mid); opacity: .3; filter: blur(30px); }
.hero__blob--2 { bottom: -80px; left: -40px; width: 260px; height: 260px; background: var(--gold); opacity: .18; filter: blur(50px); }
.hero__blob--3 { top: 20%; left: 38%; width: 180px; height: 180px; background: #fff; opacity: .08; filter: blur(40px); }
.hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 14px;
  height: 100%;
  justify-content: center;
}

/* Photo hero: the scrim is what keeps the copy readable over any image, so it
   is painted from a dark base rather than tuned to one particular photo.
   Tinted with the brand blue (--pri, #17458F) rather than a near-black navy,
   so that colour — not an unrelated near-black — is what reads as dominant
   once it is blended over the photo. */
.hero--photo {
  background-color: var(--pri);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__scrim { display: none; }
.hero--photo .hero__scrim {
  display: block;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(23, 69, 143, .32) 0%, rgba(23, 69, 143, .60) 55%, rgba(15, 50, 105, .82) 100%),
    radial-gradient(115% 85% at 50% 55%, rgba(23, 69, 143, .52) 0%, rgba(23, 69, 143, .10) 100%);
}
.hero--photo .hero__title { text-shadow: 0 2px 18px rgba(6, 18, 42, .75); }
.hero--photo .hero__tagline { text-shadow: 0 2px 14px rgba(6, 18, 42, .8); }
.hero--photo .hero__text { color: rgba(255, 255, 255, .94); text-shadow: 0 1px 12px rgba(6, 18, 42, .8); }
.hero--photo .btn--ghost { background: rgba(255, 255, 255, .12); backdrop-filter: blur(3px); }

@media (max-width: 860px) {
  .hero { min-height: 300px; }
}
.hero__title {
  font: 700 clamp(22px, 3.6vw, 38px)/1.2 Roboto, sans-serif;
  color: #fff;
  width: 88%;
  margin: 0;
}
.hero__tagline {
  font: 600 15px/1.4 Roboto, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gold);
  width: 88%;
  margin: 0 0 -4px;
}
.hero__intro { display: flex; flex-direction: column; gap: 10px; width: 88%; }
.hero__text { font: 400 16px/1.6 Roboto, sans-serif; color: rgba(255, 255, 255, .8); margin: 0; }
.hero .btn-row { margin-top: 8px; justify-content: flex-start; width: 88%; }

/* Same lift-and-grow-shadow interaction as .cause-cta__btn ("Διαβάστε
   αναλυτικά"), so every call-to-action in and around the hero behaves the
   same way. The shadow is tinted ink-navy rather than that button's gold,
   to read correctly against the hero's own blue instead of clashing. */
.hero .btn-row .btn,
.hero-side .btn {
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.hero .btn-row .btn:hover,
.hero .btn-row .btn:focus-visible,
.hero-side .btn:hover,
.hero-side .btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(6, 18, 42, .38);
}

.hero-side {
  flex: 1;
  min-width: 140px;
  max-width: 280px;
  background: var(--pri);
  border-radius: var(--r-xl);
  padding: 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-side__label { font: 500 12px/1.2 Roboto, sans-serif; opacity: .8; letter-spacing: .04em; text-transform: uppercase; }
.hero-side__cover {
  background: var(--surface-sunken);
  border-radius: 14px;
  min-height: 110px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-side__cover img { width: 100%; height: 100%; object-fit: cover; }
/* A magazine cover must never be cropped, so the issue variant contains it. */
.hero-side__cover--issue { min-height: 0; padding: 8px; transition: transform .25s var(--ease); }
.hero-side__cover--issue img { height: auto; max-height: 340px; object-fit: contain; border-radius: 6px; }
.hero-side__cover--issue:hover, .hero-side__cover--issue:focus-visible { transform: translateY(-3px); }
.hero-side__issue { font: 500 15px/1.35 Roboto, sans-serif; }
.hero-side__issue a { color: #fff; text-decoration: none; }
.hero-side__issue a:hover, .hero-side__issue a:focus-visible { text-decoration: underline; }
.hero-side__period { display: block; font: 400 12px/1.4 Roboto, sans-serif; opacity: .8; }
.hero-side__text { font: 400 12px/1.5 Roboto, sans-serif; opacity: .85; flex: 1; margin: 0; }
.hero-side .btn { align-self: flex-start; margin-top: 2px; }

@media (max-width: 860px) {
  .hero-row { flex-direction: column; }
  .hero, .hero-side { flex: 1 1 auto; }
  .hero-side { max-width: none; }
  .hero__title, .hero__tagline, .hero__intro, .hero .btn-row { width: 100%; }
}

.page-intro { padding: var(--sp-l) var(--sp-m) var(--sp-xl); }
.page-intro--sunken { background: var(--surface-sunken); border-radius: 0 0 40px 40px; }
.page-intro--container { background: var(--container); border-radius: 0 0 40px 40px; }
.display-title { font: 700 clamp(22px, 3.4vw, 34px)/1.25 Roboto, sans-serif; max-width: 640px; margin: 0; }
.lede { font: 400 15px/1.6 Roboto, sans-serif; color: var(--muted); max-width: 600px; margin: 10px 0 0; }

/* Archive / taxonomy header banner */
.archive-hero {
  background: linear-gradient(135deg, var(--pri), var(--pri-dark));
  padding: var(--sp-l) var(--sp-m);
  color: #fff;
}
.archive-hero .page-title { color: #fff; }
.archive-hero .page-subtitle { color: rgba(255, 255, 255, .82); }

/* Banner strip */
.banner {
  background: var(--container);
  border-radius: var(--r-xl);
  padding: var(--sp-m);
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner__label { font: 500 13px/1.2 Roboto, sans-serif; color: var(--on-container); margin-bottom: 4px; text-transform: uppercase; }
.banner__title { font: 500 20px/1.3 Roboto, sans-serif; color: var(--on-container); margin: 0; }
.banner__meta { font: 400 14px/1.4 Roboto, sans-serif; color: var(--muted); margin: 4px 0 0; }

.contact-strip {
  background: var(--surface-sunken);
  border-radius: var(--r-l);
  padding: var(--sp-m);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact-strip__list { display: flex; gap: 22px; flex-wrap: wrap; }
.contact-strip__item {
  display: flex; gap: 10px; align-items: center;
  font: 400 14px/1.4 Roboto, sans-serif;
  color: var(--ink); text-decoration: none;
}
.contact-strip__item:hover { color: var(--pri); }

/* --------------------------------------------------------- breadcrumbs --- */

.breadcrumbs { margin: 0 0 14px; }
.breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font: 400 13px/1.5 Roboto, sans-serif;
  color: var(--muted);
}
.breadcrumbs li { display: flex; align-items: center; gap: 6px; }
.breadcrumbs li + li::before {
  content: "›";
  color: var(--muted);
  opacity: .6;
}
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--pri); text-decoration: underline; }
.breadcrumbs [aria-current="page"] { color: var(--ink); font-weight: 500; }

.archive-hero .breadcrumbs ol,
.archive-hero .breadcrumbs a,
.archive-hero .breadcrumbs li + li::before { color: rgba(255, 255, 255, .75); }
.archive-hero .breadcrumbs a:hover { color: #fff; }
.archive-hero .breadcrumbs [aria-current="page"] { color: #fff; }

/* ------------------------------------------------- page-tree navigation --- */

.page-nav .widget-title a { color: var(--on-container); text-decoration: none; }
.page-nav .widget-title a:hover { text-decoration: underline; }
.page-nav ul { gap: 2px; }
.page-nav li a {
  display: block;
  padding: 8px 12px;
  border-radius: 12px;
  color: var(--on-container);
  font: 400 14px/1.45 Roboto, sans-serif;
  text-decoration: none;
  transition: background .2s ease;
}
.page-nav li a:hover { background: var(--container); text-decoration: none; }
.page-nav li.is-current > a {
  background: var(--pri);
  color: #fff;
  font-weight: 500;
}

/* ==========================================================================
   10. Sidebar + widgets
   ========================================================================== */

.widget-area { display: flex; flex-direction: column; gap: 16px; }
.widget {
  background: var(--surface-sunken);
  border-radius: var(--r-m);
  padding: 20px;
}
.widget-title {
  font: 500 15px/1.3 Roboto, sans-serif;
  color: var(--on-container);
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.widget ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.widget li { font-size: 14px; line-height: 1.5; }
.widget a { text-decoration: none; }
.widget a:hover { text-decoration: underline; }
.widget select { width: 100%; padding: 10px; border-radius: 12px; border: 1px solid var(--line); }

/* ==========================================================================
   11. Forms (incl. Contact Form 7)
   ========================================================================== */

.field { display: flex; flex-direction: column; margin-bottom: 14px; }

input[type=text], input[type=email], input[type=url], input[type=tel],
input[type=number], input[type=password], input[type=search], input[type=date],
textarea, select {
  border: none;
  border-bottom: 2px solid #6B7280;
  background: var(--field);
  border-radius: 12px 12px 0 0;
  padding: 0 16px;
  height: 56px;
  font: 400 15px/1.4 Roboto, sans-serif;
  color: var(--ink);
  width: 100%;
  transition: border-color .2s ease, background .2s ease;
}
textarea { padding: 14px 16px; height: auto; min-height: 110px; resize: vertical; }
input:focus, textarea:focus, select:focus {
  border-bottom-color: var(--pri);
  background: var(--container);
  outline: none;
}
::placeholder { color: var(--muted); }

input[type=submit], button[type=submit], .wpcf7-submit {
  border: none;
  border-radius: var(--r-pill);
  padding: 14px 28px;
  height: auto;
  width: auto;
  background: var(--pri);
  color: #fff;
  font: 500 15px/1.2 Roboto, sans-serif;
  cursor: pointer;
  transition: all .3s var(--ease);
}
input[type=submit]:hover, button[type=submit]:hover, .wpcf7-submit:hover {
  box-shadow: var(--sh-btn-hover);
  filter: brightness(1.04);
}

/* Contact Form 7 */
.wpcf7 { max-width: 620px; }
.wpcf7-form label { display: block; font: 500 13px/1.4 Roboto, sans-serif; color: var(--on-container); margin-bottom: 6px; }
.wpcf7-form p { margin-bottom: 16px; }
.wpcf7 .wpcf7-response-output {
  border-radius: 14px;
  border-width: 1px;
  padding: 12px 16px;
  font-size: 14px;
  margin: 16px 0 0;
}
.wpcf7-not-valid-tip { color: #B3261E; font-size: 12.5px; margin-top: 6px; }
.wpcf7 .wpcf7-spinner { margin: 0 0 0 12px; }

.search-form { display: flex; gap: 8px; }
.search-form .search-field { flex: 1; }
.search-form .search-submit { flex: none; }

/* ==========================================================================
   12. Footer
   ========================================================================== */

.site-footer {
  background: var(--pri-dark);
  color: #fff;
  padding: var(--sp-l) var(--sp-m);
  border-radius: 0 0 var(--r-frame) var(--r-frame);
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  margin-bottom: var(--sp-m);
}
.site-footer .widget { background: transparent; padding: 0; border-radius: 0; }
.site-footer .widget-title,
.footer-heading {
  font: 500 13px/1.2 Roboto, sans-serif;
  color: #fff;
  opacity: .7;
  letter-spacing: .05em;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.site-footer a { color: #fff; opacity: .85; text-decoration: none; }
.site-footer a:hover { color: #fff; opacity: 1; text-decoration: underline; }
.site-footer .widget li,
.footer-text { font: 400 13px/1.7 Roboto, sans-serif; opacity: .85; }
.footer-links { display: flex; flex-direction: column; gap: 8px; list-style: none; margin: 0; padding: 0; }
.footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer-contact a, .footer-contact span {
  display: flex; gap: 8px; align-items: center;
  font: 400 13px/1.4 Roboto, sans-serif;
  opacity: .85; color: #fff;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .13);
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-bottom__name { font: 500 15px/1.3 Roboto, sans-serif; letter-spacing: .02em; }
/* Rights statement on the left, sponsor credit pinned right. */
.footer-bottom__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
  align-items: flex-end;
  justify-content: space-between;
}
.footer-bottom__meta { flex: 1 1 460px; min-width: 0; opacity: .72; }
.footer-bottom__copy { font: 400 12px/1.6 Roboto, sans-serif; margin: 0; max-width: 900px; }
.footer-bottom__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  font: 400 12px/1.4 Roboto, sans-serif;
}
.footer-bottom__legal a { text-decoration: underline; text-underline-offset: 2px; }
.footer-bottom__credit {
  flex: none;
  font: 400 12px/1.4 Roboto, sans-serif;
  opacity: .72;
  text-align: right;
}
.footer-bottom__credit a { text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 700px) {
  .footer-bottom__credit { text-align: left; }
}

/* Three columns: who we are, how to reach us, the legal pages. */
.footer-cols { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); align-items: start; }
.footer-brand__logo { display: inline-flex; line-height: 0; }
.footer-brand__logo img { display: block; width: auto; max-width: 240px; height: auto; }
.footer-brand__text { font: 400 13px/1.7 Roboto, sans-serif; opacity: .85; margin: 14px 0 0; }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.footer-social__link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px 8px 12px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .1);
  font: 500 13px/1 Roboto, sans-serif;
  transition: background .2s var(--ease);
}
.footer-social__link:hover, .footer-social__link:focus-visible { background: rgba(255, 255, 255, .2); text-decoration: none; }
.footer-legal-hint { font: 400 12px/1.5 Roboto, sans-serif; opacity: .6; margin: 10px 0 0; }

/* Widgets inherited from a previous theme render below the designed columns,
   never instead of them. */
.footer-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
  margin: var(--sp-m) 0 0;
  padding-top: var(--sp-m);
  border-top: 1px solid rgba(255, 255, 255, .13);
}
.footer-widgets-hint {
  font: 400 12px/1.5 Roboto, sans-serif;
  opacity: .6;
  margin: 12px 0 0;
}

/* ==========================================================================
   12a. Ενότητες αρχικής: Ιμβριακό Ζήτημα + Facebook
   ========================================================================== */

.cause-cta {
  position: relative;
  overflow: hidden;
  /* Sections inside .section space themselves; these two are not cards in a
     grid, so they carry their own bottom gap. */
  margin: 0 0 var(--sp-xl);
  padding: var(--sp-l) var(--sp-m);
  border-radius: var(--r-xl);
  background: linear-gradient(135deg, var(--gold) 0%, #B8791A 55%, var(--gold-dark) 100%);
  color: #fff;
}
.cause-cta__glow {
  position: absolute;
  top: -140px; right: -90px;
  width: 340px; height: 340px;
  border-radius: var(--r-pill);
  background: #fff;
  opacity: .16;
  filter: blur(60px);
  pointer-events: none;
}
.cause-cta__inner { position: relative; }
.cause-cta__eyebrow {
  font: 500 12px/1.2 Roboto, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
  margin: 0 0 8px;
}
.cause-cta__title {
  font: 700 clamp(22px, 3vw, 32px)/1.2 Roboto, sans-serif;
  color: #fff;
  margin: 0 0 12px;
  text-shadow: 0 1px 12px rgba(97, 64, 6, .38);
}
.cause-cta__text {
  font: 400 16px/1.7 Roboto, sans-serif;
  color: rgba(255, 255, 255, .95);
  margin: 0 0 20px;
}
.cause-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: var(--r-pill);
  background: var(--surface);
  color: var(--gold-dark);
  font: 500 16px/1 Roboto, sans-serif;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(97, 64, 6, .3);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.cause-cta__btn:hover, .cause-cta__btn:focus-visible {
  color: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(97, 64, 6, .42);
}
.cause-cta__btn svg { transition: transform .2s var(--ease); }
.cause-cta__btn:hover svg { transform: translateX(3px); }

/* The Facebook plugin is a fixed-width iframe, so the box caps its own width
   and stays centred rather than stretching across the full content column. */
.fb-feed { margin-bottom: var(--sp-xl); }

/*
 * Posts fetched via the Graph API or imported as articles render with the
 * .news-card classes above — same markup as template-parts/content-card.php —
 * so a Facebook post is visually identical to any other article card.
 */
.fb-feed__admin { font: 400 12px/1.5 Roboto, sans-serif; color: var(--muted); margin: 12px 0 0; }

.fb-feed__box {
  border-radius: var(--r-l);
  background: var(--container);
  overflow: hidden;
  min-height: 260px;
  display: grid;
  place-items: center;
}
.fb-feed__box.is-loaded { background: transparent; min-height: 0; }
/* The SDK renders its own iframe inside this div and sizes it itself —
   data-width="auto" only works through the SDK, so nothing here needs to
   fix a width or height by hand. */
.fb-feed__box .fb-page { display: block; width: 100%; max-width: 520px; }
.fb-feed__consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 460px;
  padding: 32px 24px;
  text-align: center;
}
.fb-feed__consent-text { font: 400 14px/1.6 Roboto, sans-serif; color: var(--on-container); margin: 0; }
.fb-feed__direct { font: 400 13px/1.4 Roboto, sans-serif; color: var(--muted); }

/* Posts embedded straight from Facebook's own "Ενσωμάτωση" dialog. */
.fb-embeds {
  border-radius: var(--r-l);
  background: var(--container);
  display: grid;
  place-items: center;
}
.fb-embeds.is-loaded, .fb-embeds--direct { background: transparent; border-radius: 0; display: block; }
.fb-embeds__grid { display: none; width: 100%; }
.fb-embeds.is-loaded .fb-embeds__grid, .fb-embeds--direct .fb-embeds__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--sp-m);
  align-items: start;
}
.fb-embeds__item {
  border-radius: var(--r-m);
  overflow: hidden;
  background: var(--surface);
  min-height: 130px;
}
/* Same reasoning as .fb-feed__box .fb-page above: the SDK sizes its own
   iframe once it parses this div, using data-width="auto" against however
   wide this element actually renders — which is why it must be a real
   block-level box with its own width, not left to shrink to content. */
.fb-embeds__item .fb-post { display: block; width: 100%; }

/* ==========================================================================
   12b. Prefooter call to action
   ========================================================================== */

.cta-banner {
  position: relative;
  overflow: hidden;
  margin: 0 16px 16px;
  padding: var(--sp-l) var(--sp-m);
  border-radius: var(--r-xl);
  /* Same surface as the page body, with no outline at all — the block is set
     apart by its spacing and by the weight of the button, not by a frame. */
  background: var(--surface);
  color: var(--ink);
}
.cta-banner__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  align-items: center;
  justify-content: space-between;
}
/* The body takes whatever the button does not, so no void opens between the
   two on a wide screen. */
.cta-banner__body { flex: 1 1 420px; min-width: 0; }
.cta-banner__title {
  font: 700 clamp(20px, 2.6vw, 28px)/1.25 Roboto, sans-serif;
  color: var(--ink);
  margin: 0 0 6px;
}
.cta-banner__text {
  font: 400 15px/1.6 Roboto, sans-serif;
  color: var(--muted);
  margin: 0;
}
.cta-banner__btn {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: var(--r-pill);
  background: var(--pri);
  color: #fff;
  font: 500 16px/1 Roboto, sans-serif;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(23, 69, 143, .28);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.cta-banner__btn:hover, .cta-banner__btn:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--sh-btn-hover);
}
.cta-banner__btn svg { transition: transform .2s var(--ease); }
.cta-banner__btn:hover svg { transform: translateX(3px); }

@media (max-width: 700px) {
  .cta-banner { margin: 0 10px 10px; }
  .cta-banner__inner { flex-direction: column; align-items: flex-start; }
  .cta-banner__btn { width: 100%; justify-content: center; }
}

/* ==========================================================================
   13. Motion
   ========================================================================== */

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.js .reveal { opacity: 0; }
.js .reveal.is-visible { animation: fadeInUp .55s var(--ease) backwards; opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .js .reveal { opacity: 1; }
  .mu-card:hover { transform: none; }
}

/* ==========================================================================
   14. WPBakery guards
   Keep builder output working inside the themed shell.
   ========================================================================== */

.vc_row { margin-left: 0; margin-right: 0; }
.entry-content .vc_column-inner { box-sizing: border-box; }
/* WPBakery computes full-width offsets from the document; contain them. */
.vc_row[data-vc-full-width] { overflow-x: clip; }
.wpb_content_element { margin-bottom: 1.5em; }
.wpb_text_column :last-child { margin-bottom: 0; }

/* ==========================================================================
   15. Print
   ========================================================================== */

@media print {
  .page-wrap { padding: 0; }
  .frame { box-shadow: none; max-width: none; }
  .site-header, .nav-toggle, .skip-link, .widget-area, .pagination { display: none; }
  .js .reveal { opacity: 1; }
  body { background: #fff; }
}

/* ==========================================================================
   16. WPBakery fallback layout
   Used only when the builder plugin is inactive and the theme renders its
   shortcodes itself (see inc/wpbakery-fallback.php).
   ========================================================================== */

.imv-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 24px;
  align-items: flex-start;
}
.imv-col {
  flex-grow: 1;
  min-width: 240px;
  max-width: 100%;
}
.imv-col > :last-child { margin-bottom: 0; }

.imv-map {
  border-radius: var(--r-l);
  overflow: hidden;
  line-height: 0;
}
.imv-map iframe { display: block; width: 100%; border: 0; }

@media (max-width: 760px) {
  .imv-row { gap: 18px; }
  .imv-col { flex-basis: 100% !important; }
}
