/* Additions for SEO/UX rebuild (2026-07). Does not modify the theme stylesheet. */

/* Styled CTA button replacing legacy checkrates.gif (same #plinks behaviour) */
.btn-check-rates {
  display: inline-block;
  background: #ffbb39;
  border: 1px solid #daa300;
  border-radius: 4px;
  color: #222 !important;
  font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 12px 22px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn-check-rates:hover,
.btn-check-rates:focus {
  background: #ffc95e;
  color: #000 !important;
}

/* Inline affiliate note */
.affiliate-note {
  color: #777;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 8px;
}
.affiliate-note a {
  color: #777;
  text-decoration: underline;
}

/* Key facts box on hotel pages */
.hotel-facts {
  background: #f7f7f7;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 14px 18px;
  margin: 0 0 22px;
}
.hotel-facts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hotel-facts li {
  margin: 0 0 6px;
  padding: 0;
}
.hotel-facts li:last-child {
  margin-bottom: 0;
}

/* Visible freshness signal */
.last-updated {
  color: #888;
  font-size: 13px;
  font-style: italic;
  margin: 0 0 14px;
}

/* FAQ block */
.faq-block h2 {
  margin-top: 28px;
}
.faq-block h3 {
  font-size: 17px;
  margin: 18px 0 6px;
}
.faq-block p {
  margin: 0 0 12px;
}

/* Contextual cross-links between hotel pages */
.related-hotels {
  background: #f2f7fb;
  border: 1px solid #d8e6f2;
  border-radius: 4px;
  padding: 14px 18px;
  margin: 26px 0;
}
.related-hotels p {
  margin: 0 0 6px;
  font-weight: bold;
}
.related-hotels ul {
  margin: 0;
  padding-left: 18px;
}
.related-hotels li {
  margin-bottom: 4px;
  list-style: disc;
}

/* Homepage hotel cards */
.hotel-card-meta {
  color: #555;
  font-size: 14px;
  margin: 0 0 8px;
  text-align: center;
}
.hotel-card-meta strong {
  color: #333;
}

/* Homepage guide links section */
.guide-links {
  margin: 10px 0 20px;
}
.guide-links li {
  margin-bottom: 8px;
}

/* Footer trust links */
.footer-links {
  margin: 0 0 8px;
  font-size: 14px;
}
.footer-links a {
  color: inherit;
  margin: 0 8px;
}

