/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.sr-public-gold-cta,
.booking-cta-solid {
  align-items: center;
  background: linear-gradient(to bottom, #facc15 0%, #f97316 100%);
  border: 1px solid rgba(194, 65, 12, 0.5);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
  color: #111827;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.sr-public-gold-cta:hover,
.booking-cta-solid:hover {
  background: linear-gradient(to bottom, #fde047 0%, #fb923c 100%);
  border-color: rgba(249, 115, 22, 0.8);
  color: #000000;
}

.sr-public-gold-cta:focus-visible,
.booking-cta-solid:focus-visible {
  outline: 2px solid #fde68a;
  outline-offset: 2px;
}
