.rpm-care-context {
	--rpm-care-bg: #ffffff;
	--rpm-care-surface: #ffffff;
	--rpm-care-surface-alt: #f0f2f5;
	--rpm-care-ink: #1f1f1f;
	--rpm-care-muted: #747474;
	--rpm-care-accent: #1f1f1f;
	--rpm-care-accent-dark: #000000;
	--rpm-care-border: #e8e8e8;
	--rpm-care-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	color: var(--rpm-care-ink);
	background: var(--rpm-care-bg);
}

.rpm-care-shell {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 16px 64px;
}

.rpm-care-section__eyebrow,
.rpm-care-sidebar-card__eyebrow,
.rpm-care-empty-state__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #9a9a9a;
}

.rpm-care-frame {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 26px;
	align-items: start;
	margin-top: 20px;
}

.rpm-care-frame__sidebar {
	position: sticky;
	top: 118px;
}

.rpm-care-frame__main {
	min-width: 0;
	width: 100%;
	max-width: 100%;
}

.rpm-care-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 4px 0 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #7d7d7d;
}

.rpm-care-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.rpm-care-sidebar-card,
.rpm-care-section,
.rpm-care-story,
.rpm-care-empty-state {
	background: var(--rpm-care-surface);
	border: 1px solid var(--rpm-care-border);
	border-radius: 0;
	box-shadow: none;
}

.rpm-care-sidebar-card {
	padding: 0;
	border: 0;
}

.rpm-care-sidebar-card + .rpm-care-sidebar-card {
	margin-top: 22px;
}

.rpm-care-sidebar-card__title,
.rpm-care-empty-state__title {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--rpm-care-ink);
}

.rpm-care-search-form {
	margin-top: 0;
}

.rpm-care-search-form__controls {
	position: relative;
	display: grid;
	align-items: center;
}

.rpm-care-search-form__controls > * {
	grid-area: 1 / 1;
}

.rpm-care-search-form__controls .rpm-care-search-form__icon {
	position: relative;
	margin-left: 15px;
	display: grid;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	font-size: 17px;
	line-height: 1;
	color: #5f5f5f;
	pointer-events: none;
	z-index: 1;
}

.rpm-care-search-form__controls .rpm-care-search-form__icon::before {
	display: block;
	line-height: 1;
}

.rpm-care-search-form input,
.rpm-care-toolbar select {
	width: 100%;
	min-height: 36px;
	padding: 0 14px 0 42px;
	border: 1px solid #e2e3e7;
	border-radius: 10px;
	background: #f2f2f2;
	box-shadow: none;
	font-size: 13px;
}

.rpm-care-search-form input {
	margin: 0;
}

.rpm-care-search-form button,
.rpm-care-toolbar select,
.rpm-care-load-more .button {
	font-family: inherit;
}

.rpm-care-search-form button,
.rpm-care-load-more .button {
	min-height: 42px;
	padding: 0 18px;
	border: 0;
	border-radius: 0;
	background: var(--rpm-care-accent);
	color: #fff;
	font-weight: 700;
}

.rpm-care-search-form button:hover,
.rpm-care-load-more .button:hover {
	background: var(--rpm-care-accent-dark);
}

.rpm-care-category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 12px;
}

.rpm-care-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 6px 11px;
	border-radius: 7px;
	border: 1px solid #dcdde1;
	background: #fff;
	color: var(--rpm-care-ink);
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: 0.18s ease;
}

.rpm-care-pill:hover,
.rpm-care-pill.is-active {
	background: #3a3a3a;
	border-color: #3a3a3a;
	color: #fff;
}

.rpm-care-pill--static {
	cursor: default;
}

.rpm-care-listing-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 18px;
	row-gap: 10px;
	margin-bottom: 18px;
	width: 100%;
}

.rpm-care-listing-header--section {
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 20px;
}

.rpm-care-listing-header--no-title {
	grid-template-columns: 1fr;
	justify-items: end;
}

.rpm-care-listing-header__lead {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	column-gap: 16px;
	min-width: 0;
	width: 100%;
}

.rpm-care-listing-header__title {
	margin: 0;
	flex: 0 0 auto;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 700;
	color: #2f2f2f;
}

.rpm-care-listing-header__rule {
	display: block;
	width: 100%;
	height: 1px;
	background: #d7dade;
	border: 0;
	align-self: center;
	transform: none;
}

.rpm-care-toolbar {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	flex: 0 0 auto;
	min-height: 38px;
	align-self: center;
}

.rpm-care-toolbar__results {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	font-size: 14px;
	font-weight: 600;
	color: #707070;
	line-height: 1;
	white-space: nowrap;
	position: relative;
	top: -1px;
}

.rpm-care-toolbar__sort {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0;
	height: 38px;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: var(--rpm-care-muted);
}

.rpm-care-toolbar__sort::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid #8a8d93;
	border-bottom: 1.5px solid #8a8d93;
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
}

.rpm-care-toolbar__sort select {
	display: block;
	min-width: 148px;
	height: 38px;
	padding: 0 34px 0 12px;
	line-height: 36px;
	margin: 0;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: 1px solid #dddfe4;
	border-radius: 2px;
	color: #6e6e6e;
	font-size: 13px;
	font-weight: 600;
}

.rpm-care-section-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 16px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	background: #fff;
	color: #4a4a4a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.rpm-care-section-action:hover {
	background: #f6f6f6;
	color: #333;
	border-color: #cfcfcf;
}

.rpm-care-post-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.rpm-care-post-grid--recommended {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rpm-care-card {
	height: 100%;
	border-top-left-radius: 14px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	overflow: hidden;
	background: #f0f2f5;
	border: 0;
	box-shadow: none;
	transition: background-color 0.25s linear;
}

.rpm-care-card:hover {
	background: rgba(240, 242, 245, 0.45);
}

.rpm-care-card__link {
	display: grid;
	height: 100%;
	grid-template-rows: 190px auto;
	color: inherit;
	text-decoration: none;
}

.rpm-care-card--featured .rpm-care-card__link {
	grid-template-rows: 190px auto;
}

.rpm-care-card__media {
	position: relative;
	background: linear-gradient(135deg, #5a381f, #2f2a24);
	background-size: cover;
	background-position: center;
	margin: 10px 10px 0;
	border-top-left-radius: 14px;
	overflow: hidden;
}

.rpm-care-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(24, 20, 16, 0.1) 100%);
}

.rpm-care-card__placeholder {
	position: absolute;
	left: 18px;
	bottom: 18px;
	z-index: 1;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rpm-care-card__overlay-terms {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
}

.rpm-care-pill--overlay {
	background: rgba(255, 255, 255, 0.88);
	border-color: rgba(255, 255, 255, 0.88);
	color: #4a4a4a;
	padding: 5px 9px;
	font-size: 10px;
	border-radius: 7px;
}

.rpm-care-card__body {
	padding: 14px 10px 12px;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.rpm-care-card__body-head {
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.rpm-care-card__body-meta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 10px;
	color: #8c8c8c;
	white-space: nowrap;
}

.rpm-care-pill--mobile {
	padding: 5px 8px;
	font-size: 10px;
}

.rpm-care-card__title {
	margin: 0;
	font-size: 17px;
	line-height: 1.15;
	font-weight: 700;
	color: #2e2e2e;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rpm-care-card__excerpt {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	color: #606060;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: calc(12px * 1.5 * 3);
}

.rpm-care-card__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding-top: 12px;
	font-size: 10px;
	color: #8c8c8c;
}

.rpm-care-card__author,
.rpm-care-card__date,
.rpm-care-card__more {
	white-space: nowrap;
}

.rpm-care-card__author {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.rpm-care-card__author .avatar,
.rpm-care-card__author img {
	width: 20px;
	height: 20px;
	border-radius: 4px;
	object-fit: cover;
}

.rpm-care-card__more {
	font-weight: 700;
}

.rpm-care-section {
	padding: 0;
	border: 0;
}

.rpm-care-section--recommended {
	margin-bottom: 38px;
}

.rpm-care-section--listing {
	margin-top: 12px;
}

.rpm-care-new-wrap,
.rpm-care-listing-wrap {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.rpm-care-new-wrap {
	overflow: hidden;
}

.rpm-care-section + .rpm-care-section {
	margin-top: 42px;
}

.rpm-care-load-more {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.rpm-care-load-more:empty {
	display: none;
}

.rpm-care-story {
	margin: 0 0 34px;
	overflow: hidden;
	border: 1px solid var(--rpm-care-border);
	border-radius: 14px;
	background: #f0f2f5;
}

.rpm-care-story__media img {
	display: block;
	width: 100%;
	height: auto;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

.rpm-care-story__content {
	padding: 20px 28px 30px;
	font-size: 18px;
	line-height: 1.78;
	color: var(--rpm-care-ink);
}

.rpm-care-story__content > *:first-child {
	margin-top: 0;
}

.rpm-care-story__content > *:last-child {
	margin-bottom: 0;
}

.rpm-care-story__topline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.rpm-care-story__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 2px;
}

.rpm-care-story__meta-actions {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #999;
	font-size: 13px;
}

.rpm-care-story__share .share-icons,
.rpm-care-story__share .share-icons a {
	margin: 0;
}

.rpm-care-story__share .share-icons {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.rpm-care-story__share .share-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rpm-care-story__title {
	margin: 0;
	font-size: clamp(34px, 4vw, 58px);
	line-height: 1.06;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #1f1f1f;
}

.rpm-care-story__author {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	margin-bottom: 24px;
}

.rpm-care-story__author img,
.rpm-care-story__author .avatar {
	width: 28px;
	height: 28px;
	border-radius: 6px;
	object-fit: cover;
}

.rpm-care-story__author strong {
	display: block;
	font-size: 13px;
	line-height: 1.2;
	color: #2e2e2e;
}

.rpm-care-story__author span {
	display: block;
	font-size: 11px;
	color: #9a9a9a;
}

.rpm-care-story__body {
	font-size: 18px;
	line-height: 1.72;
	color: #444;
}

.rpm-care-discover {
	margin-top: 10px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.rpm-care-empty-state {
	padding: 34px;
	text-align: center;
	border: 1px solid var(--rpm-care-border);
}

.rpm-care-empty-state__copy {
	margin: 14px 0 0;
	color: var(--rpm-care-muted);
	font-size: 16px;
}

[data-rpm-care-feed][aria-busy="true"] .rpm-care-load-more .button,
[data-rpm-care-feed][aria-busy="true"] .rpm-care-search-form button,
[data-rpm-care-feed][aria-busy="true"] .rpm-care-toolbar select {
	opacity: 0.6;
	pointer-events: none;
}

.rpm-care-card--muted {
	opacity: 0.52;
	filter: saturate(0.78);
}

.rpm-care-card--muted:hover {
	background: #f0f2f5;
}

.rpm-care-card__link--static {
	cursor: default;
}

.rpm-care-load-more .button {
	min-width: 138px;
	height: 42px;
	background: #fff;
	color: #4a4a4a;
	border: 1px solid #d8d8d8;
	border-radius: 14px;
	font-weight: 500;
}

.rpm-care-load-more .button:hover {
	background: #f6f6f6;
	color: #333;
	border-color: #cfcfcf;
}

@media (max-width: 1100px) {
	.rpm-care-frame {
		grid-template-columns: 1fr;
	}

	.rpm-care-frame__sidebar {
		position: static;
	}
}

@media (max-width: 780px) {
	.rpm-care-shell {
		padding: 0 16px 56px;
	}

	.rpm-care-sidebar-card,
	.rpm-care-section,
	.rpm-care-story,
	.rpm-care-empty-state,
	.rpm-care-card {
		border-radius: 14px;
	}

	.rpm-care-toolbar {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.rpm-care-post-grid,
	.rpm-care-post-grid--recommended {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rpm-care-card__link,
	.rpm-care-card--featured .rpm-care-card__link {
		grid-template-rows: 220px auto;
	}

	.rpm-care-search-form__controls {
		grid-template-columns: 1fr;
	}

	.rpm-care-listing-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.rpm-care-listing-header__lead {
		width: 100%;
	}

	.rpm-care-listing-header__rule {
		display: block;
	}

	.rpm-care-story__topline {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.rpm-care-frame__main,
	.rpm-care-discover,
	.rpm-care-new-wrap,
	.rpm-care-listing-wrap,
	.rpm-care-section,
	.rpm-care-section--recommended,
	.rpm-care-section--listing {
		box-sizing: border-box;
		width: min(100%, calc(100vw - 32px));
		max-width: calc(100vw - 32px);
		min-width: 0;
	}

	.rpm-care-frame__main,
	.rpm-care-discover,
	.rpm-care-listing-wrap {
		overflow-x: hidden;
	}

	.rpm-care-post-grid--recommended {
		display: flex;
		flex-wrap: nowrap;
		gap: 16px;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-ms-overflow-style: none;
		min-width: 0;
	}

	.rpm-care-post-grid--recommended::-webkit-scrollbar,
	.rpm-care-category-list::-webkit-scrollbar {
		display: none;
	}

	.rpm-care-post-grid--recommended .rpm-care-card {
		flex: 0 0 min(84vw, 286px);
		max-width: min(84vw, 286px);
		min-height: 420px;
		height: 420px;
		scroll-snap-align: start;
	}

	.rpm-care-post-grid--recommended .rpm-care-card__link,
	.rpm-care-post-grid--recommended .rpm-care-card--featured .rpm-care-card__link {
		height: 100%;
		grid-template-rows: 192px auto;
	}

	.rpm-care-post-grid--recommended .rpm-care-card__body {
		height: 100%;
	}

	.rpm-care-post-grid--recommended .rpm-care-card__excerpt {
		min-height: calc(12px * 1.5 * 3);
	}

	.rpm-care-category-list {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.rpm-care-category-list .rpm-care-pill {
		flex: 0 0 auto;
	}

	.rpm-care-section--listing .rpm-care-post-grid {
		display: flex;
		flex-direction: column;
		gap: 14px;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.rpm-care-section--listing .rpm-care-card {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.rpm-care-section--listing .rpm-care-card__link {
		width: 100%;
		grid-template-columns: 92px minmax(0, 1fr);
		grid-template-rows: none;
		align-items: stretch;
	}

	.rpm-care-section--listing .rpm-care-card__media {
		margin: 10px 0 10px 10px;
		min-height: 112px;
		height: calc(100% - 20px);
	}

	.rpm-care-section--listing .rpm-care-card__overlay-terms {
		display: none;
	}

	.rpm-care-section--listing .rpm-care-card__body {
		padding: 10px 12px 10px 10px;
		display: flex;
		flex-direction: column;
		min-width: 0;
	}

	.rpm-care-section--listing .rpm-care-card__body-head {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 8px;
		min-width: 0;
	}

	.rpm-care-section--listing .rpm-care-card__title {
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 6px;
		min-width: 0;
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}

	.rpm-care-section--listing .rpm-care-card__excerpt {
		display: none;
	}

	.rpm-care-section--listing .rpm-care-card__footer {
		display: none;
	}

	.rpm-care-toolbar {
		width: 100%;
		justify-content: space-between;
		gap: 12px;
	}

	.rpm-care-toolbar__results {
		font-size: 13px;
	}
}
