.rcm-archive-results,
.rcm-archive-results * {
	box-sizing: border-box;
}

.rcm-archive-results {
	margin: 0 0 72px;
}

.rcm-archive-results__container {
	width: min(1263px, calc(100% - 32px));
	margin: 0 auto;
}

.rcm-archive-results__header {
	margin: 24px 0 40px;
	padding: 34px 42px 30px;
	border: 1px solid #e8edf4;
	border-radius: 8px;
	background: #fbf9f9;
}

.rcm-archive-results__kicker {
	margin: 0 0 10px;
	color: #6d757f;
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rcm-archive-results__title {
	margin: 0;
	color: #183354;
	font-family: Manrope, sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.1;
}

.rcm-archive-results__summary {
	margin: 14px 0 0;
	color: #545e69;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.rcm-archive-results__description {
	margin-top: 12px;
	color: #545e69;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

.rcm-archive-results__description p {
	margin: 0;
}

.rcm-archive-results__rule {
	position: relative;
	height: 5px;
	margin-top: 26px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.rcm-archive-results__rule-accent {
	position: absolute;
	top: -1px;
	left: 0;
	width: 40px;
	height: 5px;
	background: var(--rcm-archive-accent, #7153b0);
}

.rcm-archive-results__rule-notch {
	position: absolute;
	top: -1.5px;
	left: 36px;
	width: 10px;
	height: 6px;
	background: #fbf9f9;
	-webkit-mask-image: url('../images/notch-mask.svg');
	mask-image: url('../images/notch-mask.svg');
	-webkit-mask-size: 10px 6px;
	mask-size: 10px 6px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
}

.rcm-archive-results__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.rcm-archive-results__item {
	display: grid;
	grid-template-columns: 330px minmax(0, 1fr);
	gap: 30px;
	padding: 20px;
	border: 1px solid #e8edf4;
	border-radius: 8px;
	background: #fff;
}

.rcm-archive-results__image {
	display: block;
	width: 100%;
	min-height: 230px;
	border-radius: 6px;
	background: #e9edf3 center / cover no-repeat;
	text-decoration: none;
}

.rcm-archive-results__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.rcm-archive-results__labels {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.rcm-archive-results__type,
.rcm-archive-results__topic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 0 12px;
	border-radius: 3px;
	font-family: Manrope, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.rcm-archive-results__type {
	border: 1px solid #cfcfcf;
	background: #fff;
	color: #183354;
}

.rcm-archive-results__topic {
	background: var(--rcm-archive-item-accent, var(--rcm-archive-accent, #7153b0));
	color: #fff;
}

.rcm-archive-results__item-title {
	margin: 0 0 12px;
}

.rcm-archive-results__item-title a {
	color: #183354;
	font-family: Manrope, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.24;
	text-decoration: none;
}

.rcm-archive-results__item-title a:hover,
.rcm-archive-results__item-title a:focus {
	color: var(--rcm-archive-item-accent, var(--rcm-archive-accent, #7153b0));
}

.rcm-archive-results__excerpt {
	margin: 0 0 18px;
	color: #545e69;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

.rcm-archive-results__meta {
	margin-bottom: 18px;
	color: #6d757f;
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.rcm-archive-results__read-more {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	height: 36px;
	padding: 0 16px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	background: #fff;
	color: #183354;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.rcm-archive-results__read-more:hover,
.rcm-archive-results__read-more:focus {
	border-color: var(--rcm-archive-item-accent, var(--rcm-archive-accent, #7153b0));
	color: var(--rcm-archive-item-accent, var(--rcm-archive-accent, #7153b0));
}

.rcm-archive-results__empty {
	padding: 52px 24px;
	border: 1px solid #e8edf4;
	border-radius: 8px;
	background: #fbf9f9;
	text-align: center;
}

.rcm-archive-results__empty h2 {
	margin: 0 0 10px;
	color: #183354;
	font-family: Manrope, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.rcm-archive-results__empty p {
	margin: 0 0 20px;
	color: #545e69;
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.rcm-archive-results__empty-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border-radius: 4px;
	background: var(--rcm-archive-accent, #7153b0);
	color: #fff;
	font-family: Manrope, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.rcm-archive-results__pagination {
	margin-top: 34px;
}

.rcm-archive-results__pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rcm-archive-results__pagination a,
.rcm-archive-results__pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	background: #fff;
	color: #183354;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.rcm-archive-results__pagination .current {
	border-color: var(--rcm-archive-accent, #7153b0);
	background: var(--rcm-archive-accent, #7153b0);
	color: #fff;
}

.rcm-archive-results__pagination a:hover,
.rcm-archive-results__pagination a:focus {
	border-color: var(--rcm-archive-accent, #7153b0);
	color: var(--rcm-archive-accent, #7153b0);
}

@media (max-width: 1024px) {
	.rcm-archive-results__item {
		grid-template-columns: 270px minmax(0, 1fr);
		gap: 22px;
	}

	.rcm-archive-results__item-title a {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.rcm-archive-results {
		margin-bottom: 56px;
	}

	.rcm-archive-results__container {
		width: calc(100% - 20px);
	}

	.rcm-archive-results__header {
		margin-top: 16px;
		padding: 24px 18px;
	}

	.rcm-archive-results__title {
		font-size: 30px;
		line-height: 1.2;
	}

	.rcm-archive-results__summary,
	.rcm-archive-results__description {
		font-size: 15px;
	}

	.rcm-archive-results__item {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 14px;
	}

	.rcm-archive-results__image {
		min-height: 210px;
	}

	.rcm-archive-results__item-title a {
		font-size: 22px;
	}

	.rcm-archive-results__excerpt {
		font-size: 15px;
		line-height: 1.6;
	}

	.rcm-archive-results__pagination a,
	.rcm-archive-results__pagination span {
		min-width: 38px;
		height: 38px;
	}
}

/* Elementor Theme Builder archive (template #191): hero — image (Elementor bg) → gradient → text/icons.
   Do NOT use ::before: Elementor .e-con::before is reserved for background overlay; use ::after instead.
   Background cover + right center keeps the photo weighted to the right under the gradient. */
.elementor-location-archive .elementor-element.elementor-element-37fad02 {
	--background-size: cover;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	isolation: isolate;
	background-size: cover !important;
	background-position: right center !important;
	background-repeat: no-repeat !important;
}

.elementor-location-archive .elementor-element.elementor-element-37fad02::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 6px;
	background: linear-gradient(271deg, rgba(152, 129, 202, 0) 0.82%, var(--rcm-topic-color, #7153b0) 99.63%);
	pointer-events: none;
	z-index: 1;
}

.elementor-location-archive .elementor-element.elementor-element-37fad02 > .e-con-inner {
	position: relative;
	z-index: 2;
}

/* Direct widget children (if any) stay above the gradient */
.elementor-location-archive .elementor-element.elementor-element-37fad02 > .elementor-widget {
	position: relative;
	z-index: 2;
}

/*
 * Elementor Theme Builder topic archive: `.rcm-editors-picks` in `.elementor-location-archive`
 * should match directories page styling (wrapper `.rcm-directories-page__editors` in
 * directories-page-shortcode.css).
 */
body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks .rcm-editors-picks__container {
	box-sizing: border-box;
	width: 100%;
	max-width: min(1263px, calc(100% - 32px));
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	row-gap: 0;
}

body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks__title {
	font-family: "Manrope", sans-serif;
}

@media (max-width: 1199px) {
	body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks .rcm-editors-picks__border {
		margin: 4px 0 !important;
	}
}

@media (max-width: 1439px) {
	body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks .rcm-editors-picks__header {
		padding-top: 20px !important;
	}
}

@media (min-width: 1440px) {
	/*
	 * Match home rail width + viewport gutters on ultra-wide (avoid fixed 1440px flush to edges).
	 * Figma artboard (absolute stories): min-height + no inner padding only when articles exist.
	 */
	body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks .rcm-editors-picks__container {
		width: 100% !important;
		max-width: min(1263px, calc(100% - clamp(48px, 6vw, 160px))) !important;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks:not(.rcm-editors-picks--empty) .rcm-editors-picks__container {
		min-height: 599px !important;
		padding: 0 !important;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks--empty .rcm-editors-picks__container {
		min-height: 0 !important;
		padding: clamp(20px, 4vw, 48px) clamp(24px, 5vw, 130px) !important;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks .rcm-editors-picks__border.rcm-section-border {
		width: 665px !important;
		max-width: 665px !important;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks .rcm-editors-picks__header {
		padding-top: 0 !important;
	}
}

/*
 * Topic archive: cap editor’s pick story titles; !important wins over shortcodes.css
 * (including 1440px absolute Figma widths ~264px / ~227px on --1 / --2).
 */
@media (min-width: 768px) {
	body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks .rcm-editors-picks__item-title {
		width: 100% !important;
		max-width: 350px !important;
	}
}

/* Topic archive section parity (non-seasonal): match home/directories rhythm and mobile behavior. */
body.tax-rcm_topics:not(.term-seasonal-holidays) {
	--rcm-home-rail-gap-title-rule: 15px;
	--rcm-home-rail-gap-rule-content: 34px;
	/* Override Elementor/theme body gutter (e.g. 10px) for true edge-to-edge archive shell */
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__container,
body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-trending-places__container,
body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__container {
	width: min(1263px, calc(100% - 32px));
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__header,
body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-trending-places__header,
body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__header {
	margin-bottom: var(--rcm-home-rail-gap-title-rule, 15px) !important;
}

body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__header--single {
	margin-bottom: var(--rcm-home-rail-gap-title-rule, 15px) !important;
}

body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__border,
body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-trending-places__border,
body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__border {
	margin-bottom: var(--rcm-home-rail-gap-rule-content, 34px) !important;
}

body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-trending-places__border.rcm-section-border,
body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__border.rcm-section-border,
body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__border.rcm-section-border {
	position: relative;
	display: flex !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 6px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background-image: none !important;
	background-size: auto !important;
	background-color: transparent !important;
}

body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-section-border__accent {
	flex: 0 0 48px !important;
	width: 48px !important;
	min-width: 48px !important;
	max-width: 48px !important;
	height: 6px !important;
}

body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-section-border__accent svg {
	display: block !important;
	width: 48px !important;
	height: 6px !important;
}

body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-section-border__track {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 6px !important;
}

body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-section-border__track svg {
	display: block !important;
	width: 100% !important;
	height: 6px !important;
}

/* Topic context: hide the duplicate in-feed wrapper; both units stay in the rail like desktop. */
.rcm-editors-picks--topic-context + .rcm-editors-picks__infeed-ad {
	display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places,
	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-trending-places,
	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks {
		padding-top: 40px;
		padding-bottom: 44px;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__container,
	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-trending-places__container,
	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__container {
		width: calc(100% - 40px);
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-trending-places--all-topics .rcm-trending-places__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
		overflow: visible;
		padding: 0;
		scroll-snap-type: none;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-trending-places--all-topics .rcm-trending-places__card {
		width: 100%;
		max-width: none;
		height: 360px;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__content {
		min-height: 0 !important;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__grid-mixed {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__column {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__column--center {
		grid-column: auto;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__card-image {
		height: 200px;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__card--large .rcm-explore-places__card-image {
		height: 340px;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks .rcm-editors-picks__container {
		max-width: calc(100% - 40px);
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks .rcm-editors-picks__border.rcm-section-border {
		margin-top: 0 !important;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks__main {
		gap: 18px;
	}
}

@media (max-width: 767px) {
	body.tax-rcm_topics:not(.term-seasonal-holidays) {
		--rcm-home-rail-gap-title-rule: 16px;
		--rcm-home-rail-gap-rule-content: 24px;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places,
	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-trending-places,
	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks {
		padding-top: 30px;
		padding-bottom: 34px;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__container,
	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-trending-places__container,
	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__container {
		width: 100%;
		max-width: none;
		padding-left: 12px !important;
		padding-right: 12px !important;
		margin-left: 0;
		margin-right: 0;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__header--single {
		padding: 0 !important;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__content {
		min-height: 0 !important;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__grid-mixed {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__column {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__column--center {
		grid-column: auto;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__card-image {
		height: 220px;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-explore-places__card--large .rcm-explore-places__card-image {
		height: 280px;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-trending-places__grid,
	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-trending-places--all-topics .rcm-trending-places__grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 0;
		overflow: visible;
		scroll-snap-type: none;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-trending-places__card,
	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-trending-places--all-topics .rcm-trending-places__card {
		width: 100%;
		max-width: none;
		height: 360px;
		flex: none;
	}

	/*
	 * Topic editors picks (mobile): one column of stories; place ad 1 after the first article
	 * and ad 2 after the second — not two ads stacked beneath each other.
	 */
	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__container {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: clamp(14px, 3vw, 22px);
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__layout > .rcm-editors-picks__main,
	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__layout > .rcm-editors-picks__rail {
		display: contents;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__header {
		order: 1;
		width: 100%;
		margin-bottom: 0 !important;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__border,
	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__border.rcm-section-border {
		order: 2;
		width: 100%;
		margin-bottom: 0 !important;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__layout > .rcm-editors-picks__main > .rcm-editors-picks__story:nth-child(1) {
		order: 3;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__layout > .rcm-editors-picks__rail > .rcm-editors-picks__ad--1 {
		order: 4;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__layout > .rcm-editors-picks__main > .rcm-editors-picks__story:nth-child(2) {
		order: 5;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__layout > .rcm-editors-picks__rail > .rcm-editors-picks__ad--2 {
		order: 6;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__rail .rcm-editors-picks__ad {
		width: 100%;
		max-width: min(300px, 100%);
		margin-inline: auto;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__story {
		grid-template-columns: 1fr;
		gap: 10px;
		align-items: start;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .rcm-editors-picks__image {
		max-width: none;
		width: 100%;
		aspect-ratio: 16 / 9;
	}

	/* Elementor topic archive: flex gap only (header/border margins cleared above). */
	body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks .rcm-editors-picks__container {
		width: 100% !important;
		max-width: none;
		padding-inline: 12px !important;
		gap: clamp(14px, 3vw, 22px) !important;
		row-gap: clamp(14px, 3vw, 22px) !important;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks__story-copy {
		gap: 6px;
	}

	body.tax-rcm_topics:not(.term-seasonal-holidays) .elementor-location-archive .rcm-editors-picks__item-title {
		font-size: 21px;
		line-height: 1.28;
	}
}
