#pgm-regulatory-notice {
	background: rgba(3, 8, 28, 0.72);
	backdrop-filter: blur(3px);
}

.pgm-regulatory-notice__dialog {
	width: min(620px, calc(100vw - 32px));
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.pgm-regulatory-notice__header {
	padding: 28px 32px 20px;
	border-bottom: 0;
	background: #fff;
}

.pgm-regulatory-notice__header .uk-modal-title {
	color: #02008f;
	font-size: clamp(24px, 4vw, 32px);
	font-weight: 700;
	line-height: 1.2;
}

.pgm-regulatory-notice__body {
	padding: 4px 32px 20px;
	color: #27324a;
	font-size: 16px;
	line-height: 1.7;
}

.pgm-regulatory-notice__body p {
	margin: 0 0 16px;
}

.pgm-regulatory-notice__body p:last-child {
	margin-bottom: 0;
}

.pgm-regulatory-notice__footer {
	padding: 20px 32px 28px;
	border-top: 0;
	background: #fff;
}

.pgm-regulatory-notice__confirm {
	min-width: 150px;
	border-radius: 6px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

@media (max-width: 639px) {
	.pgm-regulatory-notice__header {
		padding: 24px 22px 16px;
	}

	.pgm-regulatory-notice__body {
		padding: 4px 22px 16px;
		font-size: 15px;
	}

	.pgm-regulatory-notice__footer {
		padding: 18px 22px 24px;
	}

	.pgm-regulatory-notice__confirm {
		width: 100%;
	}
}
