.country-picker {
  max-width: 430px;
  margin: 0 auto 28px;
  display: grid;
  gap: 8px;
  font-weight: 900;
  color: var(--deep);
}

.country-picker select,
.form-grid select {
  width: 100%;
  padding: 16px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  font-size: 16px;
  background: #fff;
  color: var(--text);
  font-weight: 700;
}

.price-note {
  display: block;
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.35;
  color: var(--muted);
  font-weight: 800;
}

.price {
  overflow-wrap: anywhere;
}

.price-loading {
  opacity: .72;
}

.payment-status small {
  display: block;
  font-weight: 800;
  color: var(--muted);
  margin-top: 4px;
}
