<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.adyen-checkout__input {
  background-color: #f5f5f0;
  border: 2px solid #c0c0c0;
  padding: 1rem 0.75rem;
  height: 60px;
  color: #15191f;
  font-family: "Garnett", "Inter", sans-serif;
  border-radius: 1rem;
  font-weight: 500;
}

.adyen-checkout__input:placeholder-shown {
  color: #c0c0c0;
}

.adyen-checkout__input--focus,
.adyen-checkout__input--focus:hover,
.adyen-checkout__input:active,
.adyen-checkout__input:active:hover,
.adyen-checkout__input:focus,
.adyen-checkout__input:focus:hover {
  border: none;
  box-shadow: 0 0 0 2px #98e3cc;
}

.adyen-checkout__label__text {
  font-size: 0.85em;
  line-height: 1em;
  color: #c0c0c0;
  padding-bottom: 0.5rem;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.adyen-checkout__label--focused .adyen-checkout__label__text {
  color: #98e3cc;
}

.checkout__label__text .checkout__input:focus + .checkout__label__text,
.checkout__input:focus-within + .checkout__label__text {
  top: 3px;
  font-size: 0.8em;
}

.chckt-input-field--error {
  color: #f17575;
}

.adyen-checkout__error-text {
  color: #f17575;
}

.adyen-checkout__card__brands {
  margin-bottom: 0;
}

.adyen-checkout__card__exp-cvc.adyen-checkout__field-wrapper div label span.adyen-checkout__input-wrapper {
  padding-top: 12px;
}

.adyen-checkout__card__exp-cvc.adyen-checkout__field-wrapper div label span.adyen-checkout__label__text {
  padding: 0px;
}

.adyen-checkout__field.adyen-checkout__card__holderName {
  margin-top: 0;
}

.adyen-checkout__applepay__button {
  width: 100%;
}
.chakra-radio__control[data-checked]:hover {
  background-color: #21252A;
  color: #21252A;
  border: 5px solid #75EAF1;
}
</pre></body></html>