/*
 * 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;
}

.sr-whatsapp-float {
  align-items: center;
  background:
    linear-gradient(135deg, #25d366, #128c7e),
    #25d366;
  border: 1px solid rgba(7, 94, 84, 0.24);
  border-radius: 999px;
  bottom: calc(1rem + env(safe-area-inset-bottom));
  box-shadow: 0 16px 42px rgba(7, 94, 84, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  color: #ffffff;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 650;
  gap: 0.5rem;
  justify-content: center;
  line-height: 1;
  min-height: 3rem;
  padding: 0 1.125rem;
  position: fixed;
  right: 1rem;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  z-index: 40;
}

.sr-whatsapp-float:hover {
  background:
    linear-gradient(135deg, #25d366, #075e54),
    #128c7e;
  border-color: rgba(7, 94, 84, 0.42);
  box-shadow: 0 18px 46px rgba(7, 94, 84, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transform: translateY(-1px);
}

.sr-whatsapp-float:focus-visible {
  outline: 2px solid #25d366;
  outline-offset: 3px;
}

.sr-whatsapp-float__icon {
  flex-shrink: 0;
  height: 1.05rem;
  width: 1.05rem;
}

.sr-whatsapp-float__label {
  white-space: nowrap;
}

@media (max-width: 639px) {
  .sr-whatsapp-float {
    bottom: calc(0.875rem + env(safe-area-inset-bottom));
    font-size: 0.8125rem;
    min-height: 2.75rem;
    padding: 0 0.875rem;
    right: 0.875rem;
  }

  .sr-whatsapp-float__icon {
    height: 1rem;
    width: 1rem;
  }
}
