/* Corporate Laboratory Colors: Navy, Metallic Grey, Pure White */
.lab-modal-overlay-a24934c3 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 43, 82, 0.96); /* Solid professional Navy background */
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	padding: 20px;
}

body.admin-bar .lab-modal-overlay-a24934c3 {
	top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
	body.admin-bar .lab-modal-overlay-a24934c3 {
		top: 46px;
	}
}

.lab-modal-content-a24934c3 {
	background: #ffffff;
	border-radius: 8px;
	max-width: 520px;
	width: 100%;
	padding: 40px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.25);
	text-align: center;
	border-top: 5px solid #0D2B52; /* Corporate Navy Accent */
}

.lab-warning-content-a24934c3 {
	border-top-color: #d9534f; /* Alert red-orange for warning modal */
}

.lab-logo-a24934c3 {
	font-weight: 800;
	font-size: 24px;
	letter-spacing: 1px;
	color: #0D2B52;
	margin-bottom: 24px;
}

.lab-warning-icon-a24934c3 {
	font-size: 48px;
	margin-bottom: 20px;
}

.lab-modal-title-a24934c3 {
	font-size: 22px;
	color: #0D2B52;
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.lab-modal-text-a24934c3 {
	font-size: 15px;
	color: #495057;
	line-height: 1.6;
	margin-bottom: 15px;
}

.lab-modal-subtext-a24934c3 {
	font-size: 13px;
	color: #868e96;
	line-height: 1.5;
	margin-bottom: 30px;
	background: #f8f9fa;
	padding: 12px;
	border-radius: 4px;
}

.lab-modal-buttons-a24934c3 {
	display: flex;
	gap: 15px;
	justify-content: center;
}

.lab-btn-primary-a24934c3 {
	background-color: #0D2B52;
	color: #ffffff;
	border: none;
	padding: 14px 28px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	flex: 1;
}

.lab-btn-primary-a24934c3:hover {
	background-color: #061a33;
}

.lab-btn-secondary-a24934c3 {
	background-color: #e9ecef;
	color: #495057;
	border: 1px solid #ced4da;
	padding: 14px 28px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	flex: 1;
}

.lab-btn-secondary-a24934c3:hover {
	background-color: #dee2e6;
}

/* Cookie consent banner styling */
.lab-cookie-banner-a24934c3 {
	position: fixed;
	bottom: 24px;
	left: 24px;
	right: 24px;
	background-color: #ffffff;
	border-left: 5px solid #0D2B52;
	box-shadow: 0 8px 30px rgba(0,0,0,0.15);
	padding: 20px;
	border-radius: 6px;
	z-index: 99999;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
	.lab-cookie-banner-a24934c3 {
		max-width: 500px;
		left: auto;
	}
}

.lab-cookie-container-a24934c3 {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.lab-cookie-text-a24934c3 {
	font-size: 13px;
	color: #495057;
	line-height: 1.5;
	margin: 0;
}

.lab-cookie-link-a24934c3 {
	color: #0D2B52;
	text-decoration: underline;
	font-weight: 500;
}

.lab-cookie-buttons-a24934c3 {
	display: flex;
	justify-content: flex-end;
}

.lab-cookie-btn-a24934c3 {
	background-color: #0D2B52;
	color: #ffffff;
	border: none;
	padding: 8px 18px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.lab-cookie-btn-a24934c3:hover {
	background-color: #061a33;
}
