/* Notice Popup — Magnific Popup wrapper */
.kw-notice-popup-mfp .mfp-content {
	max-width: 600px;
	margin: 0 auto;
}

.kw-notice-popup {
	background: #fff;
	margin: 20px auto;
	padding: 0;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
}

/* Respect an explicit max-width set inline from the ACF setting */
.kw-notice-popup[style*="max-width"] {
	max-width: 100%;
}

/* ---- Popup content styling (block 51725 "Nova spletna stran - Popup") ---- */
.kw-notice-popup .kw-np-icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(68, 96, 132, 0.08);
}

.kw-notice-popup .kw-np-icon img {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	object-fit: contain;
}

.kw-notice-popup .kw-np-eyebrow {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--primary-color, #446084);
}

.kw-notice-popup .kw-np-title {
	margin: 0 0 14px;
	font-size: 26px;
	line-height: 1.25;
	font-weight: 700;
}

.kw-notice-popup .kw-np-text {
	margin: 0 auto 12px;
	max-width: 40em;
	font-size: 15px;
	line-height: 1.6;
	color: #5a6472;
}

.kw-notice-popup .kw-np-sign {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #8a929e;
}

.kw-notice-popup .kw-np-sign strong {
	color: #2b2f36;
}

/* Slightly tighten Flatsome's default button margins inside the popup */
.kw-notice-popup .button {
	margin-bottom: 0;
}
