:root {
	--kc-bg: #f6f3ee;
	--kc-ink: #151514;
	--kc-ink-soft: #242321;
	--kc-surface: #fffdfa;
	--kc-surface-warm: #eee7dc;
	--kc-line: #d8cec0;
	--kc-text: #1d1d1b;
	--kc-muted: #68635c;
	--kc-red: #bf3b2f;
	--kc-red-dark: #8f291f;
	--kc-lime: #b8d84d;
	--kc-mint: #1d8f78;
	--kc-teal: #146b72;
	--kc-gold: #d7a72c;
	--kc-plum: #6e3158;
	--kc-radius: 8px;
	--kc-shadow: 0 12px 26px rgba(22, 21, 19, 0.09);
	--kc-shadow-soft: 0 8px 18px rgba(22, 21, 19, 0.07);
}

body.single-kc_cocktail,
body.post-type-archive-kc_cocktail,
body.tax-kc_ingredient,
body.tax-kc_flavor {
	background: var(--kc-bg);
}

.kc-shell,
.kc-shell * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.kc-shell {
	max-width: 1280px;
	margin: 0 auto;
	padding: 22px 16px 46px;
	color: var(--kc-text);
	font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

.kc-shell--home {
	max-width: 1240px;
}

.kc-shell a {
	color: var(--kc-red-dark);
	text-decoration-color: rgba(143, 41, 31, 0.3);
	text-underline-offset: 3px;
}

.kc-title,
.kc-section h2,
.kc-content-block h2,
.kc-filter-panel h2,
.kc-filter-group h3,
.kc-card h3,
.kc-directory-section h2,
.kc-home-section h2 {
	margin-top: 0;
	letter-spacing: 0;
}

.kc-title {
	margin: 0;
	color: var(--kc-ink);
	font-size: 3.1rem;
	font-weight: 850;
	line-height: 0.96;
}

.kc-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 9px;
	color: var(--kc-red-dark);
	font-size: 0.76rem;
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
}

.kc-eyebrow::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--kc-lime);
	box-shadow: 10px 0 0 var(--kc-mint);
}

.kc-single,
.kc-archive,
.kc-home {
	min-width: 0;
}

.kc-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	margin: 0 0 12px;
	color: var(--kc-muted);
	font-size: 0.84rem;
	line-height: 1.35;
}

.kc-breadcrumbs a {
	color: var(--kc-muted);
	text-decoration: none;
}

.kc-breadcrumbs a:hover,
.kc-card h3 a:hover,
.kc-link-pill:hover span,
.kc-section-headline a:hover {
	color: var(--kc-red-dark);
}

.kc-breadcrumbs__sep {
	opacity: 0.5;
}

.kc-single-hero {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

.kc-single-hero__media {
	position: sticky;
	top: 18px;
}

.kc-single-image,
.kc-card__media img {
	display: block;
	width: 100%;
	object-fit: cover;
	background: var(--kc-surface-warm);
	border: 1px solid rgba(21, 21, 20, 0.08);
	border-radius: var(--kc-radius);
}

.kc-single-image {
	aspect-ratio: 1 / 1;
	box-shadow: var(--kc-shadow);
}

.kc-single-hero__content,
.kc-single-sections,
.kc-content-block,
.kc-section,
.kc-archive__results,
#kc-results {
	min-width: 0;
}

.kc-title-block {
	display: grid;
	gap: 10px;
	margin-bottom: 12px;
}

.kc-intro,
.kc-archive__lead,
.kc-home__lead {
	max-width: 68ch;
	margin: 0;
	color: var(--kc-muted);
	font-size: 0.98rem;
	line-height: 1.58;
}

.kc-jump-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0 12px;
}

.kc-shell .kc-jump-card,
.kc-shell .kc-hero-link,
.kc-shell .kc-button,
.kc-shell .kc-mobile-filter-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 9px 13px;
	border-radius: var(--kc-radius);
	font-weight: 850;
	line-height: 1.15;
	text-decoration: none !important;
	box-shadow: none;
}

.kc-shell .kc-jump-card,
.kc-shell .kc-hero-link,
.kc-shell .kc-button {
	border: 1px solid rgba(21, 21, 20, 0.1);
	background: var(--kc-ink);
	color: #fff !important;
}

.kc-shell .kc-jump-card:nth-child(2),
.kc-shell .kc-hero-link:nth-child(2) {
	background: var(--kc-teal);
}

.kc-shell .kc-hero-link:nth-child(3) {
	background: var(--kc-mint);
}

.kc-shell .kc-jump-card:hover,
.kc-shell .kc-hero-link:hover,
.kc-shell .kc-button:hover {
	filter: brightness(1.07);
}

.kc-meta-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 7px;
	margin: 0;
	padding: 0;
}

.kc-meta-list__row {
	display: grid;
	gap: 3px;
	min-width: 0;
	padding: 9px 10px;
	border: 1px solid var(--kc-line);
	border-radius: var(--kc-radius);
	background: rgba(255, 253, 250, 0.88);
}

.kc-meta-list dt {
	color: var(--kc-muted);
	font-size: 0.72rem;
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
}

.kc-meta-list dd {
	margin: 0;
	color: var(--kc-text);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.32;
	overflow-wrap: anywhere;
}

.kc-content-block,
.kc-section,
.kc-filter-panel,
.kc-review-summary,
.kc-review,
.comment-respond,
.kc-card,
.kc-directory-section,
.kc-home-section,
.kc-home-panel {
	border: 1px solid var(--kc-line);
	border-radius: var(--kc-radius);
	background: rgba(255, 253, 250, 0.96);
	box-shadow: var(--kc-shadow-soft);
}

.kc-content-block {
	margin-top: 12px;
	padding: 15px;
	scroll-margin-top: 18px;
}

.kc-section-headline {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 12px;
}

.kc-section-headline h2,
.kc-section h2,
.kc-directory-section h2,
.kc-home-section h2 {
	margin: 0;
	color: var(--kc-ink);
	font-size: 1.28rem;
	font-weight: 850;
	line-height: 1.16;
}

.kc-section-headline a {
	color: var(--kc-red-dark);
	font-size: 0.88rem;
	font-weight: 850;
	text-decoration: none;
}

.kc-section-side-metas {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
}

.kc-section-side-meta,
.kc-card__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 8px;
	border: 1px solid rgba(29, 143, 120, 0.24);
	border-radius: var(--kc-radius);
	background: rgba(29, 143, 120, 0.09);
	color: #105746;
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1.15;
}

.kc-ingredients,
.kc-steps {
	margin: 10px 0 0;
	padding-left: 20px;
	color: var(--kc-text);
	font-size: 0.96rem;
	line-height: 1.65;
}

.kc-ingredients li,
.kc-steps li {
	padding-left: 3px;
}

.kc-ingredients__amount {
	color: var(--kc-red-dark);
	font-weight: 850;
}

.kc-ingredients a {
	font-weight: 800;
	text-decoration: none;
}

.kc-single-sections {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.kc-section {
	padding: 16px;
}

.kc-section p {
	color: var(--kc-muted);
	line-height: 1.62;
	overflow-wrap: anywhere;
}

.kc-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
	gap: 12px;
}

.kc-card-grid--results {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	min-width: 0;
	align-content: start;
}

.kc-card-grid--similar {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kc-card-grid--home {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kc-card-grid__full {
	grid-column: 1 / -1;
}

.kc-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.kc-card:hover {
	border-color: rgba(191, 59, 47, 0.35);
	box-shadow: var(--kc-shadow);
	transform: translateY(-2px);
}

.kc-card__media {
	display: block;
	padding: 7px 7px 0;
	text-decoration: none;
}

.kc-card__media img {
	aspect-ratio: 5 / 3;
	box-shadow: none;
}

.kc-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 8px;
	padding: 11px 12px 12px;
}

.kc-card__title-block {
	display: grid;
	gap: 6px;
}

.kc-card h3 {
	margin: 0;
	font-size: 1.04rem;
	line-height: 1.18;
}

.kc-card h3 a {
	color: var(--kc-ink);
	text-decoration: none;
}

.kc-card p {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: var(--kc-muted);
	font-size: 0.88rem;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.kc-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: auto;
}

.kc-card--placeholder {
	visibility: hidden;
	pointer-events: none;
}

.kc-home-hero,
.kc-archive-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: end;
	margin-bottom: 14px;
	padding: 18px;
	border: 1px solid rgba(21, 21, 20, 0.12);
	border-radius: var(--kc-radius);
	background:
		linear-gradient(135deg, rgba(255, 253, 250, 0.95), rgba(238, 231, 220, 0.9)),
		linear-gradient(90deg, rgba(191, 59, 47, 0.12), rgba(29, 143, 120, 0.11));
	box-shadow: var(--kc-shadow);
}

.kc-home-hero {
	grid-template-columns: minmax(0, 1fr) 320px;
	align-items: stretch;
}

.kc-home-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.kc-archive-hero--compact {
	align-items: center;
}

.kc-archive-hero .kc-title,
.kc-home-hero .kc-title {
	margin-bottom: 9px;
}

.kc-home-actions,
.kc-archive-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
	max-width: 380px;
}

.kc-home-actions {
	justify-content: flex-start;
	max-width: none;
	margin-top: 15px;
}

.kc-home-panel {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	padding: 12px;
	background: var(--kc-ink);
	color: #fff;
	box-shadow: none;
}

.kc-home-panel div {
	display: grid;
	gap: 2px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--kc-radius);
	background: rgba(255, 255, 255, 0.06);
}

.kc-home-panel strong {
	color: var(--kc-lime);
	font-size: 1.55rem;
	line-height: 1;
}

.kc-home-panel span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.82rem;
	font-weight: 750;
	line-height: 1.25;
}

.kc-home-section {
	margin-bottom: 14px;
	padding: 15px;
}

.kc-directory-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 12px;
	margin-bottom: 14px;
}

.kc-directory-grid--home {
	margin-bottom: 0;
}

.kc-directory-section {
	padding: 14px;
}

.kc-link-pills {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
	gap: 7px;
	margin-top: 10px;
}

.kc-link-pill {
	display: grid;
	gap: 2px;
	min-height: 46px;
	padding: 9px 10px;
	border: 1px solid rgba(21, 21, 20, 0.11);
	border-radius: var(--kc-radius);
	background: var(--kc-surface-warm);
	text-decoration: none;
}

.kc-link-pill span {
	color: var(--kc-ink);
	font-weight: 850;
	line-height: 1.18;
}

.kc-link-pill small {
	color: var(--kc-muted);
	font-size: 0.75rem;
	font-weight: 750;
	line-height: 1.2;
}

.kc-archive__layout {
	position: relative;
	display: flex;
	gap: 14px;
	align-items: flex-start;
	width: 100%;
}

.kc-archive__layout > * {
	min-width: 0;
}

.kc-archive__results {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch;
	width: auto;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.kc-archive__results > * {
	width: 100%;
	min-width: 0;
}

.kc-archive__sidebar {
	position: sticky;
	top: 18px;
	z-index: 20;
	flex: 0 0 264px;
	width: 264px;
	max-width: 264px;
}

.kc-filter-backdrop {
	display: none;
}

.kc-filter-panel {
	padding: 12px;
	box-shadow: var(--kc-shadow-soft);
}

.kc-filter-panel__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 7px;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--kc-line);
}

.kc-filter-panel__head h2 {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.1;
}

.kc-filter-panel__head p {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--kc-muted);
	font-size: 0.82rem;
	line-height: 1.3;
}

.kc-filter-close {
	display: none;
	width: 32px;
	height: 32px;
	border: 1px solid var(--kc-line);
	border-radius: var(--kc-radius);
	background: #fff;
	color: var(--kc-text);
	font-size: 1.3rem;
	line-height: 1;
	cursor: pointer;
}

.kc-filter-group + .kc-filter-group {
	margin-top: 12px;
}

.kc-filter-group h3,
.kc-filter-label {
	display: block;
	margin: 0 0 7px;
	color: var(--kc-ink);
	font-size: 0.86rem;
	font-weight: 850;
	line-height: 1.2;
}

.kc-filter-choices {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.kc-filter-choices--hidden {
	margin-top: 6px;
}

.kc-filter-choices--hidden.is-collapsed,
.kc-filter-choices--hidden[hidden] {
	display: none !important;
}

.kc-filter-choice {
	position: relative;
}

.kc-filter-choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.kc-filter-choice span {
	display: inline-flex;
	align-items: center;
	min-height: 29px;
	padding: 6px 8px;
	border: 1px solid var(--kc-line);
	border-radius: var(--kc-radius);
	background: #fff;
	color: var(--kc-text);
	font-size: 0.78rem;
	font-weight: 780;
	line-height: 1.15;
	cursor: pointer;
}

.kc-filter-choice input:checked + span {
	border-color: rgba(191, 59, 47, 0.52);
	background: rgba(191, 59, 47, 0.11);
	color: var(--kc-red-dark);
}

.kc-filter-more {
	margin-top: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--kc-red-dark);
	font: inherit;
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.35;
	box-shadow: none;
	cursor: pointer;
}

.kc-select-wrap {
	position: relative;
}

.kc-select-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	border-right: 2px solid rgba(29, 29, 27, 0.55);
	border-bottom: 2px solid rgba(29, 29, 27, 0.55);
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
}

.kc-filter-panel select,
.comment-respond input:not([type="submit"]),
.comment-respond textarea {
	display: block;
	width: 100%;
	border: 1px solid var(--kc-line);
	border-radius: var(--kc-radius);
	background: #fff;
	color: var(--kc-text);
	font: inherit;
}

.kc-filter-panel select {
	min-height: 37px;
	padding: 8px 34px 8px 10px;
	font-size: 0.86rem;
	line-height: 1.2;
	appearance: none;
}

.comment-respond input:not([type="submit"]),
.comment-respond textarea {
	padding: 10px;
	font-size: 0.96rem;
	line-height: 1.4;
}

.comment-respond textarea {
	min-height: 130px;
	resize: vertical;
}

.kc-filter-actions {
	display: flex;
	gap: 8px;
	margin-top: 14px;
}

.kc-shell .kc-button {
	border: 0;
	cursor: pointer;
	font: inherit;
}

.kc-shell .kc-button--ghost {
	border: 1px solid var(--kc-line);
	background: #fff;
	color: var(--kc-text) !important;
}

.kc-results-toolbar {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.kc-shell .kc-mobile-filter-toggle {
	display: none;
	border: 1px solid var(--kc-line);
	background: #fff;
	color: var(--kc-text) !important;
	font: inherit;
	cursor: pointer;
}

.kc-empty-state {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 150px;
	padding: 20px;
	border: 1px dashed rgba(21, 21, 20, 0.22);
	border-radius: var(--kc-radius);
	background: rgba(255, 253, 250, 0.78);
	color: var(--kc-muted);
	text-align: center;
}

.kc-results-empty,
#kc-results {
	display: block;
	width: 100%;
	min-width: 0;
}

.kc-reviews {
	display: grid;
	gap: 12px;
}

.kc-review-summary,
.kc-review,
.comment-respond {
	padding: 14px;
}

.kc-review-summary {
	display: flex;
	align-items: center;
	gap: 12px;
	box-shadow: none;
}

.kc-review-summary__score {
	color: var(--kc-red-dark);
	font-size: 1.75rem;
	font-weight: 850;
	line-height: 1;
}

.kc-review-summary__meta p {
	margin: 6px 0 0;
	color: var(--kc-muted);
}

.kc-stars {
	color: var(--kc-gold);
	font-size: 1.05rem;
	letter-spacing: 0;
}

.kc-stars--small {
	margin: 6px 0;
	font-size: 0.98rem;
}

.kc-rating-widget {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.kc-rating-widget--compact {
	gap: 6px;
}

.kc-rating-widget__stars {
	position: relative;
	display: inline-block;
	padding-right: 0;
	font-size: 1.08rem;
	line-height: 1;
	letter-spacing: 0;
}

.kc-rating-widget--compact .kc-rating-widget__stars {
	font-size: 0.94rem;
}

.kc-rating-widget__stars-base,
.kc-rating-widget__stars-fill {
	display: block;
	white-space: nowrap;
}

.kc-rating-widget__stars-base {
	color: rgba(191, 59, 47, 0.2);
}

.kc-rating-widget__stars-fill {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: var(--kc-gold);
	pointer-events: none;
}

.kc-rating-widget__actions {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.kc-rating-widget__button {
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.kc-rating-widget__button:focus-visible {
	outline: 2px solid rgba(191, 59, 47, 0.45);
	outline-offset: 2px;
	border-radius: 4px;
}

.kc-rating-widget__button.is-selected::after {
	content: "";
	position: absolute;
	right: 32%;
	bottom: -5px;
	left: 32%;
	height: 2px;
	border-radius: 999px;
	background: var(--kc-red);
}

.kc-rating-widget__meta {
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
	color: var(--kc-muted);
	font-size: 0.84rem;
	line-height: 1.25;
	white-space: nowrap;
}

.kc-rating-widget--compact .kc-rating-widget__meta {
	font-size: 0.76rem;
}

.kc-rating-widget__average {
	color: var(--kc-text);
	font-weight: 850;
}

.kc-review-list {
	display: grid;
	gap: 10px;
}

.kc-review__header {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	font-size: 0.88rem;
}

.kc-review__body {
	color: var(--kc-muted);
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.kc-form-title {
	margin-top: 0;
}

.comment-notes,
.comment-form-kc-rating-note {
	margin-top: 10px;
	color: var(--kc-muted);
	line-height: 1.5;
}

.comment-respond label {
	display: block;
	margin-bottom: 6px;
	font-weight: 850;
}

.comment-form-cookies-consent {
	display: flex;
	gap: 9px;
	align-items: flex-start;
}

.comment-form-cookies-consent input {
	width: auto;
	margin-top: 4px;
}

@media (max-width: 1120px) {
	.kc-single-hero,
	.kc-home-hero,
	.kc-archive-hero,
	.kc-directory-grid,
	.kc-archive__layout {
		display: block;
	}

	.kc-single-hero__media {
		position: static;
		margin-bottom: 14px;
	}

	.kc-single-image {
		aspect-ratio: 16 / 10;
	}

	.kc-home-panel {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-top: 14px;
	}

	.kc-home-actions,
	.kc-archive-hero__actions {
		justify-content: flex-start;
		max-width: none;
		margin-top: 14px;
	}

	.kc-directory-section + .kc-directory-section {
		margin-top: 12px;
	}

	.kc-filter-backdrop {
		position: fixed;
		inset: 0;
		z-index: 1090;
		display: block;
		background: rgba(21, 21, 20, 0.5);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.2s ease;
	}

	.kc-archive__sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 1100;
		width: min(88vw, 350px);
		max-width: 100%;
		padding: 10px;
		overflow-y: auto;
		transform: translateX(-104%);
		transition: transform 0.22s ease;
	}

	body.kc-filter-open .kc-archive__sidebar {
		transform: translateX(0);
	}

	body.kc-filter-open .kc-filter-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.kc-filter-close,
	.kc-shell .kc-mobile-filter-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.kc-card-grid--results,
	.kc-card-grid--home {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.kc-shell {
		padding: 16px 10px 34px;
	}

	.kc-title {
		font-size: 2.15rem;
		line-height: 1;
	}

	.kc-home-hero,
	.kc-archive-hero,
	.kc-content-block,
	.kc-section,
	.kc-directory-section,
	.kc-home-section {
		padding: 13px;
	}

	.kc-home-panel,
	.kc-meta-list,
	.kc-card-grid--results,
	.kc-card-grid--similar,
	.kc-card-grid--home {
		grid-template-columns: 1fr;
	}

	.kc-card-grid {
		gap: 10px;
	}

	.kc-card--placeholder {
		display: none;
	}

	.kc-filter-actions,
	.kc-review-summary,
	.kc-review__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.kc-shell .kc-button {
		width: 100%;
	}

	.kc-link-pills {
		grid-template-columns: 1fr;
	}
}
