.pressovac-hero-section-2-row-widget {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow-x: clip;
}

.pressovac-hero-section-2-row {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.pressovac-hero-section-2-row__hero {
	width: 100%;
	min-height: clamp(280px, 52vw, 620px);
	background-position: var(--pressovac-hero-bg-pos-x, 50%) var(--pressovac-hero-bg-pos-y, 50%);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.pressovac-hero-section-2-row__content-row {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(16px, 4vw, 48px);
	padding-right: clamp(16px, 4vw, 48px);
	padding-bottom: clamp(12px, 2vw, 28px);
	box-sizing: border-box;
}

.pressovac-hero-section-2-row__content-panel {
	width: 50%;
	max-width: 740px;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	margin-left: 0;
	margin-top: 0;
}

.pressovac-hero-section-2-row__content-panel-body {
	width: 100%;
	min-height: 72px;
}

.pressovac-hero-section-2-row__content-panel-body > .elementor-element {
	width: 100%;
}

.pressovac-hero-section-2-row__editor-hint {
	border: 1px dashed rgba(13, 162, 231, 0.45);
	background: rgba(13, 162, 231, 0.06);
	color: #0f172a;
	padding: 14px 16px;
	font-size: 14px;
	line-height: 1.4;
}

.pressovac-hero-section-2-row__frame-row {
	display: flex;
	justify-content: center !important;
	width: 100%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	--pressovac-frame-base-side-offset: 0px;
	--pressovac-frame-extra-side-offset: 0px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
	margin-top: 0;
}

.pressovac-hero-section-2-row__title-frame {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0;
	min-height: 110px;
	padding: 18px 22px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center !important;
	background: #fff;
	border: 1px solid rgba(13, 162, 231, 0.2);
	border-radius: 0;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.pressovac-hero-section-2-row__frame-title {
	margin: 0;
	display: block;
	width: 100%;
	color: #0da2e7;
	font-size: clamp(1.4rem, 3.2vw, 2.8rem);
	line-height: 1.2;
	font-weight: 700;
	text-align: center !important;
	--pressovac-title-offset-base-x: 0px;
	--pressovac-title-offset-extra-x: 0px;
	--pressovac-title-offset-base-y: 0px;
	--pressovac-title-offset-extra-y: 0px;
	transform: translate(
		var(--pressovac-title-offset-extra-x, 0px),
		var(--pressovac-title-offset-extra-y, 0px)
	) !important;
}

@media (min-width: 768px) {
	.pressovac-hero-section-2-row__content-panel {
		max-width: 740px;
	}
}

@media (max-width: 1024px) {
	.pressovac-hero-section-2-row__hero {
		min-height: clamp(240px, 55vw, 500px);
	}

	.pressovac-hero-section-2-row__content-panel {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.pressovac-hero-section-2-row-widget {
		display: none !important;
	}

	.pressovac-hero-section-2-row__hero {
		min-height: 260px;
	}

	.pressovac-hero-section-2-row__content-row {
		padding-left: 16px;
		padding-right: 16px;
	}

	.pressovac-hero-section-2-row__content-panel {
		width: 100%;
		max-width: 100%;
	}

	.pressovac-hero-section-2-row__title-frame {
		width: 100%;
		max-width: 100%;
		min-height: 92px;
		padding: 14px 18px;
	}
}
