.gift-option-icon,
.gift-icon,
.destination-icon,
.gift-badge-image {
  overflow: hidden;
  padding: 0 !important;
  background: #f4e8df;
  border: 1px solid rgba(216, 179, 106, 0.42);
}

.gift-option-icon {
  width: 72px !important;
  height: 72px !important;
  border-radius: 18px !important;
}

.gift-option-icon img,
.gift-icon img,
.destination-icon img,
.gift-badge-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gift-option-copy {
  min-width: 0;
  flex: 1;
}

.gift-chevron {
  margin-left: auto;
  color: var(--burgundy-2);
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.selected-gift-summary .gift-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 17px;
}

.selected-gift-summary.compact .gift-icon {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
}

.destination-card .destination-icon {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  border-radius: 18px;
}

.destination-card .status-icon {
  display: grid;
  place-items: center;
  padding: 0;
  background: linear-gradient(135deg, #fff1d5, #f4d48e);
  color: var(--burgundy);
  font-size: 28px;
  font-weight: 900;
}

.gift-badges .visual-badge {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px;
}

.gift-badge-image {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 13px;
}

.gift-badges .visual-badge strong {
  color: #fff;
  font-size: 10px;
  line-height: 1.25;
}

@media (max-width: 360px) {
  .gift-option-icon {
    width: 62px !important;
    height: 62px !important;
  }

  .gift-option {
    padding: 11px;
  }

  .gift-option span span {
    font-size: 9px;
  }
}
