.custom-age-notice {
	margin: 20px 0;
	padding: 15px;
	background: #f0f0f0;
	border-left: 4px solid #f05025;
	border-radius: 4px;
	position: relative;
}

.custom-age-notice.hidden {
	display: none;
}

.custom-age-notice__text {
	color: #333000;
	font-size: 11px;
}

.custom-age-notice__text > :last-child {
	margin-bottom: 0;
}

#custom-age-confirm {
	margin-top: 10px;
	padding: 8px 16px;
	font-size: 1rem;
	background: #f05025;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

#custom-age-confirm:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
