/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.cust-customer-type-group {
  margin-bottom: 1rem;
}

.cust-customer-type-options {
  display: flex;
  gap: 24px;
  padding-top: 6px;
}

.cust-radio-label {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 14px;
}

.cust-radio-label input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
}
