/* layout.css */
.container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
.section {
  padding: 4rem 0;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-content {
  flex: 1; /* Detta trycker ner footern */
}

.rd-footer {
  background: #1a1a1a;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}

/* =========================================
   GEO TEMPLATE – Smalare galleri
========================================= */

.geo-template .destination-gallery .destination-container-gallery {
  max-width: 800px;
  margin: 0 auto;
}

body.page-template-template-destination .site-content,
body.page-template-template-place .site-content,
body.page-template-template-guide .site-content,
body.page-template-template-ski .site-content,
body.page-template-template-nature .site-content {
  width: 100%;
  max-width: 1440px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.destination-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}


.destination-map .embed-map-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.guide {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.blurbs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.fact-blurbs {
  background-color: transparent;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 3rem;
}

.fact-blurbs h3 {
  text-align: center;
  margin-bottom: 2rem;
}

/* =========================
   GLOBAL CONTAINER SYSTEM
   1440px Premium Baseline
========================= */

.page-container,.page-content,.page-title {
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.filter-intro {
  background: #fafafa;
  padding: 2rem 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.filter-intro-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.filter-intro h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333;
}

.filter-intro p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #555;
}