#d8-age-gate {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

#d8-age-gate[hidden] {
	display: none;
}

.d8-age-modal {
		background: white;
            padding: 30px 40px;
            max-width: 460px;
            width: 90%;
            text-align: center;
            border: 8px solid #eee;
}

body .d8-age-logo img {
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 16px;
}

.d8-question {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 18px;
}

.d8-actions {
	display: flex;
	gap: 16px;
	justify-content: center;
}

.d8-actions button {
	padding: 12px;
	border: none;
	font-weight: 600;
	cursor: pointer;
	background: #6d28d9;
	color: #ffffff;
	transition: background-color 0.3s;
        border-radius: 0;
        min-width: 150px;

}

.d8-actions button:hover {
	background-color: #552cdd;

}
