/* =========================================
   PLACE TEMPLATE – BASE
========================================= */

.destination-page--place .destination-content--place {
  max-width: 720px;
  margin: 0 auto;
}

.destination-page--place .destination-content--place p {
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 16px;
  color: #333;
}

.destination-page--place .destination-content--place h2 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}

.destination-page--place .destination-content--place h3 {
  margin-top: 25px;
  margin-bottom: 10px;
}

/* =========================================
   RELATED PLACES (TEXT LINKS – SEO)
========================================= */

.destination-page--place .destination-related-places {
  margin: 0px 0;
}

.destination-page--place .destination-related-places h2 {
  font-size: 22px;
  margin-bottom: 12px;
  column-gap: 30px;
  margin-top: 10px;
}

.destination-page--place .related-places-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.destination-page--place .related-places-list li {
  margin-bottom: 6px;
  break-inside: avoid;
}

.destination-page--place .related-places-list a {
  color: #1a1a1a;
  text-decoration: underline;
  font-weight: 500;
  transition: 0.2s ease;
}

.destination-page--place .related-places-list a:hover {
  color: #000;
}

/* =========================================
   HOTEL CTA (BO NÄRA)
========================================= */

.destination-page--place .destination-place-hotel {
  margin: 30px 0 15px;
}

.destination-page--place .destination-place-hotel .destination-container {
  background: #f8fafc;
  padding: 20px;
  border-radius: 12px;
  border-left: 4px solid #ddd;
}

.destination-page--place .destination-place-hotel h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.destination-page--place .destination-place-hotel p {
  margin-bottom: 10px;
}

.destination-page--place .destination-place-hotel a {
  font-weight: 600;
  text-decoration: underline;
}

/* =========================================
   SECTION SPACING
========================================= */

.destination-page--place .destination-section + .destination-section {
  margin-top: 20px;
}

.destination-page--place .destination-place-hotel + .getyourguide--place {
  margin-top: -10px;
}

/* =========================================
   MOBILE OPTIMIZATION
========================================= */

@media (max-width: 768px) {

  .destination-page--place .destination-content--place {
    padding: 0 16px;
  }

  .destination-page--place .destination-content--place p {
    font-size: 15px;
  }

  .destination-page--place .destination-related-places {
    margin: 30px 0;
  }

}