/* VALGO checkout v3.3.3 */
.checkout-phone-field {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
}
.checkout-phone-prefix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  color: var(--valgo-green);
  background: rgba(22, 51, 40, 0.06);
  font-weight: 800;
}
.checkout-phone-field input {
  border-radius: 0 12px 12px 0 !important;
}
.checkout-field-help {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 400;
}
