/*
 * Natwest Payments Frontend Styles
 *
 * This software is the confidential and proprietary information of Tyl by NatWest.
 * Unauthorized use, reproduction, or distribution of this software, in whole or in part, is strictly prohibited.
 * Copyright (c) 2024-Present Tyl by NatWest.
 * 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 Tyl by NatWest.
 */

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

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

.wc_payment_method.payment_method_natwest_gateway_redirect_payment label img,
.wc_payment_method.payment_method_natwest_gateway_paymentjs_payment label img,
.wc_payment_method.payment_method_natwest_gateway_checkout_solution label img {
	padding-bottom: 15px;
	height: 100% !important;
	max-height: 40px !important;
	object-fit: contain !important;
}

/* Loading Indicator */
.natwest-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;
	-webkit-appearance: -apple-pay-button;
	-apple-pay-button-type: plain;
	-apple-pay-button-style: black;
}

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