:root{
  --whs-accent:#0ea5a4;
  --whs-filter-active-bg:rgba(14,165,164,.1);
  --whs-border:#e5e7eb;
  --whs-panel:#fff;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0; /* Remove default body margin */
  color: #333;
  background-color: #fff;
}

.container {
  /*max-width: 900px;*/
  margin: 20px auto; /* Add vertical margin here */
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* use .no-shadow class instead of overriding container globally */
.container.no-shadow {
  box-shadow: none !important;
  border: none !important;
}

h1, h2, h3, h4 {
  color: #2c3e50;
}

h1 {
  text-align: center;
  border-bottom: 2px solid #ccc;
}
h2 {
  padding-bottom: 10px;
  margin-top: 40px;
}
h3 { color: #34495e; margin-top: 25px; }

.section-intro {
  margin-bottom: 30px;
  font-size: 1.1em;
  color: #555;
}

/* Cards */
.card-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1.5rem;
}
.daytrip-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fdfdfd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.card-image { width: 100%; height: auto; object-fit: cover; display: block; }
.card-content { padding: 1.2rem; }
.card-content h3 { margin-top: 0; font-size: 1.3rem; line-height: 1.4; }
.card-content ul { margin: 0.5rem 0 0; padding-left: 1.2rem; }

/*.note {
  background-color: #ffeccf;
  border-left: 5px solid #ffc107;
  padding: 15px;
  margin-top: 30px;
  border-radius: 4px;
}*/

.note {
  background-color: #f1fbfb;
  border-left: 5px solid #1976d2;
  padding: .75em 1em;
  margin-top: 30px;
  border-radius: 6px;
}

.highlight-list { list-style-type: disc; margin-left: 20px; margin-bottom: 15px; }
.highlight-list li { margin-bottom: 5px; }
.world-heritage-list { list-style-type: square; margin-left: 20px; margin-bottom: 15px; }
.world-heritage-list li { margin-bottom: 5px; font-weight: bold; }

/* === UNESCO feature: badge + section === */
.whs-color { color: var(--whs-accent); }

.badge-whs {
  display:inline-block;
  margin:.25rem 0 .75rem;
  padding:.2rem .55rem;
  font-size:.8rem;
  font-weight:700;
  border-radius:999px;
  border:1px solid var(--whs-accent);
  background:var(--whs-filter-active-bg);
  color:var(--whs-accent);
  text-decoration:none;
  vertical-align:middle;
  position: relative;

  /* extra space so icon never overlaps */
  padding-left: 1.9rem;
}

.badge-whs::before {
  content: "🏛️";
  position: absolute;
  left: .6rem;               /* nudged a little right */
  top: 50%;
  transform: translateY(-50%);
  font-size: .85em;          /* slightly smaller so it sits neatly */
  line-height: 1;
  pointer-events: none;
}

.badge-whs:hover,
.badge-whs:focus {
  outline:0;
  box-shadow:0 0 0 3px rgba(14,165,164,.15);
}


.badge-whs img{ vertical-align:-2px; }

#whs-site{
  border-left:4px solid var(--whs-accent);
  padding-left:.75rem;
  margin:1rem 0;
  border-radius: 15px;
}
#whs-site h2{
  margin:0 0 .4rem;
  color:var(--whs-accent);
  font-weight:700;
}
#whs-site p{ margin:.4rem 0; }
#whs-site .whs-note { margin:.4rem 0 0; font-size:.95rem; }
#whs-site .whs-note a { font-weight:700; }

.whs-chip{
  display:inline-block;
  padding:.15rem .55rem;
  border:1px solid var(--whs-accent, #0ea5a4);
  border-radius:999px;
  background:var(--whs-filter-active-bg, rgba(14,165,164,.08));
  color:var(--whs-accent, #0ea5a4);
  text-decoration:none;
  font-weight:700;
  line-height:1.2;
  vertical-align:baseline;
}
.whs-chip:hover{ box-shadow:0 0 0 3px rgba(14,165,164,.15); }
.whs-chip:focus{ outline:0; box-shadow:0 0 0 3px rgba(14,165,164,.25); }

/* Responsive badge */
.badge-text-full { display: inline; }
.badge-text-short { display: none; }
@media (max-width: 576px) {
  .badge-text-full { display: none; }
  .badge-text-short { display: inline; }
}

/* ========== KEEP (new header-row system) ========== */
.header-row {
  display: flex;
  justify-content: space-between;  /* logo left, tools right */
  align-items: center;
  padding: 8px 0;
}
.logo-img{
  display:block;
  width:auto;
  height:auto;
  max-height: clamp(120px, 12vw, 175px);
}
.logo-link{ display:inline-block; }

.tools-select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background:#f9f9f9;
  border:1px solid #ddd;
  border-radius:999px;
  padding:.45rem .9rem;
  font-weight:600;
  font-size:.95rem;
  line-height:1;
  color:#999;
  cursor:pointer;
  white-space:nowrap;
}
@media (max-width:480px){
  .header-row{ gap:8px; }
  .tools-select{
    padding:.45rem .8rem;
    font-size:.9rem;
    min-width: 90px;
    max-width: 150px;
  }
}

/* extend to full width of container */
.full-width {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 0 1rem 0;
  box-sizing: border-box;
}
.full-bleed {
  display: block;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: auto;
}

/* Styling for Header/Logo Block */
/* Tighter header container (reduces top space vs. regular .container) */
.container.header-wrap{
  margin: 10px auto;           /* was 20px; trims 10px off the top */
  padding: 12px 30px 14px 30px;/* was 30px all around; trims top notably */
}

/* 3-line header skeleton */
.header-3line{ }
.header-top{
  display:flex;
  justify-content:flex-end;    /* Tools to top-right */
  align-items:center;
}
.header-middle{
  display:flex;
  justify-content:flex-start;  /* Logo left */
  align-items:center;
  padding-top: 4px;            /* tiny breath below the Tools row */
}

/* Keep your existing logo sizing */
.logo-img{
  display:block;
  width:auto;
  height:auto;
  max-height: clamp(120px, 12vw, 175px);
}

/* Your existing Tools style is fine; keeps muted look */
.tools-select{
  appearance:none; -webkit-appearance:none; -moz-appearance:none;
  background:#f9f9f9;
  border:1px solid #ddd;
  border-radius:999px;
  padding:.45rem .9rem;
  font-weight:600;
  font-size:.95rem;
  line-height:1;
  color:#999;
  cursor:pointer;
  white-space:nowrap;
}

/* WHS chip sits below header, right-aligned above H1 */
.page-meta{
  display:flex;
  justify-content:flex-end;    /* far right */
  margin: 4px 0 8px;           /* small gap above H1 */
}
.badge-whs.badge-inmeta{
  position: static;            /* ensure it participates in flow */
  padding:.25rem .6rem;
  font-size:.85rem;
}

/* Keep your responsive label swap */
.badge-text-full { display:inline; }
.badge-text-short { display:none; }
@media (max-width: 576px){
  .badge-text-full { display:none; }
  .badge-text-short { display:inline; }
}

/* Optional: Tools a touch narrower on very small phones */
@media (max-width: 480px){
  .tools-select{
    padding:.4rem .6rem;
    font-size:.9rem;
    min-width: 92px;
    max-width: 160px;
  }
} /* end header/logo */

/* Float left / right block */
.left-responsive {
  display: block;
  margin: 0 auto; /* center by default */
  max-width: 100%; /* keeps it responsive */
  float: none; /* don’t float on small screens */
}

@media (min-width: 768px) {
  .left-responsive {
    float: left;       /* only float on larger screens */
    margin: 0 15px 15px 0!important; /* spacing between text and map */
  }
}

.right-responsive {
  display: block;
  margin: 0 auto;   /* center by default */
  max-width: 100%;  /* shrink to fit smaller screens */
  float: none;
}

@media (min-width: 768px) {
  .right-responsive {
    float: right;
    margin: 0 0 15px 15px!important; /* spacing on the left - Right-floating images usually want extra space on their left*/
  }
}

/* genric chip class sty;ing */
.chip {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin: 0.15rem;
  border: 1px solid #ccc;
  border-radius: 999px;   /* fully rounded */
  background: #f8f8f8;
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  transition: background 0.2s, box-shadow 0.2s;
}

.chip:hover,
.chip:focus {
  background: #e9e9e9;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
  text-decoration: none;
} /* end chip class styling */

/*.btm-curve {border-bottom: solid; border-width: 3px; border-radius: 10px; padding: 0 0; border-color: #652DA1; background-image: linear-gradient(
    to top, rgba(255, 255, 255, 0), #ccc 130px );}*/

.btm-curve {border-bottom: solid; border-width: 3px; border-radius: 10px; padding: 0 0; border-color: #1976d2; background-image: linear-gradient(
    to top, rgba(255, 255, 255, 0), #1976d2 150px );}
    
/* ========================================
/* additional classes incorporating Footer & Your World, Your Pace */
.lt-callout {
  text-align: center;
  margin: 2rem auto;
  padding: 1rem;
  border-top: 1px solid #ccc;
  max-width: 500px;
}
.lt-feet {
  max-width: 220px;   /* keep it smaller than main logo */
  height: auto;
  opacity: 0.9;       /* softer presence than header/footer logos */
}
.lt-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}

/* break between parts/section */
.lt-divider::before,
.lt-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ddd;
  margin: 0 1rem;
}
.lt-divider-img {
  max-height: 80px;
  opacity: 0.8;
}

/* start footer */
.lt-footer {
  margin-top: 2rem;
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  padding: 2rem 1rem;
  text-align: center;
}

.lt-footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.lt-footer-nav,
.lt-footer-contact {
  text-align: left;
}

.lt-footer-nav h4,
.lt-footer-contact h4 {
  font-size: .85rem;
  margin-bottom: 0.25rem;
}

.lt-footer-nav ul,
.lt-footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lt-footer-nav li,
.lt-footer-contact li {
  margin: 0.1rem 0;       /* almost no vertical margin */
}

.lt-footer-nav a,
.lt-footer-contact a {
  font-size: 0.8rem;      /* smaller font (about 12.8px if root=16px) */
  line-height: 1.2;       /* noticeably tighter spacing */
  text-decoration: none;
  color: #444;
}

.lt-footer-logo {
  text-align: center;
}

.lt-footer-img {
  max-width: 220px;
  height: auto;
  opacity: 0.95;
}

.lt-footer-copy {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: #666;
}

/* Pull side columns inward to even the gaps */
.lt-footer-nav { justify-self: end; }     /* left column hugs the logo side */
.lt-footer-contact { justify-self: start; } /* right column hugs the logo side */

/* (Optional) make the middle gap predictable */
.lt-footer-inner { column-gap: 2rem; }    /* or clamp(1rem, 5vw, 3rem) */

@media (max-width: 768px) {
  .lt-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .lt-footer-nav,
  .lt-footer-contact {
    justify-self: center;  /* override desktop alignment */
    text-align: center;    /* center text as well */
  }
}