/*
 Theme Name:   Hotel411 Child Theme
 Theme URI:    https://miamiairportmia.com/
 Description:  Custom luxury hotel directory child theme for Twenty Twenty-Five.
 Author:       Hotel411 Team
 Template:     twentytwentyfive
 Version:      1.0.0
 Text Domain:  hotel411-child
*/

/* Book Now Sticky Bar Base Layout */
.hotel411-sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--wp--preset--color--hotel-navy, #0A192F);
  color: var(--wp--preset--color--hotel-cream, #F8F6F0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 2rem;
  transition: transform 0.3s ease-in-out;
}

.hotel411-sticky-bar .book-btn {
  background-color: var(--wp--preset--color--hotel-gold, #D4AF37);
  color: #0A192F;
  font-weight: 700;
  text-decoration: none;
  padding: 0.6rem 1.4rem;
  border-radius: 4px;
}