.trendy-hotel-archive__guest-grid {
  display: grid;
  gap: 14px;
}

.trendy-hotel-archive__guest-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.trendy-hotel-archive__guest-meta label {
  margin: 0;
  color: #2f2a21;
  font-size: 15px;
  font-weight: 600;
}

.trendy-hotel-archive__qty-box {
  display: inline-grid;
  grid-template-columns: 34px 54px 34px;
  align-items: center;
  border: 1px solid #e3d5c2;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.trendy-hotel-archive__qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2f2a21;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.trendy-hotel-archive__qty-btn:hover {
  background: #f7efe3;
}

.trendy-hotel-archive__qty-box input {
  width: 54px;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-left: 1px solid #e9ddcb;
  border-right: 1px solid #e9ddcb;
  border-radius: 0;
  background: transparent;
  color: #2f2a21;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  box-shadow: none;
}

.trendy-hotel-archive__qty-box input::-webkit-outer-spin-button,
.trendy-hotel-archive__qty-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.trendy-hotel-archive__qty-box input[type=number] {
  -moz-appearance: textfield;
}

.trendy-hotel-archive__calendar-field {
  display: grid;
  gap: 10px;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar {
  overflow: hidden;
  border: 1px solid #e8dcc8;
  border-radius: 18px;
  background: #fffdf8;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(50px, 65px) auto;
  gap: 5px;
  align-items: center;
  padding: 14px;
  background: #ece7dc;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__select {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd2bd;
  border-radius: 10px;
  background: #fff7e8;
  color: #2f2a21;
  font: inherit;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__nav {
  display: inline-flex;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #ddd2bd;
  border-radius: 10px;
  background: #fff;
  color: #2f2a21;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__weekdays,
.trendy-hotel-archive__calendar-field .trendy-archive-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__weekdays {
  border-top: 1px solid #ece5d7;
  border-bottom: 1px solid #ece5d7;
  background: #fff;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__weekdays span {
  padding: 14px 8px;
  color: #155f3d;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__grid {
  background: #fff;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__cell.is-empty,
.trendy-hotel-archive__calendar-field .trendy-archive-calendar__day {
  min-height: 40px;
  border-right: 1px solid #efe7db;
  border-bottom: 1px solid #efe7db;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__cell.is-empty {
  background: #fff;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__day {
  border-top: 0;
  border-left: 0;
  background: #fff;
  color: #1f1f1f;
  cursor: pointer;
  font-size: 18px;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__day.is-disabled {
  color: #d8c8b5;
  background: #fffdfb;
  cursor: not-allowed;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__day.is-available:hover {
  background: #f8efe2;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__day.is-selected {
  background: #ee7b33;
  color: #fff;
}

.trendy-hotel-archive__calendar-field.trendy-hotel-calendar .trendy-archive-calendar__day.is-in-range {
  background: #fff0df;
  color: #1f1f1f;
}

.trendy-hotel-archive__calendar-field.trendy-hotel-calendar .trendy-archive-calendar__day.is-range-start,
.trendy-hotel-archive__calendar-field.trendy-hotel-calendar .trendy-archive-calendar__day.is-range-end {
  background: #ef7b33;
  color: #fff;
}

.trendy-hotel-archive__calendar-field .trendy-archive-calendar__selected {
  color: #6d5b40;
  font-size: 14px;
  font-weight: 600;
}

.trendy-hotel-archive-card__highlight span {
  display: block;
  color: #7f6f57;
  font-size: 14px;
}

.trendy-hotel-archive-card__highlight strong {
  display: block;
  color: #121212;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .trendy-hotel-archive__calendar-field .trendy-archive-calendar__toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .trendy-hotel-archive__calendar-field .trendy-archive-calendar__nav {
    grid-column: 1 / -1;
    justify-content: end;
  }

  .trendy-hotel-archive__calendar-field .trendy-archive-calendar__day {
    min-height: 44px;
  }
}