.preorder-ship-note {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 1.2rem 0;
  color: rgba(var(--color-foreground), 0.75);
}

.preorder-ship-note__icon {
  flex-shrink: 0;
  display: flex;
  width: 1.7rem;
  height: 1.7rem;
}

.preorder-ship-note__icon svg {
  width: 100%;
  height: 100%;
}

.preorder-ship-note__text {
  font-size: 1.3rem;
  line-height: 1.4;
}
