/**
 * Team Culture widget — Elementor overrides.
 */
.elementor-widget-beep-team-culture {
	width: 100%;
}

.elementor-widget-beep-team-culture .elementor-widget-container,
.elementor-widget-beep-team-culture .beep-team-culture,
.elementor-widget-beep-team-culture .beep-team-culture .row,
.elementor-widget-beep-team-culture .beep-team-culture .row > [class*="col-"] {
	overflow: visible;
}

.elementor-widget-beep-team-culture .beep-team-culture {
	width: 100%;
}

.elementor-widget-beep-team-culture .beep-team-culture .row > [class*="col-"] {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.elementor-widget-beep-team-culture .beep-section-title-wrapper--left {
	text-align: left;
}

.elementor-widget-beep-team-culture .beep-section-title-wrapper--left .beep-section-label {
	display: inline-block;
	margin-left: 0;
	margin-right: auto;
}

.elementor-widget-beep-team-culture .beep-section-title-wrapper--left .beep-section-title,
.elementor-widget-beep-team-culture .beep-section-title-wrapper--left .beep-section-sub {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
}

.elementor-widget-beep-team-culture .beep-section-title-wrapper--left .beep-section-sub {
	max-width: none;
}

.elementor-widget-beep-team-culture .beep-team-culture-gallery {
	flex: 1 1 auto;
	min-width: 0;
}

.elementor-widget-beep-team-culture .beep-culture-img-grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 14px;
	align-items: stretch;
	width: 100%;
	min-height: 0;
	flex: 1 1 auto;
}

.elementor-widget-beep-team-culture .beep-cimg-col {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 14px;
	min-height: 0;
	height: 100%;
}

.elementor-widget-beep-team-culture .beep-cimg {
	border-radius: var(--radius, 16px);
	overflow: hidden;
	min-height: 0;
	height: 100%;
}

.elementor-widget-beep-team-culture .beep-cimg--tall {
	min-height: 0;
	height: 100%;
}

.elementor-widget-beep-team-culture .beep-culture-icon i,
.elementor-widget-beep-team-culture .beep-culture-icon svg {
	font-size: 18px;
	line-height: 1;
	color: inherit;
}

.elementor-widget-beep-team-culture .beep-culture-icon svg.e-font-icon-svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.elementor-widget-beep-team-culture .beep-cimg img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	display: block;
}

@media (max-width: 991.98px) {
	.elementor-widget-beep-team-culture .beep-team-culture-gallery {
		margin-top: 48px;
	}

	.elementor-widget-beep-team-culture .beep-culture-img-grid {
		min-height: 320px;
	}
}

@media (max-width: 575.98px) {
	.elementor-widget-beep-team-culture .beep-culture-img-grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.elementor-widget-beep-team-culture .beep-cimg-col {
		grid-template-rows: auto auto;
	}

	.elementor-widget-beep-team-culture .beep-cimg--tall img {
		min-height: 220px;
	}
}
