.kx-multiroom-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  margin: .65rem 0 1rem;
}

.kx-multiroom-button {
  appearance: none;
  border: 1px solid #936b2f;
  border-radius: .35rem;
  background: #fff;
  color: #5d3e16;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  line-height: 1.25;
  padding: .55rem .8rem;
}

.kx-multiroom-button:hover,
.kx-multiroom-button:focus-visible {
  background: #f6efe5;
  outline: 2px solid transparent;
  box-shadow: 0 0 0 3px rgba(147, 107, 47, .22);
}

.kx-multiroom-button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.kx-multiroom-status {
  color: #38332d;
  font-size: .95rem;
  font-weight: 600;
}

.kx-multiroom-hint {
  flex-basis: 100%;
  color: #58524b;
  line-height: 1.45;
}

.kx-multiroom-admin-note {
  margin: 1rem 0;
  padding: .8rem 1rem;
  border-left: 4px solid #2f7d4a;
  border-radius: .25rem;
  background: #eef8f1;
  color: #173c25;
}

.kx-stay-date-card .kx-stay-date-icon {
  display: inline-flex;
  width: 1.5em;
  min-width: 1.5em;
  align-items: center;
  justify-content: center;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

.kx-backend-add-room {
  box-shadow: 0 0 0 3px rgba(47, 125, 74, .16);
}

.kx-booking-add-room {
  margin-left: .55rem;
  white-space: nowrap;
}

.kx-booking-mail-log {
  margin-left: .55rem;
  white-space: nowrap;
}

.kx-booking-add-room-compact {
  display: inline-block;
  margin-left: .45rem;
  padding: .18rem .42rem;
  border: 1px solid #2f7d4a;
  border-radius: .3rem;
  background: #eef8f1;
  color: #205e36;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.kx-booking-add-room-compact:hover,
.kx-booking-add-room-compact:focus-visible {
  background: #dff1e5;
  color: #173c25;
  text-decoration: none;
}

.kx-quickres-actions {
  display: grid !important;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  gap: .65rem;
  width: 100%;
}

.kx-quickres-actions #quickbsubmit {
  grid-column: 1;
}

.kx-widget-quickres-actions .vbo-btn-wide {
  grid-column: 1;
}

.kx-quickres-add-room {
  grid-column: 3;
  margin-left: 0;
}

.kx-quickres-hint {
  grid-column: 1 / -1;
  display: block;
  max-width: none;
  margin-top: 0;
  color: #58524b;
  line-height: 1.4;
  text-align: right;
}

.kx-quickres-success-add-room {
  margin-top: .55rem;
}

.kx-frontend-selection-status {
  margin: 1rem 0 .65rem;
  padding: .8rem 1rem;
  border-left: 4px solid #b7791f;
  border-radius: .35rem;
  background: #fff8e7;
  color: #5b3b0d;
  line-height: 1.45;
}

.kx-frontend-selection-status.kx-frontend-selection-complete {
  border-left-color: #2f7d4a;
  background: #eef8f1;
  color: #173c25;
}

.vbo-showprc-optionstable .vbo-showprc-option-entry.kx-option-tile {
  overflow: hidden;
  border-color: #b9cee2;
  background: #f4f8fc;
  box-shadow: 0 .2rem .8rem rgba(23, 58, 93, .09);
}

.vbo-showprc-optionstable .kx-option-tile > .vbo-showprc-option-entry-img {
  padding: .8rem;
  border-bottom: 1px solid #dce8f2;
  background: linear-gradient(145deg, #fff, #edf5fb);
}

.kx-option-image-button,
.kx-option-image-info {
  display: flex;
  width: 100%;
  min-height: 9rem;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .45rem;
  border: 0;
  border-radius: .55rem;
  background: transparent;
  color: #173a5d;
  font: inherit;
  font-weight: 700;
  text-align: center;
}

.kx-option-image-button {
  cursor: pointer;
  transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.kx-option-image-button:hover,
.kx-option-image-button:focus-visible,
.kx-option-selected .kx-option-image-button {
  background: #e4f0fa;
  box-shadow: inset 0 0 0 2px #0d4a89;
  outline: 0;
}

.kx-option-image-button:hover {
  transform: translateY(-1px);
}

.kx-option-image-button img,
.kx-option-image-info img,
.vbo-showprc-option-entry-img .kx-option-image-button img,
.vbo-showprc-option-entry-img .kx-option-image-info img {
  width: 7rem;
  height: 7rem;
  max-width: 7rem;
  object-fit: contain;
}

.kx-option-image-button span,
.kx-option-image-info span {
  display: block;
  line-height: 1.3;
}

.kx-option-required-badge {
  display: inline-flex !important;
  padding: .18rem .5rem;
  border-radius: 999px;
  background: #173a5d;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
}

.kx-option-selected {
  border-color: #0d4a89 !important;
}

.kx-price-overview {
  max-width: 760px;
  margin: 1.2rem 0;
  overflow: hidden;
  border: 1px solid #b9cee2;
  border-radius: .55rem;
  background: #fff;
  box-shadow: 0 .2rem .8rem rgba(23, 58, 93, .08);
}

.kx-price-overview h3 {
  margin: 0;
  padding: .7rem .9rem;
  background: #245b85;
  color: #fff;
  font-size: 1rem;
}

.kx-price-overview-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 1rem;
  padding: .58rem .9rem;
  border-bottom: 1px solid #dbe4ec;
}

.kx-price-overview-row:last-child {
  border-bottom: 0;
}

.kx-price-overview-row strong {
  text-align: right;
  white-space: nowrap;
}

.kx-price-overview-total {
  background: #eaf2f8;
  color: #173a5d;
  font-size: 1.03em;
}

.kx-breakfast-detail-hidden {
  display: none !important;
}

#vbsearchmainsbmt.kx-frontend-overview-ready {
  position: sticky;
  z-index: 20;
  bottom: 1rem;
  margin: .65rem auto 1rem;
  padding: .8rem;
  border: 1px solid rgba(47, 125, 74, .3);
  border-radius: .55rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 .35rem 1.2rem rgba(22, 55, 34, .2);
  text-align: center;
}

#vbsearchmainsbmt.kx-frontend-overview-ready .vbsubmit {
  min-height: 2.8rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  font-weight: 700;
}

#vbdialog-confirm[data-kx-overview="1"] {
  font-weight: 700;
}

@media (max-width: 520px) {
  .kx-multiroom-button {
    flex: 1 1 auto;
  }

  .kx-quickres-actions {
    grid-template-columns: 1fr;
  }

  .kx-quickres-actions #quickbsubmit,
  .kx-widget-quickres-actions .vbo-btn-wide,
  .kx-quickres-add-room,
  .kx-quickres-hint {
    grid-column: 1;
  }

  .kx-quickres-actions #quickbsubmit,
  .kx-widget-quickres-actions .vbo-btn-wide,
  .kx-quickres-add-room {
    width: 100%;
  }

  .kx-quickres-hint {
    text-align: left;
  }

  #vbsearchmainsbmt.kx-frontend-overview-ready .vbsubmit {
    width: 100%;
  }

  .kx-option-image-button,
  .kx-option-image-info {
    min-height: 7.5rem;
  }

  .kx-option-image-button img,
  .kx-option-image-info img,
  .vbo-showprc-option-entry-img .kx-option-image-button img,
  .vbo-showprc-option-entry-img .kx-option-image-info img {
    width: 5.75rem;
    height: 5.75rem;
    max-width: 5.75rem;
  }
}
