/*
 * Lloyds Cardnet Frontend Styles
 *
 * Copyright (c) 2020-2025 Autify Digital Ltd.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 */

/* Payment Method Styles */
.payment_method_lloyds_cardnet_paymentjs_gateway p:first-child {
	margin-bottom: 10px;
}

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

.wc_payment_method.payment_method_lloyds_cardnet_redirect_payment label img,
.wc_payment_method.payment_method_lloyds_cardnet_paymentjs_gateway label img {
	padding-bottom: 15px;
}

/* Loading Indicator */
.lloyds-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;
}

/* WooCommerce Payment Info */
#payment .wc_payment_methods li.wc_payment_method .woocommerce-info {
	display: block !important;
}