.botta-insights-page {
	--botta-insights-bg: #fbfbf6;
	--botta-insights-ink: #091306;
	--botta-insights-muted: #5f6861;
	--botta-insights-line: #d9ddd3;
	--botta-insights-soft: #eeeee9;
	--botta-insights-lime: #d3fa99;
	--botta-insights-cream: #d4b290;
	--botta-insights-deep: #091306;
	background: var(--botta-insights-bg);
	color: var(--botta-insights-ink);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	min-height: 100vh;
	padding-top: 0;
}

body.error404 .botta-insights-page,
body.page .botta-insights-page,
body.archive .botta-insights-page {
	overflow-x: hidden;
}

.botta-insights-page a {
	color: inherit;
	text-decoration: none;
}

.botta-insights-page .botta-fh-nav-cta,
.botta-insights-page .botta-fh-button,
.botta-insights-page .botta-fh-button:visited,
.botta-insights-page .botta-fh-nav-cta:visited {
	color: #ffffff;
}

.botta-insights-page .botta-fh-nav-cta:hover,
.botta-insights-page .botta-fh-nav-cta:focus-visible,
.botta-insights-page .botta-fh-button:hover,
.botta-insights-page .botta-fh-button:focus-visible {
	color: #091306;
	background: #fcfcf7;
	border-color: #091306;
}

.botta-insights-page__inner {
	width: min(1265px, calc(100% - 96px));
	margin: 0 auto;
	padding: 176px 0 64px;
}

.botta-insights-elementor-content,
.botta-insights-elementor-content > .elementor,
.botta-insights-elementor-content .elementor-section.elementor-section-stretched,
.botta-insights-elementor-content .elementor-section-full_width {
	left: auto !important;
	right: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.botta-insights-elementor-content .elementor-section > .elementor-container {
	max-width: 100% !important;
}

.botta-insights-page .botta-fh-footer {
	width: min(1265px, calc(100% - 96px));
	min-height: 0;
	padding-bottom: 56px;
}

.botta-insights-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 438px);
	gap: 72px;
	align-items: start;
	padding-top: 0;
	margin-bottom: 46px;
}

.botta-insights-hero h1 {
	margin: 0;
	font-size: clamp(42px, 4.1vw, 56px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
}

.botta-insights-hero p {
	margin: 0;
	color: var(--botta-insights-ink);
	font-size: 15px;
	line-height: 1.45;
}

.botta-insights-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	align-items: center;
	margin-bottom: 34px;
}

.botta-insights-tabs__link {
	color: #b8c1bd;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-decoration: none;
	text-underline-offset: 0.16em;
	transition: color 160ms ease, text-decoration-color 160ms ease;
}

.botta-insights-tabs__link.is-active,
.botta-insights-tabs__link:hover,
.botta-insights-tabs__link:focus-visible {
	color: var(--botta-insights-ink);
	text-decoration: underline;
	text-decoration-color: currentColor;
}

.botta-insights-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 42px 28px;
}

.botta-insights-card {
	min-width: 0;
}

.botta-insights-card__link {
	display: block;
}

.botta-insights-card__media {
	height: 240px;
	border-radius: 25px;
	overflow: hidden;
	background: #dde2d6;
}

.botta-insights-card__media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.botta-insights-card__content {
	padding-top: 12px;
}

.botta-insights-badge {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1;
	text-transform: uppercase;
}

.botta-insights-badge--case-study {
	background: var(--botta-insights-soft);
	color: var(--botta-insights-ink);
}

.botta-insights-badge--press-release {
	background: var(--botta-insights-lime);
	color: var(--botta-insights-ink);
}

.botta-insights-badge--news {
	background: var(--botta-insights-cream);
	color: var(--botta-insights-ink);
}

.botta-insights-badge--blog {
	background: var(--botta-insights-deep);
	color: #ffffff;
}

.botta-insights-card h2 {
	margin: 12px 0 0;
	color: #1c3a13;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0;
}

.botta-insights-empty {
	padding: 48px 40px;
	border: 1px solid var(--botta-insights-line);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.55);
}

.botta-insights-empty h2 {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
}

.botta-insights-empty p {
	margin: 0;
	color: var(--botta-insights-muted);
	font-size: 16px;
	line-height: 1.5;
}

.botta-insights-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 42px;
}

.botta-insights-pagination__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	color: #6c726b;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	transition: background-color 160ms ease, color 160ms ease;
}

.botta-insights-pagination__link.is-active,
.botta-insights-pagination__link:hover,
.botta-insights-pagination__link:focus-visible {
	background: var(--botta-insights-deep);
	color: #ffffff;
}

@media (max-width: 1100px) {
	.botta-insights-page {
		padding-top: 0;
	}

	.botta-insights-page__inner,
	.botta-insights-page .botta-fh-footer {
		width: min(calc(100% - 48px), 1265px);
	}

	.botta-insights-page__inner {
		padding: 156px 0 64px;
	}

	.botta-insights-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.botta-insights-card h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.botta-insights-hero {
		padding-top: 8px;
	}
}

@media (max-width: 767px) {
	.botta-insights-page {
		padding-top: 0;
	}

	.botta-insights-page__inner,
	.botta-insights-page .botta-fh-footer {
		width: min(calc(100% - 32px), 1265px);
	}

	.botta-insights-page__inner {
		padding: 136px 0 40px;
	}

	.botta-insights-hero {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-top: 0;
		margin-bottom: 28px;
	}

	.botta-insights-hero p {
		font-size: 14px;
	}

	.botta-insights-tabs {
		gap: 18px 20px;
		margin-bottom: 26px;
	}

	.botta-insights-tabs__link {
		font-size: 18px;
		line-height: 24px;
	}

	.botta-insights-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.botta-insights-card__media {
		height: 220px;
	}

	.botta-insights-card h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.botta-insights-pagination {
		flex-wrap: wrap;
	}
}
