/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/
	Description: Hello Elementor Child Theme
	Author: MTC Media
	Author URI: https://mtcmedia.co.uk
	Template: hello-elementor
	Version: 1.0.1
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
*/

/* ==========================================================================
   Amelia Booking Customizations
   ========================================================================== */

/**
 * Hide Stripe payment option from checkout.
 * Payment is collected after approval via email link instead.
 */
.am-payment-method-stripe,
.amelia-v2-booking [class*="stripe"],
.amelia-v2-booking .am-select-payment-method .stripe,
[data-payment="stripe"],
.am-payments__method-button img[alt="stripe"],
.am-payments__method-button:has(img[alt="stripe"]) {
	display: none !important;
}

/**
 * Replace "The payment will be done on-site." text
 */
.am-payments__sentence p {
	font-size: 0 !important;
}
.am-payments__sentence p::after {
	content: "Payment will be required after event confirmation";
	font-size: 14px;
}

/**
 * Hide On-site payment button (only option, no need to show)
 */
.am-payments__method-button:has(img[alt="onSite"]) {
	display: none !important;
}

/**
 * Style for the payment method text on congrats page
 * (Text replacement is handled via JavaScript in functions.php)
 */
