/*
 * 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-pay-button {
	width: 300px;
	height: 40px;
	display: none;
	border-radius: 5px;
	margin-bottom: 10px;
	background-image: -webkit-named-image(apple-pay-logo-white);
	background-position: 50% 50%;
	background-color: black;
	background-size: 24%;
	background-repeat: no-repeat;
}

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