:root {
  --dk-blue-100: #385b75;
}

.dk-account-type .woocommerce-input-wrapper {
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid var(--dk-blue-100);
  border-radius: 8px;
}

.dk-account-type > label,
.dk-account-type input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}

.dk-account-type input[type="radio"] + label {
  width: 100%;
  padding: 10px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--dk-blue-100);
  text-align: center;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.dk-account-type input[type="radio"] + label:hover {
  background-color: #f9fbfc;
}

.dk-account-type input[type="radio"]:checked + label {
  color: #fff;
  background-color: var(--dk-blue-100);
}

#billing_tax_no_field,
#billing_company_field {
  display: none;
}

#billing_tax_no_field.visible,
#billing_company_field.visible {
  display: block;
}

.dk-section h3 {
  padding-bottom: 8px;
  margin: 24px 0 16px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid var(--dk-blue-100);
}

.dk-consents {
  margin-top: 126px;
}

.dk-consents a {
  text-decoration: underline;
}

.dk-consents .checkbox {
  cursor: pointer;
}

.dk-consents .input-checkbox {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
