/****************************************
  MEDIA QUERIES
****************************************/
/****************************************
  BOOKING PROCESS
****************************************/
header.header-fixed ~ #cms-content #container-integrated-booking {
  position: unset !important;
  height: fit-content; }

@media (min-width: 770px) and (max-width: 989px), (min-width: 481px) and (max-width: 769px), (max-width: 480px) {
  #booking-section-highlights .dragonera-highlight {
    padding-top: 2rem; } }

#booking-section-highlights .dragonera-highlight img {
  width: 60px;
  height: auto;
  filter: opacity(0.8); }

#booking-section-highlights .dragonera-highlight .custom-btn {
  background-color: #89B2C2;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  color: white;
  padding: 6px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease; }
  #booking-section-highlights .dragonera-highlight .custom-btn:hover {
    background-color: #163961; }
