/* @override 
	https://rgoods-shop.local/wp-content/plugins/ethikdo-gateway/assets/css/ethikdo.css */
ul.methods li.payment_method_ethikdo_gateway img {
  display: block;
  width: 120px;
  margin: 10px 0;
}
ul.methods li.payment_method_ethikdo_gateway p {
  font-size: 14px;
  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 {
  margin: 0 0 0 auto;
}
ul.methods .ethikdo-fields {
  margin-top: 10px;
  gap: 10px;
  display: flex;
}
ul.methods .ethikdo-fields .field label {
  display: block;
  color: #555;
  font-size: 12px;
  text-align: left;
}
ul.methods .ethikdo-fields .field input[type="text"] {
  color: #000;
  margin: 0 0 6px;
}
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;
}
