/*
 * This software is the confidential and proprietary information of Autify Digital Ltd.
 * Unauthorized use, reproduction, or distribution of this software, in whole or in part, is strictly prohibited.
 * Copyright (c) 2020-2025 Autify Digital Ltd.
 * This work is protected under applicable copyright and intellectual property laws.
 * All rights reserved. Distribution and disclosure are permitted only in accordance with
 * the terms of a valid written agreement with Autify Digital Ltd.
 */
.payment_method_clover_paymentjs_gateway p:first-child {
  margin-bottom: 10px;
}

.payment_box.payment_method_clover_paymentjs_gateway iframe{
  height: 50px !important;
}

.wc_payment_method.payment_method_clover_redirect_payment label img,
.wc_payment_method.payment_method_clover_paymentjs_gateway label img,
.wc_payment_method.payment_method_clover_checkout_solution label img {
  max-height: 25px;
  width: auto;
  padding-bottom: 0;
  vertical-align: middle;
}

.clover-custom-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999;
}

/* Apple Pay Button (Apple <apple-pay-button> web component) */
#apple-pay-button {
  display: none;
  margin-bottom: 10px;
  --apple-pay-button-width: 300px;
  --apple-pay-button-height: 40px;
  --apple-pay-button-border-radius: 5px;
  --apple-pay-button-padding: 0;
  --apple-pay-button-box-sizing: border-box;
}