.lat46-blocked-iframe {
	background: #f8f8f8;
	border: 2px dashed #ddd;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 32px 16px;
	box-sizing: border-box;
	font-family: inherit;
	min-height: 200px;
}

.lat46-blocked-iframe__inner { max-width: 320px; }

.lat46-blocked-iframe__icon {
	width: 40px;
	height: 40px;
	margin: 0 auto 12px;
	background: #cc0000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Lock SVG via mask */
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z'/%3E%3C/svg%3E") center/24px no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z'/%3E%3C/svg%3E") center/24px no-repeat;
	background-color: #cc0000;
	-webkit-mask-size: 24px;
	mask-size: 24px;
}

.lat46-blocked-iframe__title {
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 8px;
}

.lat46-blocked-iframe__desc {
	font-size: 12px;
	color: #666;
	line-height: 1.5;
	margin: 0 0 16px;
}

.lat46-blocked-iframe__btn {
	background: #cc0000;
	color: #fff;
	border: none;
	padding: 8px 20px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background .15s;
}

.lat46-blocked-iframe__btn:hover { background: #a80000; }
