/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 28 2025 | 05:17:44 */
/*
 * Created Date: Saturday, 10th May 2025, 3:14:49 am
 *
 * CUSTOM CSS & JS INSTRUCTIONS:
 * Linking type: External
 * Where on page: In the <footer> element
 * Where in site: ALL
 *
 * COPY EVERYTHING BELOW THIS COMMENT BLOCK
 */


 /* 2025.11.08 - Kingsley - fixed booking form too low in my account */
.amelia-v2-booking #amelia-container.am-cap__wrapper {
	margin: 0;
}

/* 2025.10.20 - Kingsley
1. hide border at top of dialog footer as it's overflowing the container - position relative fixes the overflow but hiding looks cleaner */
.am-dialog-footer {
	position: relative !important;
	border-top: none !important;
}

/* 2025.09.24 - Kingsley - fixing popup padding on right width when modal opens */
body {
	width: 100% !important;
}

/* 2024.01.24 - Kingsley - hide default logo */
.am-page-header .am-logo,
.am-body a.am-help-button {
	display: none !important;
}