ul.methods li.payment_method_ethikdo_gateway img {
  display: block;
  max-width: 30px;
}
ul.methods li.payment_method_ethikdo_gateway p {
  margin: 0;
}
ul.methods li.payment_method_ethikdo_gateway p.sandbox-mode {
  color: orangered;
}
ul.methods li.payment_method_ethikdo_gateway > label {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
ul.methods li.payment_method_ethikdo_gateway > label img {
  width: auto;
  margin: 0 0 0 auto !important;
}
ul.methods .ethikdo-fields {
  margin-top: 10px;
}
ul.methods .ethikdo-fields .field {
  margin: 10px 0;
}
ul.methods .ethikdo-fields .field label {
  display: block;
  margin: 0;
}
ul.methods .ethikdo-fields .field input[type="text"] {
  margin: 0 !important;
  line-height: 40px;
  font-size: 1rem;
  width: 100%;
  max-width: calc( 100% - 20px );
  padding: 0 10px;
}
ul.methods .ethikdo-fields .field input[type="text"].error {
  color: orangered;
}
ul.methods .ethikdo-fields .field.card-code {
  width: 8em;
}
.woocommerce-error li a {
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (min-width: 602px) {
  ul.methods li.payment_method_ethikdo_gateway .ethikdo-fields {
    gap: 15px;
    display: flex;
  }
  ul.methods li.payment_method_ethikdo_gateway .ethikdo-fields .field {
    margin: 0;
    width: calc( 100% - 125px );
  }
  ul.methods li.payment_method_ethikdo_gateway .ethikdo-fields .field:nth-child(2) {
    width: 110px !important;
  }
}
