.gift-search {
  align-items: end;
}

.gift-search label {
  display: grid;
  flex: 1;
  gap: 5px;
  color: #31584d;
  font-weight: 850;
}

.gift-search label span {
  font-size: 15px;
}

.gift-record-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 13px 0 15px;
}

.gift-record-search input {
  width: 100%;
  min-height: 45px;
  padding: 9px 12px;
  border: 1px solid #b9c6be;
  border-radius: 7px;
  background: #fff;
  font: inherit;
}

.gift-layout {
  display: block;
  margin-bottom: 18px;
}

.gift-detail-facts .gift-balance-fact {
  grid-column: 1 / -1;
  background: #edf5f1;
  border-color: #abc6ba;
}

.gift-detail-facts .gift-balance-fact b {
  color: #1f5b49;
  font-size: 32px;
}

.gift-sale-forms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.gift-physical-sale,
.gift-printable-sale {
  margin: 0;
  padding: 15px 16px;
  border: 1px solid #80a192;
  border-radius: 10px;
  background: #f2f8f3;
}

.gift-printable-sale {
  border-color: #b2c4bb;
  background: #f7f8f5;
}

.gift-physical-sale header,
.gift-printable-sale header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}

.gift-physical-sale header p,
.gift-printable-sale header p {
  margin: 0;
  color: #356f63;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
}

.gift-physical-sale h2,
.gift-printable-sale h2 {
  margin: 2px 0 0;
  font-size: 21px;
}

.gift-physical-sale header > span,
.gift-printable-sale header > span {
  color: #376d63;
  font-size: 13px;
  font-weight: 800;
}

.gift-physical-sale form,
.gift-printable-sale form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  align-items: end;
}

.gift-physical-sale label,
.gift-printable-sale label {
  display: grid;
  gap: 5px;
  color: #50645c;
  font-size: 12px;
  font-weight: 800;
}

.gift-physical-sale input,
.gift-physical-sale select,
.gift-physical-sale textarea,
.gift-printable-sale input,
.gift-printable-sale select,
.gift-printable-sale textarea {
  min-width: 0;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid #b9c6be;
  border-radius: 7px;
  background: #fff;
  color: #273b33;
  font: inherit;
}

.gift-physical-sale .wide,
.gift-printable-sale .wide,
.gift-physical-sale button,
.gift-printable-sale button {
  grid-column: 1 / -1;
}

.gift-physical-sale button,
.gift-printable-sale button {
  min-height: 42px;
  white-space: nowrap;
}

.gift-sales-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(580px, 100vw);
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 26px 24px;
  border: 0;
  border-radius: 0;
  background: #fffdf9;
  color: #273b33;
  box-shadow: -18px 0 50px #20372b2b;
  overflow: auto;
}

.gift-sales-drawer::backdrop {
  background: #18312b66;
}

.gift-sales-drawer .close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #273b33;
  font-size: 29px;
  cursor: pointer;
}

.gift-sales-drawer header {
  padding: 4px 44px 16px 0;
  border-bottom: 1px solid #deded6;
}

.gift-sales-drawer header p {
  margin: 0;
  color: #62736b;
}

.gift-sales-drawer header .aside-kicker {
  color: #356f63;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
}

.gift-sales-drawer h2 {
  margin: 4px 0;
  font-size: 25px;
}

.gift-sales-drawer .gift-sales-history {
  margin-top: 14px;
}

.gift-cards-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(680px, 100vw);
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 26px 24px;
  border: 0;
  border-radius: 0;
  background: #fffdf9;
  color: #273b33;
  box-shadow: -18px 0 50px #20372b2b;
  overflow: auto;
}

.gift-cards-drawer::backdrop {
  background: #18312b66;
}

.gift-cards-drawer > .close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 1;
  border: 0;
  background: transparent;
  color: #273b33;
  font-size: 29px;
  cursor: pointer;
}

.gift-cards-drawer header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 44px 14px 0;
  border-bottom: 1px solid #deded6;
}

.gift-cards-drawer header p {
  margin: 0;
}

.gift-cards-drawer header .aside-kicker {
  color: #356f63;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
}

.gift-cards-drawer h2 {
  margin: 4px 0 0;
  font-size: 25px;
}

.gift-detail-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(580px, 100vw);
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 26px 24px;
  border: 0;
  border-radius: 0;
  background: #fffdf9;
  color: #273b33;
  box-shadow: -18px 0 50px #20372b2b;
  overflow: auto;
}

.gift-detail-drawer::backdrop {
  background: #18312b66;
}

.gift-detail-drawer > .close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 1;
  border: 0;
  background: transparent;
  color: #273b33;
  font-size: 29px;
  cursor: pointer;
}

.gift-detail-drawer .gift-detail-card {
  position: static;
  margin: 0;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

@media (max-width: 720px) {
  .gift-sale-forms {
    grid-template-columns: 1fr;
  }

  .gift-physical-sale header,
  .gift-printable-sale header {
    align-items: flex-start;
    flex-direction: column;
  }

  .gift-physical-sale form,
  .gift-printable-sale form {
    grid-template-columns: 1fr;
  }

  .gift-physical-sale .wide,
  .gift-printable-sale .wide,
  .gift-physical-sale button,
  .gift-printable-sale button {
    grid-column: auto;
  }

  .gift-sales-drawer {
    width: 100vw;
    padding: 22px 18px;
  }

  .gift-detail-drawer {
    width: 100vw;
    padding: 22px 18px;
  }

  .gift-cards-drawer {
    width: 100vw;
    padding: 22px 18px;
  }

  .gift-cards-drawer header {
    align-items: flex-start;
    flex-direction: column;
  }

  .gift-record-search {
    grid-template-columns: 1fr;
  }

  .gift-record-search button {
    width: 100%;
  }
}
