/* Theme Name: Lucas - BioSecure Protection */
/* Theme URI: https://biosecureprotection.com/ */
/* Description: Child theme for Twenty Twenty-Five - BioSecure Protection Edition */
/* Author: Aaron Vacin / BioSecure Protection */
/* Version: 1.1 */
/* Template: twentytwentyfive */

/*
 * BioSecure Protection Custom Styles
 * ================================
 */

/* Comparison Table Styling */
.wp-block-table.bsp-comparison-table thead th:first-child {
	background-color: transparent;
}
.wp-block-table.bsp-comparison-table thead th:nth-child(2) {
	background-color: var(--wp--preset--color--accent-1);
	color: var(--wp--preset--color--accent-2);
}
.wp-block-table.bsp-comparison-table td:first-child {
	font-weight: 600;
}

/* Footer link styles */
.has-accent-2-background-color a {
	color: var(--wp--preset--color--base);
	text-decoration: none;
}
.has-accent-2-background-color a:hover {
	color: var(--wp--preset--color--accent-1);
}
.has-accent-2-background-color .is-style-no-disc li {
	margin-bottom: 0.5rem;
}
.sticky-header{position:fixed;z-index:999;inset:0 0 auto 0}body.has-sticky-header{padding-top:var(--sticky-header-height,64px)}.content-fill{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;margin:0}.content-fill main{flex:1}@media (max-width:768px){.mobile-vert-nav{display:flex;flex-direction:column;align-items:center}.mobile-vert-nav li{text-align:center;margin-bottom:10px}}@media only screen and (max-width:600px){.is-style-hidden-mobile{display:none!important}}@media only screen and (max-width:768px){.is-style-columns-reverse{flex-direction:column-reverse}}ul.is-style-no-disc{list-style-type:none;margin:0;padding:0}