/* Nevel - Blog — frontend */
:root {
	--nexo-primary: #01192a;
	--nexo-accent: #976435;
	--nexo-accent-light: #e8d2be;
	--nexo-surface: #f9f9f9;
	--nexo-muted: #828284;
	--nexo-font: "Libre Franklin", Arial, sans-serif;
	--nexo-radius: 40px 0 40px 0;
}

.nexo-template,
.nexo-carousel,
.nexo-archive,
.nexo-filter-widget,
.nexo-filter-results,
.nexo-article {
	box-sizing: border-box;
	font-family: var(--nexo-font);
	color: var(--nexo-primary);
}

.nexo-carousel { color: #fff; }

.nexo-template *,
.nexo-carousel *,
.nexo-archive *,
.nexo-filter-widget *,
.nexo-filter-results *,
.nexo-article * {
	box-sizing: border-box;
}

.nexo-template a,
.nexo-carousel a,
.nexo-archive a,
.nexo-filter-results a,
.nexo-article a {
	color: inherit;
	text-decoration: none;
}

.nexo-template button,
.nexo-carousel button,
.nexo-archive button,
.nexo-filter-widget button,
.nexo-article button,
.nexo-template input,
.nexo-archive input,
.nexo-filter-widget input,
.nexo-template select,
.nexo-archive select,
.nexo-filter-widget select {
	font: inherit;
}

.nexo-template__container {
	width: min(100% - 48px, 1280px);
	margin-inline: auto;
	padding: 100px 0 140px;
}

/* Cards */
.nexo-card {
	position: relative;
	overflow: hidden;
	background: var(--nexo-surface);
	border-radius: var(--nexo-radius);
	color: var(--nexo-primary);
	flex: 0 0 auto;
	isolation: isolate;
}

.nexo-card__media {
	display: block;
	overflow: hidden;
	background: #d7d7d7;
}

.nexo-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 70% center;
	transform: scale(1.16);
	transition: transform .65s cubic-bezier(.2,.7,.2,1);
}

.nexo-card__image[data-position="top"] { object-position: 70% top; }
.nexo-card__image[data-position="bottom"] { object-position: 70% bottom; }
.nexo-card:hover .nexo-card__image { transform: scale(1.2); }

.nexo-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, transparent 45%, rgba(232, 210, 190, .18) 45% 55%, transparent 55%),
		linear-gradient(145deg, #001421, #063755);
	color: var(--nexo-accent-light);
}

.nexo-card__placeholder span {
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -.05em;
}

.nexo-card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nexo-card__area {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 32px;
	min-width: 188px;
	max-width: 100%;
	padding: 8px 14px;
	background: var(--nexo-primary);
	border: 1px solid #000;
	border-radius: 10px 0 10px 0;
	color: var(--nexo-accent-light) !important;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nexo-card__area span { font-size: 14px; line-height: 1; }

.nexo-card__date {
	display: block;
	color: var(--nexo-muted);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.nexo-card__title {
	margin: 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -.02em;
}

.nexo-card__title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.nexo-card__read {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: var(--nexo-muted) !important;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .025em;
}

.nexo-card__read span { font-size: 14px; transition: transform .2s ease; }
.nexo-card__read:hover span { transform: translateX(4px); }

.nexo-card--horizontal {
	display: grid;
	grid-template-columns: 325px 414px;
	width: 739px;
	height: 320px;
}

.nexo-card--horizontal .nexo-card__media { width: 325px; height: 320px; }

.nexo-card--horizontal .nexo-card__content {
	width: 100%;
	height: 100%;
	padding: 54px 55px 47px;
}

.nexo-card--horizontal .nexo-card__date { margin-top: 17px; }
.nexo-card--horizontal .nexo-card__title { margin-top: 12px; font-size: 24px; }

.nexo-card--vertical {
	display: flex;
	flex-direction: column;
	width: min(100%, 370px);
	min-height: 722px;
}

.nexo-card--vertical .nexo-card__media {
	width: 100%;
	aspect-ratio: 370 / 325;
	border-radius: 40px 0 30px 0;
}

.nexo-card--vertical .nexo-card__content {
	flex: 1;
	min-height: 397px;
	padding: 43px 27px 88px;
}

.nexo-card--vertical .nexo-card__date { margin-top: 18px; }
.nexo-card--vertical .nexo-card__title { margin-top: 13px; font-size: 24px; }
.nexo-card--vertical .nexo-card__read { margin-top: 20px; }

.nexo-card__pattern {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 32px;
	height: 22px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Crect x='1' y='1' width='3' height='3' rx='.5' fill='none' stroke='%23976435' stroke-width='1'/%3E%3C/svg%3E");
	background-size: 16px 16px;
	opacity: .9;
}

/* Carousel */
.nexo-carousel {
	--nexo-carousel-media-width: 44%;
	position: relative;
	isolation: isolate;
	width: 100%;
	padding-block: 10px;
	overflow: visible;
}

.nexo-carousel__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 48px;
	width: calc(100% - 48px);
	max-width: 1280px;
	margin: 0 auto 60px;
}

.nexo-carousel__heading {
	display: flex;
	align-items: flex-end;
	gap: 48px;
}

.nexo-carousel__title {
	max-width: 430px;
	margin: 0;
	color: currentColor;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -.025em;
}

.nexo-carousel__header-actions {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 20px;
}

.nexo-carousel__stage { position: relative; }

.nexo-carousel__viewport {
	width: 100%;
	overflow: hidden;
}

.nexo-carousel__track {
	display: flex;
	align-items: stretch;
}

.nexo-carousel__slide {
	display: flex;
	height: auto;
}

.nexo-carousel__slide > .nexo-card {
	width: 100%;
	height: 100%;
	max-width: none;
}

.nexo-carousel .nexo-card--horizontal {
	grid-template-columns: var(--nexo-carousel-media-width) minmax(0, 1fr);
	width: 100%;
}

.nexo-carousel .nexo-card--horizontal .nexo-card__media {
	width: 100%;
	height: 100%;
}

.nexo-carousel .nexo-card--horizontal .nexo-card__content {
	min-width: 0;
	width: 100%;
}

.nexo-carousel .nexo-card--vertical { width: 100%; }

.nexo-carousel__controls {
	--nexo-arrows-x: 0px;
	--nexo-arrows-y: 0px;
	--nexo-arrows-top: 50%;
	--nexo-arrows-edge: 18px;
	display: flex;
	align-items: center;
	gap: 8px;
	z-index: 5;
	transform: translate(var(--nexo-arrows-x), var(--nexo-arrows-y));
}

.nexo-carousel__arrow {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
	border-radius: 0;
	background: var(--nexo-primary);
	color: #fff;
	font: inherit;
	cursor: pointer;
	pointer-events: auto;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease, transform .2s ease;
}

.nexo-carousel__arrow svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.35;
	stroke-linecap: square;
	stroke-linejoin: miter;
}

.nexo-carousel__arrow:hover,
.nexo-carousel__arrow:focus-visible {
	border-color: var(--nexo-accent);
	background: var(--nexo-accent);
	color: #fff;
}

.nexo-carousel__arrow:active { transform: scale(.94); }
.nexo-carousel__arrow.swiper-button-disabled { opacity: .28; cursor: not-allowed; }

.nexo-carousel--arrows-below > .nexo-carousel__controls {
	width: 100%;
	margin-top: 24px;
}

.nexo-carousel--arrows-overlay .nexo-carousel__controls {
	position: absolute;
	top: var(--nexo-arrows-top);
	left: 50%;
	transform: translate(calc(-50% + var(--nexo-arrows-x)), calc(-50% + var(--nexo-arrows-y)));
}

.nexo-carousel--arrows-overlay.nexo-carousel--arrows-split .nexo-carousel__controls {
	left: var(--nexo-arrows-edge);
	right: var(--nexo-arrows-edge);
	justify-content: space-between !important;
	width: auto;
	pointer-events: none;
	transform: translate(var(--nexo-arrows-x), calc(-50% + var(--nexo-arrows-y)));
}

.nexo-carousel__viewport.is-fallback {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	overscroll-behavior-inline: contain;
}

.nexo-carousel__viewport.is-fallback::-webkit-scrollbar { display: none; }
.nexo-carousel__viewport.is-fallback .nexo-carousel__track { gap: 20px; }
.nexo-carousel__viewport.is-fallback .nexo-carousel__slide { flex: 0 0 min(82vw, 739px); scroll-snap-align: center; }

.nexo-button {
	--nexo-button-color: var(--nexo-primary);
	--nexo-button-hover: var(--nexo-accent);
	--nexo-button-cutout-width: 25px;
	--nexo-button-cutout-height: 25px;
	--nexo-button-cutout-border: 1.5px;
	position: relative;
	isolation: isolate;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: min(224px, 100%);
	min-height: 58px;
	padding: 0 40px 0 14px;
	border: 0;
	border-radius: 3px;
	background: transparent !important;
	overflow: visible;
	color: #fff !important;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .035em;
	text-align: left;
	text-decoration: none !important;
	text-transform: uppercase;
}

.nexo-button::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: inherit;
	background: var(--nexo-button-color);
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - var(--nexo-button-cutout-height)),
		calc(100% - var(--nexo-button-cutout-width)) calc(100% - var(--nexo-button-cutout-height)),
		calc(100% - var(--nexo-button-cutout-width)) 100%,
		0 100%
	);
	transition: background-color .25s ease;
	pointer-events: none;
}

.nexo-button::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: var(--nexo-button-cutout-width);
	height: var(--nexo-button-cutout-height);
	border-top: var(--nexo-button-cutout-border) solid var(--nexo-button-color);
	border-left: var(--nexo-button-cutout-border) solid var(--nexo-button-color);
	box-sizing: border-box;
	transition: border-color .25s ease;
	pointer-events: none;
}

.nexo-button > span {
	position: absolute;
	right: 7px;
	bottom: 0;
	z-index: 2;
	width: 12px;
	height: var(--nexo-button-cutout-height);
	font-size: 0;
	transition: transform .25s ease;
	pointer-events: none;
}

.nexo-button > span::before,
.nexo-button > span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	pointer-events: none;
}

.nexo-button > span::before {
	width: 12px;
	height: 1.5px;
	background: var(--nexo-button-color);
	transform: translateY(-50%);
	transition: background-color .25s ease;
}

.nexo-button > span::after {
	width: 8px;
	height: 8px;
	border-top: 1.5px solid var(--nexo-button-color);
	border-right: 1.5px solid var(--nexo-button-color);
	transform: translateY(-50%) rotate(45deg);
	transition: border-color .25s ease;
}

.nexo-button:hover::before,
.nexo-button:focus-visible::before { background: var(--nexo-button-hover); }

.nexo-button:hover::after,
.nexo-button:focus-visible::after { border-color: var(--nexo-button-hover); }

.nexo-button:hover > span,
.nexo-button:focus-visible > span { transform: translateX(3px); }

.nexo-button:hover > span::before,
.nexo-button:focus-visible > span::before { background: var(--nexo-button-hover); }

.nexo-button:hover > span::after,
.nexo-button:focus-visible > span::after { border-color: var(--nexo-button-hover); }

.nexo-button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.nexo-carousel .nexo-button,
.nexo-article-cta .nexo-button {
	--nexo-button-color: var(--nexo-accent);
	--nexo-button-hover: var(--nexo-accent);
}

/* Archive */
.nexo-archive { width: 100%; }

.nexo-archive__header {
	padding-bottom: 50px;
	border-bottom: 1.5px solid var(--nexo-accent);
}

.nexo-archive__title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 35px;
}

.nexo-archive__title-row h2 {
	margin: 0;
	color: var(--nexo-primary);
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -.02em;
}

.nexo-signature {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 9px;
	font-weight: 300;
	white-space: nowrap;
}

.nexo-signature b { font-size: 9px; }
.nexo-signature i { display: block; width: 204px; height: 1px; background: var(--nexo-accent); }

.nexo-filters {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 50px;
}

.nexo-filters label { position: relative; display: block; }
.nexo-filters label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.nexo-filters select,
.nexo-filters input {
	width: 100%;
	height: 71px;
	padding: 0 30px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	outline: 0;
	background-color: #fdfdfc;
	box-shadow: inset 0 4px 20px rgba(227, 227, 227, .5);
	color: var(--nexo-muted);
	font-size: 14px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.nexo-filters select {
	appearance: none;
	padding-right: 54px;
	background-image: linear-gradient(45deg, transparent 50%, var(--nexo-muted) 50%), linear-gradient(135deg, var(--nexo-muted) 50%, transparent 50%);
	background-position: calc(100% - 25px) 32px, calc(100% - 20px) 32px;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.nexo-filters select:focus,
.nexo-filters input:focus { border-color: var(--nexo-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--nexo-accent) 16%, transparent); }

.nexo-filter-submit {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.nexo-archive__eyebrow {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 50px;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.nexo-archive__status {
	min-height: 20px;
	margin: 12px 0 28px;
	color: var(--nexo-muted);
	font-size: 11px;
	text-align: right;
}

.nexo-archive__results { transition: opacity .2s ease; }
.nexo-archive.is-loading .nexo-archive__results { opacity: .35; pointer-events: none; }
.nexo-archive.is-loading { cursor: progress; }

.nexo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 370px));
	justify-content: space-between;
	gap: 70px 45px;
}

.nexo-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 70px;
}

.nexo-pagination a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	font-size: 12px;
}

.nexo-pagination a[aria-current="page"] { background: var(--nexo-primary); border-color: var(--nexo-primary); color: #fff; }

.nexo-empty {
	display: grid;
	place-items: center;
	min-height: 260px;
	padding: 50px 24px;
	border: 1px solid #e8e8e8;
	background: var(--nexo-surface);
	text-align: center;
}

.nexo-empty span { color: var(--nexo-accent); font-size: 30px; }
.nexo-empty p { max-width: 420px; margin: 14px 0 0; color: var(--nexo-muted); }

/* Elementor: filtros e resultados independentes */
.nexo-filter-widget {
	--nexo-filter-arrow: var(--nexo-muted);
	--nexo-filter-height: 70px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	margin: 0;
}

.nexo-filter-widget__field {
	position: relative;
	display: flex;
	flex: 1 1 240px;
	flex-direction: column;
	min-width: 0;
	margin: 0;
}

.nexo-filter-widget--area .nexo-filter-widget__field,
.nexo-filter-widget--author .nexo-filter-widget__field,
.nexo-filter-widget--search .nexo-filter-widget__field { flex-basis: 100%; }

.nexo-filter-widget__label {
	display: block;
	margin: 0 0 8px;
	color: var(--nexo-primary);
	font-size: 12px;
	line-height: 1.35;
}

.nexo-filter-widget .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.nexo-filter-widget__select-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.nexo-filter-widget__select-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 26px;
	width: 7px;
	height: 7px;
	border-right: 1px solid var(--nexo-filter-arrow);
	border-bottom: 1px solid var(--nexo-filter-arrow);
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
}

.nexo-filter-widget select,
.nexo-filter-widget input {
	display: block;
	width: 100%;
	height: var(--nexo-filter-height);
	min-width: 0;
	margin: 0;
	padding: 0 30px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	outline: 0;
	background: #fdfdfc;
	box-shadow: inset 0 4px 20px rgba(227, 227, 227, .42);
	color: var(--nexo-muted);
	font-size: 14px;
	line-height: 1.2;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.nexo-filter-widget select {
	appearance: none;
	padding-right: 58px;
	background-image: none;
}

.nexo-filter-widget input[type="search"] { appearance: none; }
.nexo-filter-widget input[type="search"]::-webkit-search-cancel-button { cursor: pointer; }
.nexo-filter-widget input::placeholder { color: var(--nexo-muted); opacity: 1; }

.nexo-filter-widget select:hover,
.nexo-filter-widget input:hover { border-color: color-mix(in srgb, var(--nexo-accent) 55%, #e1e1e1); }

.nexo-filter-widget select:focus,
.nexo-filter-widget input:focus {
	border-color: var(--nexo-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--nexo-accent) 16%, transparent), inset 0 4px 20px rgba(227, 227, 227, .32);
}

.nexo-filter-widget__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--nexo-filter-height);
	padding: 14px 28px;
	border: 1px solid var(--nexo-primary);
	border-radius: 0;
	background: var(--nexo-primary);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .035em;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.nexo-filter-widget__button:hover,
.nexo-filter-widget__button:focus-visible {
	border-color: var(--nexo-accent);
	background: var(--nexo-accent);
	color: #fff;
}

.nexo-filter-widget__button:active { transform: translateY(1px); }

.nexo-filter-results {
	position: relative;
	width: 100%;
}

.nexo-filter-results__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 32px;
}

.nexo-filter-results__title { margin: 0; color: var(--nexo-primary); }
.nexo-filter-results__status { color: var(--nexo-muted); text-align: right; }
.nexo-filter-results__content { transition: opacity .2s ease, transform .2s ease; }

.nexo-filter-results.is-loading { cursor: progress; }
.nexo-filter-results.is-loading .nexo-filter-results__content { opacity: .34; transform: translateY(3px); pointer-events: none; }

.nexo-filter-results .nexo-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-content: stretch;
	gap: 70px 45px;
}

.nexo-filter-results .nexo-card { width: 100%; max-width: none; }
.nexo-filter-results .nexo-pagination { flex-wrap: wrap; }

.nexo-filter-results__error {
	padding: 18px 20px;
	border: 1px solid #e2bcbc;
	background: #fff7f7;
	color: #8d2929;
}

/* Single article */
.nexo-template--single {
	width: 100%;
	max-width: none !important;
	margin: 0;
	background: #fff;
}

.nexo-article {
	width: 100%;
	padding: 110px 0 120px;
	background: #fff;
}

.nexo-article__grid {
	display: grid;
	grid-template-columns: minmax(0, 787px) minmax(340px, 413px);
	justify-content: space-between;
	gap: 80px;
	width: min(calc(100% - 48px), 1280px);
	margin-inline: auto;
}

.nexo-article__main,
.nexo-article__sidebar { min-width: 0; }

.nexo-article__sidebar { padding-top: 9px; }

.nexo-article-signature {
	display: flex;
	align-items: center;
	gap: 9px;
	width: min(100%, 342px);
	height: 10px;
	color: var(--nexo-primary);
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	white-space: nowrap;
}

.nexo-article-signature__mark {
	display: inline-flex;
	align-items: center;
	width: 20px;
	height: 10px;
	font-size: 7px;
	font-weight: 500;
	letter-spacing: -.08em;
}

.nexo-article-signature__line {
	flex: 1;
	height: 1px;
	background: var(--nexo-accent);
}

.nexo-article__information { margin-top: 54px; }

.nexo-breadcrumb {
	display: grid;
	grid-template-columns: 160px max-content minmax(0, 1fr);
	align-items: center;
	gap: 42px;
	min-height: 36px;
	margin: 0;
	color: var(--nexo-primary);
	font-size: 10px;
	font-weight: 300;
	line-height: 1.2;
}

.nexo-article__area {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 36px;
	padding: 0 16px;
	overflow: hidden;
	border-radius: 0;
	background: var(--nexo-primary);
	color: #fff !important;
	font-size: 9px;
	font-weight: 300;
	line-height: 1;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.nexo-breadcrumb__back {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	white-space: nowrap;
}

.nexo-breadcrumb__back svg {
	width: 19px;
	height: 16px;
	overflow: visible;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1;
}

.nexo-breadcrumb__current {
	display: block;
	overflow: hidden;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nexo-article__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 44px;
	margin-top: 24px;
	color: var(--nexo-primary);
	font-size: 11px;
	font-weight: 300;
	line-height: 1.2;
}

.nexo-article__meta > span,
.nexo-article__meta time {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	min-height: 30px;
}

.nexo-article__meta svg {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1;
}

.nexo-article__meta .nexo-article__reading-time svg { width: 18px; height: 18px; }

.nexo-article__author img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
}

.nexo-article__hero h1 {
	max-width: 735px;
	margin: 54px 0 0;
	color: var(--nexo-primary);
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -.035em;
}

.nexo-article__featured {
	width: 100%;
	height: 284px;
	margin: 18px 0 0;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	border-radius: 30px 0 30px 0;
	background: #e8e8e8;
	box-shadow: inset 0 4px 20px rgba(1, 50, 86, .22);
}

.nexo-article__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.nexo-article__image[data-position="top"] { object-position: center top; }
.nexo-article__image[data-position="bottom"] { object-position: center bottom; }

.nexo-article__content {
	min-width: 0;
	margin-top: 35px;
	color: var(--nexo-primary);
	font-weight: 300;
}

.nexo-article__content > *:first-child { margin-top: 0 !important; }
.nexo-article__content > *:last-child { margin-bottom: 0 !important; }

.nexo-article__content p,
.nexo-article__content li {
	color: var(--nexo-primary);
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
}

.nexo-article__content p {
	margin: 0 0 24px;
	text-align: justify;
}

.nexo-article__content h2 {
	margin: 34px 0 24px;
	color: var(--nexo-primary);
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -.035em;
}

.nexo-article__content h3 {
	margin: 34px 0 20px;
	color: var(--nexo-primary);
	font-size: 28px;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: -.025em;
}

.nexo-article__content h4 {
	margin: 28px 0 16px;
	color: var(--nexo-primary);
	font-size: 21px;
	font-weight: 400;
	line-height: 1.3;
}

.nexo-article__content ul,
.nexo-article__content ol {
	margin: 0 0 24px;
	padding-left: 30px;
}

.nexo-article__content li + li { margin-top: 0; }
.nexo-article__content blockquote { margin: 42px 0; padding: 30px 34px; border: 0; border-left: 2px solid var(--nexo-accent); background: var(--nexo-surface); }
.nexo-article__content blockquote p { margin: 0; color: var(--nexo-primary); font-size: 24px; line-height: 1.4; }
.nexo-article__content img { height: auto; max-width: 100%; border-radius: 30px 0 30px 0; }
.nexo-article__content a { text-decoration: underline; text-decoration-color: var(--nexo-accent); text-underline-offset: 4px; }

.nexo-article-share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 97px;
	margin-top: 54px;
	padding: 0 55px;
	border-radius: 30px 0 30px 0;
	background: var(--nexo-primary);
	color: #fff;
}

.nexo-article-share > span { font-size: 18px; font-weight: 300; }
.nexo-article-share__links { display: flex; align-items: center; gap: 15px; }

.nexo-article-share__links a,
.nexo-article-share__links button {
	display: block;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.nexo-article-share__links img { display: block; width: 32px; height: 32px; }

.nexo-article-cta {
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 600px;
	padding: 58px 48px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	border-radius: 30px 0 30px 0;
	background: var(--nexo-primary);
	box-shadow: inset 0 4px 20px #013256;
	color: #fff;
	text-align: center;
}

.nexo-article-cta__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100%, 315px);
}

.nexo-article-cta__signature {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #fdfdfc;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
}

.nexo-article-cta__signature i {
	font-size: 7px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -.08em;
}

.nexo-article-cta h2 {
	margin: 50px 0 0;
	color: #fdfdfc;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -.035em;
}

.nexo-article-cta p {
	margin: 25px 0 0;
	color: #fdfdfc;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
}

.nexo-article-cta .nexo-button { margin-top: 42px; }

.nexo-article-latest { margin-top: 120px; }

.nexo-article-latest > h2 {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	color: var(--nexo-primary);
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}

.nexo-article-latest > h2 i {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid currentColor;
	border-radius: 50%;
}

.nexo-article-latest__cards {
	display: grid;
	gap: 35px;
	margin-top: 50px;
}

.nexo-article-latest .nexo-card {
	width: 100%;
	min-height: 665px;
	border-radius: 30px 0 30px 0;
}

.nexo-article-latest .nexo-card__media {
	width: 100%;
	height: 300px;
	border-radius: 30px 0 0;
}

.nexo-article-latest .nexo-card__content {
	min-height: 365px;
	padding: 30px 28px 82px;
}

.nexo-article-latest .nexo-card__date { margin-top: 20px; }
.nexo-article-latest .nexo-card__title { margin-top: 14px; font-size: 20px; line-height: 1.2; }
.nexo-article-latest .nexo-card__read { margin-top: 22px; }
.nexo-article-latest .nexo-card__pattern { bottom: 28px; }

:where(.nexo-carousel, .nexo-archive, .nexo-filter-widget, .nexo-filter-results, .nexo-article) :focus-visible {
	outline: 3px solid color-mix(in srgb, var(--nexo-accent) 55%, white);
	outline-offset: 3px;
}

@media (max-width: 1350px) {
	.nexo-article__grid {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
		gap: 48px;
	}
}

@media (max-width: 1100px) {
	.nexo-grid { grid-template-columns: repeat(2, minmax(0, 370px)); justify-content: space-evenly; }
	.nexo-signature i { width: 100px; }
	.nexo-card--horizontal { grid-template-columns: 280px 374px; width: 654px; }
	.nexo-card--horizontal .nexo-card__media { width: 280px; }
	.nexo-card--horizontal .nexo-card__content { padding-inline: 42px; }
}

@media (max-width: 980px) {
	.nexo-article__grid {
		grid-template-columns: minmax(0, 787px);
		justify-content: center;
		gap: 0;
	}

	.nexo-article__sidebar {
		width: min(100%, 413px);
		margin: 80px auto 0;
	}
}

@media (max-width: 767px) {
	.nexo-template__container,
	.nexo-carousel__header { width: min(100% - 32px, 520px); }
	.nexo-template__container { padding: 68px 0 90px; }
	.nexo-carousel__header { align-items: flex-start; flex-wrap: wrap; margin-bottom: 34px; }
	.nexo-carousel__heading { align-items: center; flex-wrap: wrap; }
	.nexo-carousel__title { font-size: 27px; }
	.nexo-carousel__header-actions { align-items: center; flex-wrap: wrap; }

	.nexo-card--horizontal {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		min-height: 540px;
	}
	.nexo-card--horizontal .nexo-card__media { width: 100%; height: auto; aspect-ratio: 370 / 260; border-radius: 40px 0 0; }
	.nexo-card--horizontal .nexo-card__content { min-height: 280px; padding: 30px 28px 34px; }
	.nexo-card--horizontal .nexo-card__title { font-size: 22px; }

	.nexo-archive__title-row { margin-bottom: 26px; }
	.nexo-archive__title-row h2 { font-size: 28px; }
	.nexo-signature { display: none; }
	.nexo-filters { grid-template-columns: 1fr; gap: 12px; }
	.nexo-filters select,
	.nexo-filters input { height: 58px; padding-inline: 20px; }
	.nexo-filters select { background-position: calc(100% - 24px) 26px, calc(100% - 19px) 26px; }
	.nexo-archive__header { padding-bottom: 32px; }
	.nexo-archive__eyebrow { margin-top: 32px; }
		.nexo-archive__status { margin-bottom: 18px; }
		.nexo-grid { grid-template-columns: 1fr; gap: 24px; }
		.nexo-filter-widget { flex-direction: column; }
		.nexo-filter-widget__field,
		.nexo-filter-widget__button { width: 100%; flex-basis: 100%; }
		.nexo-filter-widget select,
		.nexo-filter-widget input { padding-inline: 20px; }
		.nexo-filter-widget select { padding-right: 52px; }
		.nexo-filter-widget__select-wrap::after { right: 22px; }
		.nexo-filter-results__header { align-items: flex-start; flex-direction: column; }
		.nexo-filter-results__status { text-align: left; }
		.nexo-filter-results .nexo-grid { grid-template-columns: 1fr; }
		.nexo-card--vertical { width: 100%; min-height: 620px; }
	.nexo-card--vertical .nexo-card__content { min-height: 295px; }
	.nexo-card--vertical .nexo-card__content { padding-top: 34px; }

	.nexo-article { padding: 60px 0; }

	.nexo-article__grid {
		width: min(calc(100% - 48px), 340px);
	}

	.nexo-article-signature { width: 100%; }
	.nexo-article__information {
		width: calc(100% + 2px);
		margin-top: 59px;
		margin-left: -2px;
	}

	.nexo-breadcrumb {
		grid-template-columns: 160px minmax(0, 1fr);
		gap: 20px 49px;
	}

	.nexo-breadcrumb__back { gap: 15px; }

	.nexo-breadcrumb__current {
		grid-column: 1 / -1;
		max-width: 213px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 1.15;
		white-space: normal;
	}

	.nexo-article__meta {
		display: grid;
		grid-template-columns: 150px 140px;
		align-items: start;
		gap: 20px 6px;
		margin-top: 25px;
	}

	.nexo-article__meta > span,
	.nexo-article__meta time { gap: 15px; }
	.nexo-article__meta .nexo-article__reading-time { min-height: 17px; }
	.nexo-article__meta .nexo-article__reading-time svg { width: 17px; height: 17px; }

	.nexo-article__hero h1 {
		width: calc(100% + 2px);
		margin-top: 60px;
		font-size: 32px;
		line-height: 1.2;
		letter-spacing: -.03em;
	}

	.nexo-article__featured {
		width: calc(100% + 2px);
		height: 370px;
		margin-top: 21px;
		border-radius: 30px 0 30px 0;
	}

	.nexo-article__content { margin-top: 35px; }
	.nexo-article__content p,
	.nexo-article__content li { font-size: 20px; line-height: 1.2; }
	.nexo-article__content h2 { margin: 34px 0 24px; font-size: 28px; line-height: 1.2535; letter-spacing: -.03em; }
	.nexo-article__content h3 { margin-top: 32px; font-size: 25px; }
	.nexo-article__content blockquote { margin: 34px 0; padding: 24px; }
	.nexo-article__content blockquote p { font-size: 21px; }

	.nexo-article-share { display: none; }

	.nexo-article__sidebar {
		width: 100%;
		margin-top: 60px;
		padding-top: 0;
	}

	.nexo-article-cta {
		width: calc(100% + 9px);
		min-height: 461px;
		margin-left: -5px;
		padding: 44px;
	}

	.nexo-article-cta__inner { width: 257px; }
	.nexo-article-cta h2 { margin-top: 25px; font-size: 24px; line-height: 1.2; }
	.nexo-article-cta p { margin-top: 25px; font-size: 20px; line-height: 1.2; }
	.nexo-article-cta .nexo-button { margin-top: 25px; }

	.nexo-article-latest { width: calc(100% + 1px); margin-top: 60px; }
	.nexo-article-latest__cards { gap: 35px; margin-top: 25px; }
	.nexo-article-latest .nexo-card { min-height: 665px; }
	.nexo-article-latest .nexo-card__media { height: 300px; }
	.nexo-article-latest .nexo-card__content { min-height: 365px; padding: 30px 28px 82px; }
}

@media (prefers-reduced-motion: reduce) {
	.nexo-card__image,
	.nexo-card__read span,
	.nexo-archive__results { transition: none !important; }
	.nexo-button::before,
	.nexo-button::after,
	.nexo-button > span,
	.nexo-button > span::before,
	.nexo-button > span::after { transition: none !important; }
	.nexo-carousel__track { scroll-behavior: auto !important; }
}

/* Elementor — biblioteca de componentes atômicos */
.nexo-elementor-empty {
	padding: 18px 20px;
	border: 1px dashed color-mix(in srgb, var(--nexo-primary) 32%, transparent);
	background: color-mix(in srgb, var(--nexo-surface) 82%, transparent);
	color: var(--nexo-muted);
	font-family: var(--nexo-font);
	font-size: 13px;
	line-height: 1.5;
}

.nexo-el-title__text,
.nexo-el-excerpt,
.nexo-el-featured,
.nexo-el-content,
.nexo-el-area,
.nexo-el-author,
.nexo-el-date,
.nexo-el-reading-time,
.nexo-el-meta,
.nexo-el-breadcrumb,
.nexo-el-signature,
.nexo-el-post-nav,
.nexo-el-share,
.nexo-el-cta,
.nexo-el-card-single,
.nexo-el-related {
	box-sizing: border-box;
	font-family: var(--nexo-font);
	color: var(--nexo-primary);
}

.nexo-el-title__text *,
.nexo-el-excerpt *,
.nexo-el-featured *,
.nexo-el-content *,
.nexo-el-area *,
.nexo-el-author *,
.nexo-el-date *,
.nexo-el-reading-time *,
.nexo-el-meta *,
.nexo-el-breadcrumb *,
.nexo-el-signature *,
.nexo-el-post-nav *,
.nexo-el-share *,
.nexo-el-cta *,
.nexo-el-card-shell *,
.nexo-el-related * { box-sizing: border-box; }

.nexo-el-title__text,
.nexo-el-excerpt { margin: 0; }

.nexo-el-title__text a,
.nexo-el-area a,
.nexo-el-author a,
.nexo-el-breadcrumb a,
.nexo-el-post-nav a,
.nexo-el-share a,
.nexo-el-cta a,
.nexo-el-card-shell a {
	color: inherit;
	text-decoration: none;
}

.nexo-el-featured {
	display: block;
	max-width: 100%;
	margin: 0;
}

.nexo-el-featured__media {
	display: block;
	width: 100%;
	overflow: hidden;
}

.nexo-el-featured__media a { display: block; width: 100%; height: 100%; }

.nexo-el-featured img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nexo-el-featured figcaption {
	margin-top: 10px;
	color: var(--nexo-muted);
	font-size: 12px;
	line-height: 1.45;
}

.nexo-el-content { max-width: 100%; }
.nexo-el-content > :first-child { margin-top: 0; }
.nexo-el-content > :last-child { margin-bottom: 0; }
.nexo-el-content p { margin-top: 0; }
.nexo-el-content h2,
.nexo-el-content h3,
.nexo-el-content h4 { color: inherit; }
.nexo-el-content img { max-width: 100%; height: auto; }
.nexo-el-content figure { max-width: 100%; margin-inline: 0; }
.nexo-el-content blockquote { margin-inline: 0; padding: 1.4em 1.6em; border-left: 3px solid var(--nexo-accent); background: var(--nexo-surface); }
.nexo-el-content table { width: 100%; border-collapse: collapse; }
.nexo-el-content th,
.nexo-el-content td { padding: .75em; border: 1px solid color-mix(in srgb, currentColor 18%, transparent); text-align: left; }

.nexo-el-area {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.nexo-el-area__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 30px;
	padding: 7px 12px;
	border-radius: 8px 0;
	background: var(--nexo-primary);
	color: #fff;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
}

.nexo-el-area__item svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.nexo-el-area__separator { color: var(--nexo-muted); }

.nexo-el-author {
	display: flex;
	align-items: center;
	gap: 14px;
}

.nexo-el-author__avatar { flex: 0 0 auto; line-height: 0; }
.nexo-el-author__avatar img { display: block; width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.nexo-el-author__content { min-width: 0; }
.nexo-el-author__line { display: flex; align-items: baseline; flex-wrap: wrap; gap: .35em; }
.nexo-el-author__prefix { color: var(--nexo-muted); }
.nexo-el-author__name { margin: 0; color: inherit; font-weight: 600; }
.nexo-el-author__bio { margin: 7px 0 0; color: var(--nexo-muted); }

.nexo-el-date,
.nexo-el-reading-time,
.nexo-el-meta__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.nexo-el-date,
.nexo-el-reading-time,
.nexo-el-meta { color: var(--nexo-muted); }

.nexo-el-date svg,
.nexo-el-reading-time svg,
.nexo-el-meta svg {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.2;
}

.nexo-el-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px 28px;
}

.nexo-el-meta__author img { display: block; width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }

.nexo-el-breadcrumb__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.nexo-el-breadcrumb a { transition: color .2s ease; }
.nexo-el-breadcrumb__back { display: inline-flex; align-items: center; gap: 10px; }
.nexo-el-breadcrumb__back svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.nexo-el-breadcrumb__area { color: var(--nexo-accent); }
.nexo-el-breadcrumb__current,
.nexo-el-breadcrumb__separator { color: var(--nexo-muted); }

.nexo-el-signature {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.nexo-el-signature__mark { font-size: 9px; font-weight: 700; }
.nexo-el-signature__line { display: block; width: 42px; height: 1px; background: currentColor; }

.nexo-el-post-nav {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.nexo-el-post-nav__item {
	display: flex;
	align-items: center;
	gap: 14px;
	width: min(100%, 420px);
	padding: 18px 20px;
	border: 1px solid color-mix(in srgb, var(--nexo-primary) 18%, transparent);
	transition: border-color .2s ease, transform .2s ease;
}

.nexo-el-post-nav__item:hover { border-color: var(--nexo-accent); transform: translateY(-2px); }
.nexo-el-post-nav__item--next { justify-content: flex-end; margin-left: auto; text-align: right; }
.nexo-el-post-nav__item > span { display: grid; gap: 5px; min-width: 0; }
.nexo-el-post-nav__label { display: block; color: var(--nexo-muted); font-weight: 400; }
.nexo-el-post-nav__title { display: block; color: inherit; }
.nexo-el-post-nav svg { width: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.2; }
.nexo-el-post-nav__spacer { flex: 1 1 0; }

.nexo-el-share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.nexo-el-share__heading { margin: 0; }
.nexo-el-share__buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.nexo-el-share__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 44px;
	min-height: 44px;
	padding: 9px;
	border: 1px solid color-mix(in srgb, currentColor 28%, transparent);
	border-radius: 50%;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.nexo-el-share__button:hover,
.nexo-el-share__button:focus-visible,
.nexo-el-share__button.is-copied { border-color: var(--nexo-primary); background: var(--nexo-primary); color: #fff; }
.nexo-el-share__button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.nexo-el-share__button.is-copied::after { content: "\2713"; position: absolute; inset: 0; display: grid; place-items: center; background: inherit; border-radius: inherit; }

.nexo-el-cta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	padding: 38px;
	background: var(--nexo-surface);
}

.nexo-el-cta__signature { display: inline-flex; align-items: center; gap: 9px; color: var(--nexo-accent); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.nexo-el-cta__signature b { color: inherit; font-size: 9px; }
.nexo-el-cta__title,
.nexo-el-cta__text { margin: 0; }
.nexo-el-cta__text { color: var(--nexo-muted); }
.nexo-el-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 52px;
	padding: 12px 16px;
	border: 1px solid var(--nexo-primary);
	background: var(--nexo-primary);
	color: #fff !important;
	font-size: 11px;
	line-height: 1.1;
	text-transform: uppercase;
	transition: color .2s ease, background-color .2s ease;
}

.nexo-el-cta__button:hover,
.nexo-el-cta__button:focus-visible { background: transparent; color: var(--nexo-primary) !important; }
.nexo-el-cta__button svg { width: 15px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.2; }

.nexo-el-card-single { display: flex; width: 100%; }
.nexo-el-card-shell .nexo-card { max-width: 100%; font-family: var(--nexo-font); }
.nexo-el-card-shell .nexo-card--vertical { width: 100%; }
.nexo-el-card-shell .nexo-card--horizontal { grid-template-columns: minmax(120px, 42%) minmax(0, 1fr); width: 100%; height: auto; min-height: 240px; }
.nexo-el-card-shell .nexo-card--horizontal .nexo-card__media { width: 100%; height: 100%; }
.nexo-el-card-shell .nexo-card--horizontal .nexo-card__content { min-width: 0; padding: 32px; }

.nexo-el-related__heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 32px;
}

.nexo-el-related__heading i { display: block; width: 26px; height: 1px; background: var(--nexo-accent); }
.nexo-el-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.nexo-el-related__grid .nexo-card { width: 100%; }

@media (max-width: 1024px) {
	.nexo-el-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.nexo-el-post-nav { flex-direction: column; }
	.nexo-el-post-nav__item { width: 100%; }
	.nexo-el-post-nav__spacer { display: none; }
	.nexo-el-share { align-items: flex-start; flex-direction: column; }
	.nexo-el-cta { padding: 28px 24px; }
	.nexo-el-related__grid { grid-template-columns: 1fr; }
	.nexo-el-card-shell .nexo-card--horizontal { display: flex; flex-direction: column; }
	.nexo-el-card-shell .nexo-card--horizontal .nexo-card__media { height: auto; aspect-ratio: 16 / 10; }
}

@media (prefers-reduced-motion: reduce) {
	.nexo-el-post-nav__item,
	.nexo-el-share__button,
	.nexo-el-cta__button { transition: none !important; }
}
