/*
Theme Name: The Copper Lantern – Inspiro Child
Theme URI: https://thecopperlantern.ca/
Description: Safe child theme customization layer for The Copper Lantern site. Built on the Inspiro parent theme.
Author: The Copper Lantern
Template: inspiro
Version: 1.0.23
Text Domain: inspiro-tcl-child
*/

/* Core styles are loaded through functions.php. */

/* v1.0.23 – Keep browser autofill styling dark across TCL forms and WooCommerce checkout. */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
.woocommerce input:-webkit-autofill,
.woocommerce input:-webkit-autofill:hover,
.woocommerce input:-webkit-autofill:focus,
.woocommerce textarea:-webkit-autofill,
.woocommerce textarea:-webkit-autofill:hover,
.woocommerce textarea:-webkit-autofill:focus,
.tcl-event-wrap input:-webkit-autofill,
.tcl-event-wrap input:-webkit-autofill:hover,
.tcl-event-wrap input:-webkit-autofill:focus,
.tcl-event-wrap textarea:-webkit-autofill,
.tcl-event-wrap textarea:-webkit-autofill:hover,
.tcl-event-wrap textarea:-webkit-autofill:focus {
	-webkit-text-fill-color: #ffffff !important;
	caret-color: #ffffff !important;
	background-color: #0f0f0f !important;
	box-shadow: 0 0 0 1000px #0f0f0f inset !important;
	-webkit-box-shadow: 0 0 0 1000px #0f0f0f inset !important;
	border-color: rgba(226, 166, 35, 0.7) !important;
	transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s;
}

input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill,
.woocommerce input:-moz-autofill,
.woocommerce textarea:-moz-autofill,
.tcl-event-wrap input:-moz-autofill,
.tcl-event-wrap textarea:-moz-autofill {
	-moz-text-fill-color: #ffffff !important;
	caret-color: #ffffff !important;
	background-color: #0f0f0f !important;
	border-color: rgba(226, 166, 35, 0.7) !important;
}
