/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 09:19:03 */
.booknetic_appointment {
	min-width: 900px !important;
	width: 900px !important;
}


/* Ensures 'extras' scroll to the top */
.booknetic_appointment_container_header {
    scroll-margin-top: 0 !important;
}

.bkntc_booking_modal {
    scroll-behavior: auto !important;
}


/* Hide service images - this will still appear at booking confirmed page */
img.booknetic_card_service_image {
  display: none !important;
}

/* Adjust the spacing if needed after hiding the image */
.booknetic_service_card_image {
  display: none !important;
}

/* If you need to adjust the card layout after hiding the image */
.booknetic_service_card_header {
  padding-left: 20px !important;
  padding-top: 20px !important;
}

/* Responsive adjustments for mobile devices */
@media (max-width: 1000px) {
	.booknetic_appointment {
		min-width: auto !important;
		width: auto !important;
	}
  	.booknetic_service_card_header {
    	padding-left: 6px !important;
  	}
}