/* Official Hotres bookingbar; optional month names use hotres-month-names.js. */
.apk-hotres {
  --hotres-gold: #b28a42;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(150px, .85fr) minmax(0, 2.8fr);
  align-items: center;
  gap: 28px;
  width: min(1200px, 88%);
  min-height: 108px;
  margin-inline: auto;
  padding: 20px 22px 20px 32px;
  background: #fff;
  color: #333;
  font-family: 'helvetica-neue-lt-pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  box-shadow: 0 6px 24px #171b170b;
}
.apk-hotres *, .apk-hotres *::before, .apk-hotres *::after { box-sizing: border-box; }
.apk-hotres .booking-intro { display: block; }
.apk-hotres .booking-intro > span { display: block; margin: 0 0 5px; color: var(--hotres-gold); font-size: 13px; font-weight: 400; line-height: 22px; letter-spacing: .06em; }
.apk-hotres .booking-intro strong { display: block; color: #333; font-family: inherit; font-size: 15px; font-weight: 300; line-height: 23px; }
.apk-hotres .hotresSearchBar.showHotres {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 228px;
  align-items: center;
  gap: 28px;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 52px;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: inherit;
  color: #515151;
}
.apk-hotres .hotresSearchBar.showHotres .arrival,
.apk-hotres .hotresSearchBar.showHotres .departure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 40px;
  margin: 0;
  padding: 0 8px 0 24px;
  border: 0;
  border-left: 1px solid #eeede9;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
}
.apk-hotres .hotresSearchBar.showHotres .day { margin: 0; padding: 0; color: #333; font-family: inherit; font-size: 18px; font-weight: 400; line-height: 24px; font-variant-numeric: lining-nums tabular-nums; }
.apk-hotres .hotresSearchBar.showHotres .day::after { content: ' '; margin-right: 6px; }
.apk-hotres .hotresSearchBar.showHotres .month { display: flex; align-items: center; align-self: center; height: 24px; line-height: 24px; margin: 0; padding: 0; gap: 0; transform: translateY(1px); }
.apk-hotres .hotresSearchBar.showHotres .month b,
.apk-hotres .hotresSearchBar.showHotres .month small { display: inline; margin: 0; padding: 0; color: #515151; font-family: inherit; font-size: 15px; font-weight: 300; line-height: 24px; letter-spacing: normal; }
.apk-hotres .hotresSearchBar.showHotres .month b::after { content: '.'; margin-right: 3px; }
.apk-hotres .hotresSearchBar.showHotres .month b[data-month-name] { display: flex; align-items: center; height: 24px; font-size: 0; }
.apk-hotres .hotresSearchBar.showHotres .month b[data-month-name]::after {
  content: attr(data-month-name);
  margin-right: 5px;
  font-size: 15px;
}
.apk-hotres .hotresSearchBar.showHotres .arrival::after,
.apk-hotres .hotresSearchBar.showHotres .departure::after {
  content: '';
  position: static;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-left: 14px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999b96' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='16' rx='1.5'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E");
}
.apk-hotres .hotresSearchBar.showHotres > div:last-child { display: flex; align-items: center; min-width: 0; height: auto; margin: 0; padding: 0; }
.apk-hotres .hotresSearchBar.showHotres button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 14px 22px;
  border: 0;
  border-radius: 0;
  background: var(--hotres-gold);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: .01em;
  text-transform: none;
  box-shadow: none;
  cursor: pointer;
  transition: background .2s ease;
}
.apk-hotres .hotresSearchBar.showHotres button:hover { background: #a67f3b; transform: none; }
.apk-hotres .hotresSearchBar.showHotres button:focus-visible { outline: 2px solid #8b692f; outline-offset: 4px; }
@media (max-width: 1100px) {
  .apk-hotres { grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 22px 26px; }
  .apk-hotres .hotresSearchBar.showHotres { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 22px; }
  .apk-hotres .hotresSearchBar.showHotres .arrival { padding-left: 0; border-left: 0; }
  .apk-hotres .hotresSearchBar.showHotres > div:last-child { grid-column: 1 / -1; width: 228px; justify-self: center; }
  .apk-hotres .hotresSearchBar.showHotres button { min-height: 48px; padding-block: 12px; }
}
@media (max-width: 600px) {
  .home-page .booking.apk-hotres, .apk-hotres { width: 100%; padding: 22px 20px; gap: 0; }
  .apk-hotres .booking-intro { display: none; }
  .apk-hotres .hotresSearchBar.showHotres { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .apk-hotres .hotresSearchBar.showHotres .arrival,
  .apk-hotres .hotresSearchBar.showHotres .departure { min-height: 56px; padding: 10px 8px; border: 1px solid #e3dfd6; border-radius: 8px 0 0 8px; }
  .apk-hotres .hotresSearchBar.showHotres .arrival { border-right: 0; }
  .apk-hotres .hotresSearchBar.showHotres .departure { border-radius: 0 8px 8px 0; }
  .apk-hotres .hotresSearchBar.showHotres .day { font-size: 15px; }
  .apk-hotres .hotresSearchBar.showHotres .month b,
  .apk-hotres .hotresSearchBar.showHotres .month small,
  .apk-hotres .hotresSearchBar.showHotres .day::after { font-size: 12px; }
  .apk-hotres .hotresSearchBar.showHotres .month b[data-month-name] { font-size: 0; }
  .apk-hotres .hotresSearchBar.showHotres .month b[data-month-name]::after { font-size: 12px; }
  .apk-hotres .hotresSearchBar.showHotres .arrival::after,
  .apk-hotres .hotresSearchBar.showHotres .departure::after { flex-basis: 14px; width: 14px; height: 14px; margin-left: 10px; }
  .apk-hotres .hotresSearchBar.showHotres > div:last-child { width: 100%; margin-top: 14px; }
  .apk-hotres .hotresSearchBar.showHotres button { border-radius: 3px; }
}
@media (max-width: 360px) {
  .home-page .booking.apk-hotres, .apk-hotres { padding-inline: 16px; }
  .apk-hotres .hotresSearchBar.showHotres .arrival::after,
  .apk-hotres .hotresSearchBar.showHotres .departure::after { margin-left: 8px; }
  .apk-hotres .hotresSearchBar.showHotres .month b,
  .apk-hotres .hotresSearchBar.showHotres .month small { font-size: 11px; }
  .apk-hotres .hotresSearchBar.showHotres .month b[data-month-name] { font-size: 0; }
  .apk-hotres .hotresSearchBar.showHotres .month b[data-month-name]::after { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .apk-hotres .hotresSearchBar.showHotres button { transition: none; }
}
