.store-guest-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid #a7d7c5;
  border-radius: 15px;
  background: #effcf6;
  color: #14532d;
}
.store-guest-note > i { font-size: 1.35rem; }
.store-guest-note > div { display: grid; gap: 2px; flex: 1; }
.store-guest-note span { font-size: .82rem; color: #39705a; }
.store-guest-note > a { color: #166534; font-weight: 850; white-space: nowrap; }
.dark-mode .store-guest-note { border-color: #27614b; background: #123326; color: #dcfce7; }
.dark-mode .store-guest-note span { color: #a7d7c5; }
.dark-mode .store-guest-note > a { color: #86efac; }
@media (max-width: 650px) {
  .store-guest-note { align-items: flex-start; flex-wrap: wrap; }
  .store-guest-note > a { margin-left: 32px; }
}
