/* PortChief SweetAlert2 brand polish — Issue #236 */
.swal2-container { z-index: 200000 !important; }
.swal2-popup.pc-swal-popup {
	border-radius: 14px;
	padding: 28px 32px;
	font-family: inherit;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.32);
}
.swal2-popup .pc-swal-title { color: #0f172a; font-weight: 700; }
.swal2-popup .swal2-html-container { color: #475569; }
.swal2-styled.swal2-confirm.pc-swal-confirm {
	border-radius: 8px !important;
	font-weight: 700 !important;
	padding: 10px 22px !important;
	box-shadow: 0 4px 12px rgba(37, 99, 235, 0.28) !important;
}
.swal2-styled.swal2-cancel {
	border-radius: 8px !important;
	font-weight: 600 !important;
}
