/* Base overlay */
#bsb-age-verification-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Modal Popup Mode */
#bsb-age-verification-overlay:not(.bsb-age-fullscreen) {
	background-color: rgba(0, 0, 0, 0.6);
}

#bsb-age-verification-overlay:not(.bsb-age-fullscreen) .bsb-age-modal {
	background-color: #f9f8f6;
	max-width: 450px;
	width: 90%;
	text-align: center;
	padding: 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Fullscreen Mode */
#bsb-age-verification-overlay.bsb-age-fullscreen {
	background-color: #f9f8f6;
}

#bsb-age-verification-overlay.bsb-age-fullscreen .bsb-age-modal {
	background-color: transparent;
	max-width: 450px;
	width: 90%;
	text-align: center;
	padding: 40px 20px;
}

.bsb-age-header .bsb-age-title {
    color: var(--e-global-color-408f40e);
    font-size: 14px;
    line-height: 18.7px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-bottom: 48px;
    font-weight: 500;
    font-family: var(--e-global-typography-text-font-family);
}

.bsb-age-content .bsb-age-subtitle {
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 36px;
    font-weight: 400;
    color: var(--e-global-color-67833de);
    margin-bottom: 16px;
    line-height: 43.2px;
}

.bsb-age-text {
    font-size: 16px;
    color: var(--e-global-color-d536683);
    line-height: 24px;
    margin-bottom: 32px;
}

.bsb-age-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.bsb-age-actions .bsb-age-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 27.2px;
    padding: 14px 22px;
    font-family: var(--e-global-typography-text-font-family);
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 0;
}

.bsb-age-btn.bsb-age-primary {
    background-color: var(--e-global-color-408f40e);
    color: #ffffff;
    border: none;
}

.bsb-age-btn.bsb-age-primary:hover {
	background-color: var(--e-global-color-408f40e);
}

.bsb-age-btn.bsb-age-secondary {
    background-color: transparent;
    color: var(--e-global-color-67833de);
    border: 1px solid var(--e-global-color-67833de);
}

.bsb-age-btn.bsb-age-secondary:hover {
	background-color: var(--e-global-color-2f722a6);
}

.bsb-age-footer {
    font-size: 13px;
    color: var(--e-global-color-7b04add);
    line-height: 20.15px;
}

.bsb-age-footer a {
	color: var(--e-global-color-7b04add);
	text-decoration: underline;
}
