/* --------------------------- activities.html -----------------------------  */
.activitiesTableWithPrice {
  display: inline-block;
  max-width: 350px;
  margin: 0 auto;
  vertical-align: top;
  border-width: 1px 1px 0 0;
  border-spacing: 0;
  border-color: #d2bd86;
  border-collapse: collapse;
  border-style: solid;
  margin-bottom: 10px;
}

.activitiesTableWithPrice td {
  border-width: 0 0 1px 1px;
  border-spacing: 0;
  border-color: #d2bd86;
  border-collapse: collapse;
  border-style: solid;
  padding: 8px 8px 8px 13px;
}
.activitiesTableWithPrice td:nth-child(1) {
  text-align: left;
}
.activitiesTableWithPrice td:nth-child(2) {
  text-align: right;
  max-width: 80px;
}
.activitiesTableWithPrice .rowHighlighted {
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  background-color: rgb(1, 75, 66);
}

.activitiesGolfTableWithPrice {
  display: inline-block;
  max-width: 498px;
  margin: 0 auto;
  vertical-align: top;
  /*border-width: 1px 1px 1px 1px;*/
  border-width: 0;
  border-spacing: 0;
  border-color: rgba(111, 172, 104, 0.2);
  border-collapse: collapse;
  border-style: solid;
  margin-bottom: 10px;
}
.activitiesGolfTableWithPrice .rowHighlighted {
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  background-color: rgb(1, 75, 66);
}

#Activities .ui-li-divider {
  margin: 0 auto;
  background: #6fac68;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}
#Activities .ui-listview {
  border-radius: 3px;
}
#Activities .ui-listview li {
  white-space: normal;
  font-size: 14px;
  font-style: normal;
}
#Activities .ui-listview li span.ui-li-aside {
  color: teal;
} /* prices change color */

/*
#actTourExcurs,
#actDiveShop,
#actFunInSun,
#actIndorActiv,
#actGolfTennis{
	margin: 0 auto;
	max-width: 800px;
	}
	*/
#actTourExcurs .ui-collapsible,
#actFunInSun .ui-collapsible {
  border-radius: 3px;
  padding: 2px 0;
  margin-bottom: 0;
  text-shadow: none;
  margin: 0;
}
#actTourExcurs .ui-collapsible .ui-btn,
#actFunInSun .ui-collapsible .ui-btn {
  background-color: teal;
  border-bottom: none;
  border-style: none;
  color: #fff;
  text-shadow: none;
}

#actTourExcurs .ui-collapsible-heading,
#actFunInSun .ui-collapsible-heading {
  border: 1px solid teal;
}

#actTourExcurs .ui-collapsible-content,
#actFunInSun .ui-collapsible-content {
  background: transparent;
  padding: 8px;
  /*border: 1px solid teal*/
  border: none;
}

/* --------------------------- romance/index.php -----------------------------  */
.romance-container {
  background: linear-gradient(135deg, #fff0f6, #fff9fb);
  padding: 40px;
  border: 1px solid rgba(217, 121, 163, 0.2);
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  margin: 20px auto;
}

.romance-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.romance-title {
  font-family: "Dancing Script", cursive;
  color: #d977a3;
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  line-height: 1.4;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.romance-banner {
  margin: 0;
  padding: 0;
}

.romance-banner img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.romance-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #5a5a5a;
  margin-bottom: 20px;
  max-width: 100%;
}

.romance-content ol {
  padding-left: 20px;
  max-width: 100%;
}

.romance-content li {
  font-size: 16px !important;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #5a5a5a;
  padding-right: 10px;
}

.romance-content b {
  color: #c25e8c;
  font-weight: 700;
}

.romance-content img {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  transition: transform 0.3s ease;
  max-width: 100%;
  width: 100%;
  display: block;
}

.romance-content img:hover {
  transform: scale(1.02);
}

.romance-content h3 {
  font-size: 1.5rem;
  color: #c25e8c;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.menu-heading {
  text-align: center;
  margin-bottom: 20px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.romance-content ul {
  list-style-type: none;
  padding-left: 0;
}

.romance-content ul.feature-list {
  padding: 0;
  margin: 0;
}

.romance-content ul li {
  position: relative;
  padding-left: 25px;
}

.romance-content ul li:before {
  content: "♥";
  position: absolute;
  left: 0;
  color: #d977a3;
  font-size: 14px;
}

/* Override for feature items */
.romance-content ul li.feature-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}

.romance-content ul li.feature-item:before {
  display: none;
}

.romance-content a {
  color: #d977a3;
  text-decoration: none;
  transition: all 0.3s ease;
  font-style: italic;
}

.romance-content a:hover {
  color: #a84e78;
  text-decoration: underline;
}

.romance-content li p {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-container {
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
}

/* Menu button grid styles */
.menu-button-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  padding: 0;
  list-style-type: none;
  max-width: 850px;
}

.menu-button-grid li {
  flex: 1 1 400px;
  max-width: 400px;
  padding: 0;
  margin: 0;
}

.menu-button-grid li:before {
  display: none;
}

.menu-button {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 15px 20px;
  background: linear-gradient(135deg, #f8d7e5, #fff0f6);
  color: #c25e8c;
  text-align: center;
  border: 1px solid rgba(217, 121, 163, 0.3);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.menu-button:hover {
  background: linear-gradient(135deg, #f5c5d9, #f8d7e5);
  color: #a84e78;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.menu-button em {
  font-style: italic;
  font-weight: 400;
}

.special-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.special-layout .image-container {
  width: 100%;
  margin-bottom: 20px;
}

.special-layout .image-container img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.special-layout .selected-text {
  width: 100%;
  color: #5a5a5a;
  line-height: 1.7;
}

/* New CSS for the alternating layout pattern */
.feature-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  align-items: flex-start;
}

.feature-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.feature-item img:hover {
  transform: scale(1.02);
}

.feature-text {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-left: 20px;
}

.feature-text:before {
  content: "♥";
  position: absolute;
  left: 0;
  top: 0;
  color: #d977a3;
  font-size: 18px;
}

/* Romance page media queries */
@media only screen and (max-width: 768px) {
  .romance-container {
    padding: 25px 15px;
    margin: 10px;
  }

  .romance-content {
    padding: 0 10px;
  }

  .romance-title {
    font-size: 2rem;
  }

  .romance-content p,
  .romance-content li {
    font-size: 15px !important;
  }

  .special-layout {
    flex-direction: column;
    align-items: flex-start;
  }

  .special-layout .image-container {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .special-layout .image-container img {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .menu-button-grid li {
    flex: 1 1 100%;
  }

  .menu-button {
    min-width: 0;
  }

  .menu-button-grid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    gap: 10px;
  }

  .romance-content {
    padding-left: 0;
    padding-right: 0;
  }

  .romance-container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 399px) {
  .selected-image {
    display: block;
    margin: 0;
  }
  .selected-text {
    margin: 0;
  }
}

@media only screen and (min-width: 400px) {
  .selected-image {
    float: left;
    width: 50%;
    margin-right: 20px;
  }
  .selected-text {
    display: inline-block;
    width: 45%;
    vertical-align: top;
  }
}

@media only screen and (min-width: 700px) {
  .special-layout {
    flex-direction: row;
    align-items: center;
  }

  .special-layout .image-container {
    flex: 0 0 50%;
    margin-right: 20px;
  }

  .special-layout .selected-text,
  .special-layout .selected-text li {
    flex: 1;
    text-align: left;
  }

  .feature-item {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .feature-item img {
    width: 45%;
    margin-bottom: 0;
  }

  .feature-text {
    width: 55%;
  }

  .feature-text:before {
    top: -3px;
  }

  .feature-item.image-right {
    flex-direction: row-reverse;
  }
}

/* --------------------------- fun-in-the-sun/index.php hero section ----------------------------- */
.fun-in-the-sun-hero {
  position: relative;
  border-radius: 28px;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.fun-in-the-sun-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle at 30% 20%,
    rgba(250, 230, 200, 0.35),
    transparent 50%
  );
  pointer-events: none;
  mix-blend-mode: screen;
}

.fun-in-the-sun-hero .hero-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #2f4858;
  padding-left: clamp(0.75rem, 3vw, 2rem);
  padding-right: clamp(0.75rem, 3vw, 2rem);
  position: relative;
}

.fun-in-the-sun-hero .hero-subtitle {
  display: block;
  font-size: clamp(0.85rem, 3vw, 1.25rem) !important;
  font-weight: 500;
  color: #4a6572;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  border-radius: 6px;
}

.fun-in-the-sun-hero .hero-title {
  display: block;
  font-size: clamp(1.85rem, 5vw, 2.75rem);
  font-weight: 700;
  color: #116466;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.fun-in-the-sun-hero .hero-media {
  margin: 0;
  border-radius: 24px;
  background: white;
  padding: clamp(0.5rem, 1vw, 0.75rem);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.fun-in-the-sun-hero .hero-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

@media only screen and (max-width: 640px) {
  .fun-in-the-sun-hero .hero-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 900px) {
  .fun-in-the-sun-hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
  }

  .fun-in-the-sun-hero .hero-text {
    padding-left: 0;
    padding-right: 1.5rem;
  }
}

/* --------------------------- fun-in-the-sun/index.php - Negative Space Implementation ----------------------------- */
/* Implementing Negative Space Design Principles - See DESIGN-PRINCIPLES-NEGATIVE-SPACE.md */

/* Main container for fun-in-the-sun content */
#actFunInSun {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--container-padding-mobile);
}

@media (min-width: 992px) {
  #actFunInSun {
    padding: 0 var(--container-padding-desktop);
  }
}

/* Hero section spacing - following negative space principles */
#actFunInSun .fun-in-the-sun-hero {
  margin-bottom: var(--section-gap-mobile);
}

@media (min-width: 992px) {
  #actFunInSun .fun-in-the-sun-hero {
    margin-bottom: var(--section-gap-desktop);
  }
}

/* Section containers (leoxSudlanan) - Following negative space principles */
#actFunInSun .leoxSudlanan {
  padding: var(--container-padding-mobile);
  margin-bottom: var(--section-gap-mobile);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 900px) {
  #actFunInSun .leoxSudlanan {
    padding: var(--space-xl) var(--space-2xl);
    margin-bottom: var(--section-gap-desktop);
    max-width: 1200px;
  }
}

@media (min-width: 1200px) {
  #actFunInSun .leoxSudlanan {
    padding: var(--space-2xl) var(--space-3xl);
  }
}

/* Typography Spacing - Following Negative Space Principles */
#actFunInSun .leoxSudlanan p {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  line-height: 1.75;
  margin-bottom: var(--space-base);
  max-width: 65ch; /* Optimal reading width: 50-75 characters */
  color: #2c3e50;
  text-align: left; /* Override justify for better readability */
  margin-left: auto;
  margin-right: auto;
}

/* Override iJustify class for better readability */
#actFunInSun .leoxSudlanan p.iJustify {
  text-align: left !important; /* Left-align instead of justify for better readability */
}

@media (min-width: 900px) {
  #actFunInSun .leoxSudlanan p {
    font-size: clamp(1.0625rem, 1.5vw, 1.125rem); /* 17-18px */
    line-height: 1.8;
    margin-bottom: var(--space-lg);
    max-width: 70ch; /* Slightly wider on desktop */
  }
}

@media (min-width: 1200px) {
  #actFunInSun .leoxSudlanan p {
    font-size: 1.125rem; /* 18px */
    line-height: 1.85;
    margin-bottom: var(--space-xl);
  }
}

/* Heading spacing - Mobile: 16px bottom, Desktop: 20-24px bottom */
#actFunInSun .leoxSudlanan h2.leoxTitle1 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #006666;
  text-align: center;
  margin-top: 0;
  margin-bottom: var(--space-xl);
  padding: var(--space-lg) var(--space-xl);
  background: linear-gradient(135deg, rgba(0, 102, 102, 0.12), rgba(0, 102, 102, 0.06));
  border-radius: 12px;
  border: 2px solid rgba(0, 102, 102, 0.2);
  box-shadow: 0 4px 16px rgba(0, 102, 102, 0.12);
  letter-spacing: var(--letter-spacing-wide);
  position: relative;
  line-height: 1.3;
}

@media (min-width: 900px) {
  #actFunInSun .leoxSudlanan h2.leoxTitle1 {
    margin-bottom: var(--space-2xl);
    padding: var(--space-xl) var(--space-2xl);
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  }
}

@media (min-width: 1200px) {
  #actFunInSun .leoxSudlanan h2.leoxTitle1 {
    margin-bottom: var(--space-3xl);
    padding: var(--space-2xl) var(--space-3xl);
  }
}

/* Image spacing - Following negative space principles */
#actFunInSun .leoxSudlanan img.IpatungaDblock {
  display: block;
  margin: var(--space-xl) auto;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#actFunInSun .leoxSudlanan img.IpatungaDblock:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

@media (min-width: 900px) {
  #actFunInSun .leoxSudlanan img.IpatungaDblock {
    margin: var(--space-2xl) auto;
    max-width: 90%;
  }
}

/* Multiple images spacing */
#actFunInSun .leoxSudlanan img.IpatungaDblock + img.IpatungaDblock {
  margin-top: var(--space-lg);
}

@media (min-width: 900px) {
  #actFunInSun .leoxSudlanan img.IpatungaDblock + img.IpatungaDblock {
    margin-top: var(--space-xl);
  }
}

/* Image container for multiple images - wrap images in a container for grid layout */
#actFunInSun .leoxSudlanan .image-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
  margin: var(--space-xl) 0;
}

@media (min-width: 768px) {
  #actFunInSun .leoxSudlanan .image-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-xl);
    margin: var(--space-2xl) 0;
  }
}

#actFunInSun .leoxSudlanan .image-grid img.IpatungaDblock {
  margin: 0;
  width: 100%;
}

/* Paragraph after heading spacing */
#actFunInSun .leoxSudlanan h2.leoxTitle1 + img {
  margin-top: var(--space-lg);
}

@media (min-width: 900px) {
  #actFunInSun .leoxSudlanan h2.leoxTitle1 + img {
    margin-top: var(--space-xl);
  }
}

/* Content Layout - Alternating Image/Text Layout */
#actFunInSun .content-layout {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  margin: var(--space-xl) 0;
  align-items: flex-start;
}

#actFunInSun .content-layout__image {
  width: 100%;
  max-width: 65ch; /* Match paragraph text width */
  margin: 0 auto;
}

#actFunInSun .content-layout__image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#actFunInSun .content-layout__image img:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

#actFunInSun .content-layout__text {
  width: 100%;
  max-width: 65ch; /* Optimal reading width */
  margin: 0 auto;
}

#actFunInSun .content-layout__text p {
  margin-bottom: var(--space-base);
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 900px) {
  #actFunInSun .content-layout {
    flex-direction: row;
    gap: var(--space-2xl);
    align-items: center;
    margin: var(--space-2xl) 0;
  }

  /* Image left, text right */
  #actFunInSun .content-layout--image-left .content-layout__image {
    flex: 0 0 auto;
    max-width: 45%;
    margin: 0;
  }

  #actFunInSun .content-layout--image-left .content-layout__text {
    flex: 1;
    max-width: 50%;
    margin: 0;
  }

  /* Text left, image right */
  #actFunInSun .content-layout--text-left {
    flex-direction: row-reverse;
  }

  #actFunInSun .content-layout--text-left .content-layout__image {
    flex: 0 0 auto;
    max-width: 45%;
    margin: 0;
  }

  #actFunInSun .content-layout--text-left .content-layout__text {
    flex: 1;
    max-width: 50%;
    margin: 0;
  }

  /* Centered text only */
  #actFunInSun .content-layout--centered {
    flex-direction: column;
    align-items: center;
  }

  #actFunInSun .content-layout--centered .content-layout__text {
    max-width: 70ch;
  }

  /* Stacked layout: text -> images -> text */
  #actFunInSun .content-layout--stacked {
    flex-direction: column;
    align-items: center;
    gap: var(--space-xl);
  }

  #actFunInSun .content-layout--stacked .content-layout__text {
    max-width: 70ch;
    margin: 0 auto;
  }

  /* Centered image grid for small images - single column */
  #actFunInSun .content-layout__image--centered-grid {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    max-width: 70ch; /* Match text width */
    margin: var(--space-xl) auto;
    width: 100%;
  }

  #actFunInSun .content-layout__image--centered-grid img {
    width: 100%;
    height: auto;
  }

  /* Image grid for multiple images in side-by-side layouts */
  #actFunInSun .content-layout__image--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg);
    max-width: 100%;
  }

  #actFunInSun .content-layout__image--grid img {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #actFunInSun .content-layout {
    gap: var(--space-3xl);
    margin: var(--space-3xl) 0;
  }

  #actFunInSun .content-layout__image {
    max-width: 70ch; /* Slightly wider on large screens */
  }

  #actFunInSun .content-layout__text {
    max-width: 70ch;
  }

  #actFunInSun .content-layout--image-left .content-layout__image,
  #actFunInSun .content-layout--text-left .content-layout__image {
    max-width: 48%;
  }

  #actFunInSun .content-layout--image-left .content-layout__text,
  #actFunInSun .content-layout--text-left .content-layout__text {
    max-width: 48%;
  }
}

/* Paragraph after image spacing - fallback for non-layout images */
#actFunInSun .leoxSudlanan img + p {
  margin-top: var(--space-lg);
  max-width: 65ch; /* Maintain optimal reading width */
}

@media (min-width: 900px) {
  #actFunInSun .leoxSudlanan img + p {
    margin-top: var(--space-xl);
    max-width: 70ch;
  }
}

/* Bird watching content wrapper */
#actFunInSun .bird-watching-content {
  max-width: 70ch; /* Optimal reading width */
  margin: 0 auto;
  padding: var(--space-base) 0;
}

@media (min-width: 900px) {
  #actFunInSun .bird-watching-content {
    padding: var(--space-xl) 0;
    max-width: 75ch;
  }
}

/* Bird watching section spacing */
#actFunInSun .bird-watching-content p {
  margin-bottom: var(--space-base);
  max-width: 100%; /* Inherit from parent */
}

@media (min-width: 900px) {
  #actFunInSun .bird-watching-content p {
    margin-bottom: var(--space-lg);
  }
}

/* Bird slideshow section spacing */
#actFunInSun #imageBirdsBox {
  margin-top: var(--space-xl);
}

@media (min-width: 900px) {
  #actFunInSun #imageBirdsBox {
    margin-top: var(--space-2xl);
  }
}

/* Menu/Price section spacing */
#actFunInSun #AquaRidesPriceData {
  margin-top: var(--space-lg);
  padding: var(--space-base) var(--space-lg) !important;
}

@media (min-width: 900px) {
  #actFunInSun #AquaRidesPriceData {
    margin-top: var(--space-xl);
    padding: var(--space-lg) var(--space-xl) !important;
  }
}

/* Rest menu section spacing */
#actFunInSun .rest-menu-section {
  margin-bottom: var(--space-xl);
}

@media (min-width: 900px) {
  #actFunInSun .rest-menu-section {
    margin-bottom: var(--space-2xl);
  }
}

/* Rest menu items spacing */
#actFunInSun .rest-menu-item {
  margin-bottom: var(--space-base);
  padding: var(--space-sm) 0;
}

@media (min-width: 900px) {
  #actFunInSun .rest-menu-item {
    margin-bottom: var(--space-lg);
    padding: var(--space-md) 0;
  }
}

/* Section header spacing */
#actFunInSun .rest-menu-section-header {
  margin-bottom: var(--space-lg);
}

@media (min-width: 900px) {
  #actFunInSun .rest-menu-section-header {
    margin-bottom: var(--space-xl);
  }
}

/* Hide/show link spacing */
#actFunInSun #AquaRidesPricetago {
  margin-top: var(--space-lg);
  display: block;
}

@media (min-width: 900px) {
  #actFunInSun #AquaRidesPricetago {
    margin-top: var(--space-xl);
  }
}

/* ─── Typography Measure ─── */
/* Scoped to activity pages that lack an explicit max-width on prose p.
   Excludes #actFunInSun (already has 65ch–70ch constraints above)
   and .romance-content p (centered, max-width:100% preserved there). */
#activitiesforall p,
#activities p {
  max-width: 68ch;
  line-height: 1.9;
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
}

#activitiesforall li,
#activities li {
  max-width: 72ch;
  line-height: 1.85;
}
