/* B2B Speditionsversand - Frontend */

.bsv-banner {
	align-items: flex-start;
	background: #f2f7fb;
	border: 1px solid #c5d9e8;
	border-left-width: 4px;
	border-radius: 3px;
	display: flex;
	gap: 12px;
	margin: 0 0 1.5em;
	padding: 14px 16px;
}

.bsv-banner__icon {
	font-size: 22px;
	line-height: 1.2;
}

.bsv-banner__title {
	font-weight: 700;
	margin-bottom: 2px;
}

.bsv-banner__text {
	line-height: 1.5;
}

.bsv-banner__summary {
	color: #4a5561;
	font-size: 0.9em;
	margin-top: 6px;
}

.bsv-banner--mini-cart {
	font-size: 0.9em;
	margin-bottom: 1em;
	padding: 10px 12px;
}

.bsv-banner--mini-cart .bsv-banner__icon {
	font-size: 18px;
}

.bsv-switch-notice__title {
	display: block;
}

.bsv-switch-notice__text {
	display: block;
}
