.elementor-17683 .elementor-element.elementor-element-acf0594{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-58718dc */.sth-stay-guide {
  --sth-navy: #17324d;
  --sth-accent: #2f7f7a;
  --sth-text: #26343d;
  --sth-muted: #68757d;
  --sth-line: #e3e9ec;
  --sth-soft: #f7f9fa;
  --sth-white: #ffffff;

  max-width: 1120px;
  margin: 0 auto;
  color: var(--sth-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.78;
}

.sth-stay-guide *,
.sth-stay-guide *::before,
.sth-stay-guide *::after {
  box-sizing: border-box;
}

.sth-stay-guide p {
  margin: 0 0 1.15em;
}

.sth-stay-guide a {
  color: var(--sth-accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sth-stay-guide a:hover {
  color: var(--sth-navy);
}

.sth-article-intro {
  padding: 8px 0 34px;
  border-bottom: 1px solid var(--sth-line);
}

.sth-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--sth-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sth-article-intro h1 {
  max-width: 950px;
  margin: 0 0 20px;
  color: var(--sth-navy);
  font-size: clamp(2.35rem, 5vw, 3.8rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.sth-description {
  max-width: 850px;
  color: var(--sth-muted);
  font-size: 1.2rem;
  line-height: 1.7;
}

.sth-section {
  margin: 64px 0;
}

.sth-section > h2 {
  max-width: 850px;
  margin: 0 0 24px;
  color: var(--sth-navy);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.sth-section > h2 + p {
  max-width: 900px;
}

.sth-note {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--sth-accent);
  background: var(--sth-soft);
  color: var(--sth-text);
}

.sth-note strong {
  color: var(--sth-navy);
}

.sth-choice-grid,
.sth-city-grid,
.sth-hotel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.sth-choice-card,
.sth-city-card,
.sth-hotel-card {
  padding: 26px 27px;
  border: 1px solid var(--sth-line);
  border-radius: 12px;
  background: var(--sth-white);
}

.sth-choice-card h3,
.sth-city-card h3,
.sth-hotel-card h3 {
  margin: 0 0 12px;
  color: var(--sth-navy);
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.3;
}

.sth-choice-card p,
.sth-city-card p,
.sth-hotel-card p {
  font-size: 1rem;
}

.sth-choice-card > a:last-child,
.sth-city-card > a:last-child,
.sth-hotel-card > a:last-child {
  display: inline-block;
  margin-top: 4px;
  font-weight: 700;
}

.sth-comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--sth-line);
  border-radius: 12px;
  background: var(--sth-white);
}

.sth-comparison {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.55;
}

.sth-comparison th,
.sth-comparison td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--sth-line);
  text-align: left;
  vertical-align: top;
}

.sth-comparison th {
  color: var(--sth-navy);
  background: var(--sth-soft);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sth-comparison tr:last-child td {
  border-bottom: 0;
}

.sth-city-section {
  padding-top: 8px;
}

.sth-city-section > .sth-eyebrow {
  margin-bottom: 10px;
}

.sth-inline-links,
.sth-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 16px;
}

.sth-checklist {
  max-width: 850px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sth-checklist li {
  position: relative;
  margin: 0;
  padding: 12px 0 12px 31px;
  border-bottom: 1px solid var(--sth-line);
}

.sth-checklist li::before {
  position: absolute;
  top: 14px;
  left: 0;
  color: var(--sth-accent);
  content: "✓";
  font-size: 18px;
  font-weight: 700;
}

.sth-faq details {
  border-top: 1px solid var(--sth-line);
}

.sth-faq details:last-child {
  border-bottom: 1px solid var(--sth-line);
}

.sth-faq summary {
  position: relative;
  padding: 19px 36px 19px 0;
  color: var(--sth-navy);
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}

.sth-faq summary::-webkit-details-marker {
  display: none;
}

.sth-faq summary::after {
  position: absolute;
  top: 18px;
  right: 5px;
  color: var(--sth-accent);
  content: "+";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.sth-faq details[open] summary::after {
  content: "−";
}

.sth-faq details p {
  max-width: 850px;
  padding: 0 36px 18px 0;
  color: var(--sth-muted);
}

.sth-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "title links"
    "text links";
  align-items: center;
  column-gap: 46px;
  row-gap: 8px;
  margin: 70px 0 28px;
  padding: 34px 38px;
  border: 1px solid rgba(47, 127, 122, 0.28);
  border-left: 5px solid var(--sth-accent);
  border-radius: 12px;
  background: var(--sth-navy);
  color: #edf5f7;
}

.sth-stay-guide .sth-cta h2 {
  grid-area: title;
  margin: 0 !important;
  color: var(--sth-white) !important;
  font-size: clamp(1.8rem, 3vw, 2.35rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
  line-height: 1.18 !important;
}

.sth-stay-guide .sth-cta p {
  grid-area: text;
  max-width: 720px;
  margin: 0 !important;
  color: #d9e7eb;
  font-size: 16px;
  line-height: 1.65;
}

.sth-cta p a:not(.sth-button) {
  color: #9edbd5;
  text-decoration: none;
  border-bottom: 1px solid rgba(158, 219, 213, 0.55);
}

.sth-cta-links {
  grid-area: links;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  min-width: 205px;
  margin: 0;
}

.sth-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--sth-accent);
  color: var(--sth-white) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.sth-button:hover {
  background: #256762;
}

.sth-button--secondary {
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
}

.sth-button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
}

.sth-editorial-note {
  color: var(--sth-muted);
  font-size: 14px;
  line-height: 1.65;
}

.sth-article-figure {
  margin: 36px 0;
}

.sth-article-figure a {
  display: block;
  line-height: 0;
}

.sth-article-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 540px;
  border-radius: 12px;
  object-fit: cover;
}

.sth-article-figure--hero {
  margin-top: 38px;
}

.sth-article-figure--hero img {
  aspect-ratio: 16 / 8;
}

.sth-article-figure--card {
  margin: 16px 0 20px;
}

.sth-article-figure--card img {
  aspect-ratio: 520 / 397;
  border-radius: 9px;
}

.sth-article-figure figcaption {
  margin-top: 9px;
  color: var(--sth-muted);
  font-size: 13.5px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .sth-stay-guide {
    font-size: 16px;
    line-height: 1.7;
  }

  .sth-article-intro {
    padding-bottom: 26px;
  }

  .sth-article-intro h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .sth-description {
    font-size: 1.08rem;
  }

  .sth-section {
    margin: 48px 0;
  }

  .sth-section > h2 {
    font-size: 1.9rem;
  }

  .sth-choice-grid,
  .sth-city-grid,
  .sth-hotel-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sth-choice-card,
  .sth-city-card,
  .sth-hotel-card {
    padding: 22px 20px;
  }

  .sth-comparison {
    min-width: 650px;
  }

  .sth-cta {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "text"
      "links";
    gap: 14px;
    margin-top: 52px;
    padding: 28px 22px;
  }

  .sth-cta-links,
  .sth-inline-links {
    align-items: stretch;
    flex-direction: column;
    min-width: 0;
  }

  .sth-button {
    text-align: center;
  }
}/* End custom CSS */