.allocation-modal-action-btn {
  border-radius: 0.375rem !important;
  padding: 10px 18px !important;
  line-height: 1.2;
}

.allocation-modal-stay-orbit {
  margin-bottom: 20px;
  border: 1px solid #dcc48a;
  border-radius: 12px;
  background: #f0e4c8;
  overflow: hidden;
}

.allocation-modal-stay-orbit__head {
  display: flex;
  align-items: center;
  padding: 8px 12px;
}

.allocation-modal-stay-orbit__title {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-left: 5px;
  text-transform: uppercase;
  color: #5c5238;
}

.allocation-modal-stay-orbit__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #e1e6eb;
  background: #f8fafc;
  margin: 8px 10px 10px;
}

.allocation-modal-stay-orbit__row {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px 8px;
  min-width: 0;
}

.allocation-modal-stay-orbit__row--date {
  border-top: none;
}

.allocation-modal-stay-orbit__glyph {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #6f7682;
  background: #e9eef4;
  border: 1px solid #dce3ea;
}

.allocation-modal-stay-orbit__glyph--date {
  color: #6f7682;
  background: #e9eef4;
  border-color: #dce3ea;
}

.allocation-modal-stay-orbit__content {
  min-width: 0;
}

.allocation-modal-stay-orbit__key {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6f6856;
  line-height: 1.2;
  display: block;
  margin-bottom: 2px;
}

.allocation-modal-stay-orbit__value {
  font-size: 16px;
  font-weight: 700;
  color: #2f3640;
  line-height: 1.3;
  display: block;
  overflow-wrap: anywhere;
}

.allocation-modal-stay-orbit__row--date .allocation-modal-stay-orbit__key {
  color: #6f6856;
}

.allocation-modal-stay-orbit__value--date {
  color: #2f3640;
}

@media (max-width: 768px) {
  .allocation-modal-stay-orbit__value {
    font-size: 16px;
  }
}

