/* Image Box Widget — 711f1fda */

.ib-711f1fda-wrapper {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.ib-711f1fda-link:hover {
	transform: translateY(-2px);
}

.ib-711f1fda-image {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ib-711f1fda-content {
	display: flex;
	flex-direction: column;
}

.ib-711f1fda-title {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.3;
}

.ib-711f1fda-description {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
}

.ib-711f1fda-instagram {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	opacity: 0.75;
	transition: opacity 0.2s ease;
}

.ib-711f1fda-link:hover .ib-711f1fda-instagram {
	opacity: 1;
}

.ib-711f1fda-instagram svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}
