div:where(.swal2-container) div:where(.swal2-popup) {
	--swal2-border-radius: 10px;
}

div:where(.swal2-container) button:where(.swal2-close):hover {
	color: #fff;
	background-color: #567094;
}

.swal2-close {
	position: relative;
	width: 100%;
	height: 62px;
	align-items: center;
	color: #fff;
	background-color: #567094;
	border-radius: 10px 10px 0 0;
}

.swal2-close:before {
	content: '提示訊息';
	display: inline-block;
	font-size: 16px;
}

.swal2-close svg {
	position: absolute;
	right: 24px;
	width: 24px;
	height: 24px;
}

.swal2-popup {
	padding-bottom: 48px;
}

.swal2-icon {
	margin-top: 100px;
	margin-bottom: 34px;
}

div:where(.swal2-container) h2:where(.swal2-title) {
	padding-top: 0;
	font-size: 1rem;
	font-weight: 400;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
	font-size: 1rem;
}

@media (min-width: 991.99px) {
	div:where(.swal2-container) h2:where(.swal2-title) {
		--swal2-title-padding: 1.5rem 80px 0;
		font-size: 1.5rem;
	}
}
