/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.wc-ecrypt-payment-input {
  padding: 8px;
  font-size: 1.5em;
}

.radio-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 10px;
}

.radio-form-row label {
  margin: 0;
}

label[for="payment_method_ecrypt_payment_gateway"] {
  display: block;
  position: relative;
}

label[for="payment_method_ecrypt_payment_gateway"]::after {
  content: "";
  display: block;
  width: 44%;
  height: 54px;
  background-image: var(--ecrypt-card-logos-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ec-new-card--hide {
  display: none;
}

.ec-new-card--show {
  display: block;
}

.input-radio {
  outline: none;
}
