/* ==== GLOBAL PAGE ==== */

/* Page details section */

/* Spacing above */
.et_pb_section.hp-page-details-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hp-page-details-section > * {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

/* Hero image row section */
.hp-page-details-section-image-row,
.hp-page-details-section-map-row {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Hero image row */
.hp-page-details-section-image-row-image img {
  max-height: 600px;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* Map row */
.hp-page-details-section-map-row-map .et_pb_map {
  max-height: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
}

/* Description row */
.hp-page-details-section-description-row {
  margin-top: 0.5rem;
}

.hp-page-details-section-description-row-text {
  padding-top: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #555;
}

/* Text Headings */

/* h2: Main section title */
.hp-page-details-section-description-row-text h2 {
  font-size: 23px;
  font-weight: 700;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 12px;
  border-bottom: 2px solid #3498db;
  padding-bottom: 8px;
}

/* h3: Subsection title */
.hp-page-details-section-description-row-text h3 {
  font-size: 22px;
  font-weight: 600;
  color: #34495e;
  margin: 0;
  border-left: 4px solid #3498db;
  padding-left: 10px;
  display: flex;
  align-items: center;
  min-height: 40px;
}

/* h4: Numbered points */
.hp-page-details-section-description-row-text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin-top: 20px;
  margin-bottom: 0;
}

/* Paragraphs */
.hp-page-details-section-description-row-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Affiliate links */
.hp-page-details-section-description-row-text a {
  color: #3498db;
  text-decoration: underline;
  font-weight: 600;
}

.hp-page-details-section-description-row-text a:hover {
  color: #1abc9c;
  text-decoration: none;
}

/* Copyright Notice */
.hp-page-details-section-description-row-copyright {
  font-size: 14px;
  line-height: 1.5;
  color: #777;
  font-style: italic;
  text-align: center;
  margin-bottom: 1rem;
}
