.sib-fvd {
	display: flex;
	align-items: center;
	max-width: 520px;
	margin: 20px 0;
	padding: 16px;
	gap: 16px;
	background: #fff;
	border-left: 6px solid #f5a623;
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.sib-fvd__image-link {
	display: block;
	flex-shrink: 0;
}

.sib-fvd__image {
	display: block;
	width: 135px;
	height: 90px;
	object-fit: cover;
	background: #eee;
	border-radius: 8px;
}

.sib-fvd__content {
	min-width: 0;
}

.sib-fvd__kicker {
	margin-bottom: 5px;
	color: #005a9c;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.sib-fvd__title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.sib-fvd__title a {
	color: #1d1d1d;
	text-decoration: none;
}

.sib-fvd__title a:hover,
.sib-fvd__title a:focus {
	text-decoration: underline;
}

.sib-fvd__button {
	display: inline-block;
	padding: 7px 13px;
	color: #fff !important;
	background: #005a9c;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.sib-fvd__button:hover,
.sib-fvd__button:focus {
	color: #fff !important;
	background: #004675;
}

@media (max-width: 600px) {
	.sib-fvd {
		align-items: flex-start;
	}

	.sib-fvd__image {
		width: 110px;
		height: 80px;
	}

	.sib-fvd__title {
		font-size: 16px;
	}
}
