/*
 * Lloyds Cardnet Frontend Styles
 *
 * 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 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;
}