/**
 * Cookies AS — blocked-content placeholders.
 */

.cas-blocked {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 180px;
	padding: 24px;
	background: #f3f4f6;
	border: 1px dashed #c3c4c7;
	border-radius: 6px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.cas-blocked__inner {
	max-width: 420px;
	text-align: center;
}

.cas-blocked__title {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 700;
	color: #1d2327;
}

.cas-blocked__text {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.5;
	color: #50575e;
}

.cas-blocked__btn {
	min-height: 40px;
	padding: 9px 18px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background: #2271b1;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
}

.cas-blocked__btn:hover {
	background: #135e96;
}

.cas-blocked__btn:focus-visible {
	outline: 3px solid #2271b1;
	outline-offset: 2px;
}
