/* Banner shortcode [entourance-banner] */
.entourance-plugin.entourance-banner {
	width: 100%;
	margin: 1.5rem 0;
}

.entourance-banner__inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 1.75rem 1.5rem;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.02) 100%);
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	text-align: center;
}

.entourance-banner__claim {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.25;
}

.entourance-banner__text {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.55;
	color: inherit;
}

.entourance-banner__text p:last-child {
	margin-bottom: 0;
}

.entourance-banner__actions {
	margin-top: 0.25rem;
}

.entourance-banner__btn {
	display: inline-block;
}

@media (max-width: 576px) {
	.entourance-banner__inner {
		padding: 1.25rem 1rem;
	}

	.entourance-banner__claim {
		font-size: 1.15rem;
	}
}
