.gcr-price-unit {
  display: block;
  margin-top: .2rem;
  color: #5f6470;
  font-size: .82em;
  font-weight: 600;
  letter-spacing: .01em;
}

.gcr-reservation-control {
  width: 100%;
  max-width: 32rem;
  margin: 1rem 0 1.2rem;
  padding: 1rem;
  border: 1px solid #ded7c8;
  border-radius: 12px;
  background: #fffdf8;
  box-sizing: border-box;
}

.gcr-couple-label,
.gcr-cart-quantity-label {
  display: block;
  margin: 0 0 .35rem;
  color: #173f35;
  font-weight: 700;
}

.gcr-couple-help {
  margin: 0 0 .7rem;
  color: #62666c;
  font-size: .9rem;
}

.gcr-couple-select,
.gcr-cart-couple-select {
  width: 100%;
  min-height: 46px;
  padding: .65rem 2.25rem .65rem .75rem;
  border: 1px solid #b8b5ad;
  border-radius: 8px;
  background-color: #fff;
  color: #202321;
  font: inherit;
}

.gcr-reservation-control.gcr-js-ready > .quantity,
.gcr-cart-couple-quantity.gcr-js-ready > .quantity {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gcr-live-summary {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  margin-top: .8rem;
  padding-top: .75rem;
  border-top: 1px solid #e6dfd1;
  color: #343835;
}

.gcr-live-summary strong {
  color: #173f35;
  text-align: right;
}

.gcr-cart-couple-quantity {
  min-width: 11rem;
}

.gcr-cart-couple-select {
  min-height: 40px;
  padding-top: .45rem;
  padding-bottom: .45rem;
}

.gcr-cart-guests {
  display: block;
  margin-top: .35rem;
  color: #5f6470;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .gcr-live-summary {
    display: block;
  }

  .gcr-live-summary strong {
    display: block;
    margin-top: .25rem;
    text-align: left;
  }
}

