/**
 * mp-elementor-home.css
 * Styles for Mobilplaneten homepage shortcodes used inside Elementor.
 *
 * TOC (search for section titles):
 *   1. Shared — layout shell, section chrome, buttons
 *   2. [mp_home_hero]
 *   3. [mp_home_stat_counters]
 *   4. [mp_home_quick_nav] (+ shared .mp-el-card for nav tiles)
 *   5. [mp_home_brand_strip]
 *   6. [mp_home_wc_showcase] / [mp_home_wc_category_teaser] — shop grid & cards
 *   7. [mp_home_blog_editorial]
 *   8. [mp_home_store]
 *   9. [mp_home_usp_row]
 *  10. [mp_home_newsletter]
 *  11. [mp_home_trust_reviews]
 *  12. [mp_home_wc_category_tabs] — tab shell, nav, featured, grid cards
 *  13. [mp_home_wc_cat_panel] — Elementor single-tab panel add-ons
 *
 * Prefixes: .mp-el-* (general shortcodes), .mp-cat-* (category tabs / panel)
 */

/* =============================================================================
   1. SHARED — layout shell, section chrome, buttons
   ============================================================================= */

.mp-el-wrap {
	box-sizing: border-box;
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

.mp-el-section {
	margin-bottom: 0;
}

.mp-el-section-head {
	margin-bottom: 1.5rem;
}

.mp-el-eyebrow {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #017848;
}

.mp-el-section-head h2 {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 800;
	color: #0b1320;
	margin: 0.5rem 0 0;
}

.mp-el-section-head p {
	color: #4b5565;
	margin-top: 0.5rem;
	max-width: 36rem;
}

.mp-el-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1.25rem;
	border-radius: 9999px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.mp-el-btn--primary {
	background: #017848;
	color: #fff;
	border: none;
	box-shadow: 0 10px 30px rgba(1, 120, 72, 0.18);
}

.mp-el-btn--primary:hover {
	background: #015f3a;
	color: #fff;
}

.mp-el-btn--outline {
	background: #fff;
	color: #0b1320;
	border: 1px solid #e6e8ec;
}

.mp-el-btn--outline:hover {
	background: #f2f4f7;
}

/* =============================================================================
   2. [mp_home_hero]
   ============================================================================= */

.mp-el-hero {
	background: linear-gradient(180deg, #fafdfb 0%, #eef8f2 100%);
	padding: 3rem 0 2rem;
}

.mp-el-hero__grid {
	display: grid;
	gap: 2rem;
	align-items: center;
}

@media (min-width: 1024px) {
	.mp-el-hero__grid {
		grid-template-columns: 1.2fr 1fr;
	}
}

.mp-el-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: #015f3a;
	background: #ecf8f2;
	border: 1px solid #d0efdd;
	border-radius: 9999px;
	padding: 0.35rem 0.75rem;
}

.mp-el-hero h1 {
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 800;
	line-height: 1.05;
	color: #0b1320;
	margin: 1rem 0 0;
}

.mp-el-hero .mp-el-lead {
	margin-top: 1rem;
	font-size: 1.125rem;
	color: #4b5565;
	max-width: 32rem;
}

.mp-el-actions {
	margin-top: 1.75rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

/* =============================================================================
   3. [mp_home_stat_counters]
   ============================================================================= */

.mp-el-stats {
	border-top: 1px solid rgba(1, 120, 72, 0.15);
	background: rgba(255, 255, 255, 0.75);
	margin-top: 2rem;
}

.mp-el-stats__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
	padding: 1.25rem 0;
}

@media (min-width: 768px) {
	.mp-el-stats__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.mp-el-stat__val {
	font-size: 1.5rem;
	font-weight: 800;
	color: #0b1320;
}

.mp-el-stat__val--accent {
	color: #017848;
}

.mp-el-stat__label {
	font-size: 0.7rem;
	color: #6b7280;
	margin-top: 0.2rem;
}

/* =============================================================================
   4. [mp_home_quick_nav] — four link tiles (.mp-el-card)
   ============================================================================= */

.mp-el-quick {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
	padding: 2rem 0;
}

@media (min-width: 768px) {
	.mp-el-quick {
		grid-template-columns: repeat(4, 1fr);
	}
}

.mp-el-card {
	background: #fff;
	border: 1px solid #e6e8ec;
	border-radius: 1rem;
	padding: 1.25rem;
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.2s, transform 0.2s;
}

.mp-el-card:hover {
	box-shadow: 0 8px 24px rgba(10, 20, 30, 0.08);
	transform: translateY(-2px);
}

.mp-el-card--dark {
	background: #017848;
	border-color: #017848;
	color: #fff;
}

.mp-el-card__title {
	font-weight: 700;
	margin-top: 0.75rem;
}

.mp-el-card__desc {
	font-size: 0.875rem;
	color: #4b5565;
	margin-top: 0.25rem;
}

.mp-el-card--dark .mp-el-card__desc {
	color: rgba(255, 255, 255, 0.85);
}

/* =============================================================================
   5. [mp_home_brand_strip]
   ============================================================================= */

.mp-el-brands {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	padding: 2rem 0;
}

.mp-el-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #0b1320;
}

.mp-el-brand img {
	width: 64px;
	height: 64px;
	object-fit: contain;
	border-radius: 50%;
	border: 1px solid #e6e8ec;
	padding: 0.5rem;
	background: #fff;
}

/* =============================================================================
   6. [mp_home_wc_showcase] / [mp_home_wc_category_teaser] — WooCommerce grids
   ============================================================================= */

.mp-el-showcase {
	display: grid;
	gap: 1.5rem;
	padding: 2.5rem 0;
}

@media (min-width: 1024px) {
	.mp-el-showcase {
		grid-template-columns: 5fr 7fr;
	}
}

.mp-el-featured {
	position: relative;
	border-radius: 1.5rem;
	padding: 2rem;
	min-height: 420px;
	color: #fff;
	background: linear-gradient(155deg, #0b1320 0%, #1a3028 50%, #034a2e 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.mp-el-featured img {
	max-height: 240px;
	width: auto;
	margin: 0 auto 1rem;
	display: block;
}

.mp-el-featured__title {
	font-size: 1.75rem;
	font-weight: 800;
	margin: 0.5rem 0;
}

.mp-el-grid-products {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

@media (min-width: 768px) {
	.mp-el-grid-products {
		grid-template-columns: repeat(3, 1fr);
	}
}

.mp-el-product {
	background: #fff;
	border: 1px solid #e6e8ec;
	border-radius: 1rem;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.2s;
}

.mp-el-product:hover {
	box-shadow: 0 8px 24px rgba(10, 20, 30, 0.08);
}

.mp-el-product__img {
	aspect-ratio: 1;
	background: linear-gradient(180deg, #f4f7f5, #e9f1ec);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.mp-el-product__img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.mp-el-product__body {
	padding: 0.75rem 1rem 1rem;
}

.mp-el-product__title {
	font-weight: 700;
	font-size: 0.95rem;
}

.mp-el-price {
	font-weight: 800;
	color: #017848;
	margin-top: 0.35rem;
}

.mp-el-price del {
	color: #9aa2ae;
	font-weight: 500;
	margin-right: 0.35rem;
}

.mp-el-badge {
	display: inline-block;
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.2rem 0.45rem;
	border-radius: 0.25rem;
	background: #017848;
	color: #fff;
	margin-bottom: 0.35rem;
}

/* =============================================================================
   7. [mp_home_blog_editorial]
   ============================================================================= */

.mp-el-blog {
	display: grid;
	gap: 1.25rem;
	padding: 2.5rem 0;
}

@media (min-width: 1024px) {
	.mp-el-blog {
		grid-template-columns: 7fr 5fr;
	}
}

.mp-el-blog-feature {
	border: 1px solid #e6e8ec;
	border-radius: 1.5rem;
	overflow: hidden;
	background: #fff;
}

.mp-el-blog-feature a {
	text-decoration: none;
	color: inherit;
}

.mp-el-blog-thumb {
	aspect-ratio: 16/9;
	background: linear-gradient(155deg, #0c985c, #034a2e);
	overflow: hidden;
}

.mp-el-blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mp-el-blog-stack {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mp-el-blog-card {
	border: 1px solid #e6e8ec;
	border-radius: 1rem;
	overflow: hidden;
	background: #fff;
}

.mp-el-blog-card a {
	display: grid;
	grid-template-columns: 2fr 3fr;
	text-decoration: none;
	color: inherit;
	min-height: 120px;
}

.mp-el-blog-card__thumb {
	min-height: 120px;
	background: #1e293b;
}

.mp-el-blog-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mp-el-blog-card__body {
	padding: 1rem;
}

/* =============================================================================
   8. [mp_home_store]
   ============================================================================= */

.mp-el-store {
	display: grid;
	border: 1px solid #e6e8ec;
	border-radius: 1rem;
	overflow: hidden;
	background: #fff;
}

@media (min-width: 1024px) {
	.mp-el-store {
		grid-template-columns: 2fr 3fr;
	}
}

.mp-el-store__info {
	padding: 2rem;
}

.mp-el-store__map iframe {
	width: 100%;
	min-height: 320px;
	border: 0;
	display: block;
}

/* =============================================================================
   9. [mp_home_usp_row]
   ============================================================================= */

.mp-el-usp {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
	padding: 1.5rem;
	border: 1px solid #e6e8ec;
	border-radius: 1rem;
	background: #fff;
}

@media (min-width: 768px) {
	.mp-el-usp {
		grid-template-columns: repeat(4, 1fr);
	}
}

.mp-el-usp__title {
	font-weight: 700;
	font-size: 0.875rem;
}

.mp-el-usp__desc {
	font-size: 0.75rem;
	color: #4b5565;
	margin-top: 0.2rem;
}

/* =============================================================================
   10. [mp_home_newsletter]
   ============================================================================= */

.mp-el-newsletter {
	border-radius: 1.5rem;
	background: #0b1320;
	color: #fff;
	padding: 2rem;
	margin: 2rem auto;
}

.mp-el-newsletter form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1rem;
}

.mp-el-newsletter input[type="email"] {
	flex: 1;
	min-width: 200px;
	padding: 0.75rem 1rem;
	border-radius: 9999px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.mp-el-newsletter input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

/* =============================================================================
   11. [mp_home_trust_reviews]
   ============================================================================= */

.mp-el-trust {
	background: #fff;
	border: 1px solid #e6e8ec;
	border-radius: 1.5rem;
	overflow: hidden;
	margin: 2rem 0;
}

.mp-el-trust__bar {
	padding: 1rem 1.5rem;
	background: #f2f4f7;
	border-bottom: 1px solid #e6e8ec;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.mp-el-trust__grid {
	display: grid;
}

@media (min-width: 768px) {
	.mp-el-trust__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.mp-el-trust__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.mp-el-review {
	padding: 1.25rem;
	border-bottom: 1px solid #e6e8ec;
}

@media (min-width: 768px) {
	.mp-el-review {
		border-right: 1px solid #e6e8ec;
	}
}

.mp-el-review h4 {
	margin: 0 0 0.35rem;
	font-size: 0.9rem;
}

.mp-el-review p {
	margin: 0;
	font-size: 0.875rem;
	color: #374151;
	line-height: 1.5;
}

/* =============================================================================
   12. [mp_home_wc_category_tabs] — JS: main.js mp_home_wc_category_tabs_init()
       Subsections: 12a shell · 12b tab nav · 12c two-column layout · 12d featured
       card · 12e chips · 12f product grid · 12g empty state
   ============================================================================= */

/* ----- 12a Section shell & header ----- */

.mp-cat-tabs {
	box-sizing: border-box;
	max-width: 80rem;
	margin: 0 auto;
	padding: 2.5rem 1rem 3rem;
}

.mp-cat-tabs__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.75rem;
}

.mp-cat-tabs__title {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 800;
	color: #0b1320;
	margin: 0.35rem 0 0;
	line-height: 1.15;
}

.mp-cat-tabs__lead {
	color: #4b5565;
	margin: 0.5rem 0 0;
	max-width: 36rem;
	font-size: 0.95rem;
}

.mp-cat-tabs__all {
	font-weight: 600;
	color: #017848;
	text-decoration: none;
	white-space: nowrap;
}

.mp-cat-tabs__all:hover {
	text-decoration: underline;
}

/* ----- 12b Tab buttons (role="tab") ----- */

.mp-cat-tabs__nav {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.65rem;
	overflow-x: auto;
	padding-bottom: 0.35rem;
	margin-bottom: 1.5rem;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.mp-cat-tab {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.65rem 1rem;
	border-radius: 1rem;
	border: 1px solid #e6e8ec;
	background: #fff;
	color: #0b1320;
	cursor: pointer;
	font: inherit;
	text-align: left;
	min-width: 9.5rem;
	flex-shrink: 0;
	transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
}

.mp-cat-tab:hover {
	border-color: #0b1320;
}

.mp-cat-tab[aria-selected="true"] {
	background: #0b1320;
	color: #fff;
	border-color: #0b1320;
	box-shadow: 0 10px 24px -10px rgba(1, 120, 72, 0.35);
}

.mp-cat-tab__icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.75rem;
	background: #e7f4ec;
	color: #017848;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}

.mp-cat-tab[aria-selected="true"] .mp-cat-tab__icon {
	background: #017848;
	color: #fff;
}

.mp-cat-tab__icon svg {
	width: 1.15rem;
	height: 1.15rem;
	display: block;
}

.mp-cat-tab__name {
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1.2;
}

.mp-cat-tab__meta {
	font-size: 0.68rem;
	opacity: 0.65;
	display: block;
	margin-top: 0.1rem;
}

/* ----- 12c Featured column + grid column (~40/60) ----- */

.mp-cat-tabs__layout {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 1024px) {
	.mp-cat-tabs__layout {
		grid-template-columns: minmax(280px, 5fr) minmax(0, 7fr);
		align-items: stretch;
	}
}

/* ----- 12d Large green featured card (shared with 13 panel) ----- */

.mp-cat-featured {
	position: relative;
	border-radius: 1.5rem;
	padding: 1.5rem 1.5rem 1.75rem;
	color: #fff;
	background: linear-gradient(155deg, #034a2e 0%, #017848 55%, #0c985c 100%);
	overflow: hidden;
	min-height: 22rem;
	display: flex;
	flex-direction: column;
}

.mp-cat-featured::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	background-size: 32px 32px;
	opacity: 0.35;
	pointer-events: none;
}

.mp-cat-featured__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex-wrap: wrap;
	z-index: 1;
}

.mp-cat-featured__pill {
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 0.35rem 0.65rem;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.mp-cat-featured__pill--fire::before {
	content: "🔥 ";
}

.mp-cat-featured__brand {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	opacity: 0.85;
}

.mp-cat-featured__media {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 10rem;
	z-index: 1;
}

.mp-cat-featured__media img {
	max-height: 220px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
}

.mp-cat-featured__float {
	position: absolute;
	font-size: 0.6rem;
	font-weight: 700;
	padding: 0.25rem 0.45rem;
	border-radius: 0.35rem;
	background: rgba(255, 255, 255, 0.95);
	color: #017848;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.mp-cat-featured__float--tl {
	top: 12%;
	left: 4%;
}

.mp-cat-featured__float--br {
	bottom: 18%;
	right: 6%;
}

.mp-cat-featured__bottom {
	position: relative;
	z-index: 1;
	margin-top: auto;
	padding-top: 0.5rem;
}

.mp-cat-featured__model {
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	font-weight: 800;
	line-height: 1.1;
	margin: 0.35rem 0;
}

.mp-cat-featured__from {
	font-size: 0.8rem;
	opacity: 0.88;
}

/* ----- 12e Subcategory chips (on featured card) ----- */

.mp-cat-featured__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 0.85rem;
}

.mp-cat-chip {
	font-size: 0.68rem;
	font-weight: 700;
	padding: 0.35rem 0.65rem;
	border-radius: 9999px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(0, 0, 0, 0.15);
	color: #fff;
	text-decoration: none;
	transition: background 0.2s;
}

.mp-cat-chip:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.mp-cat-chip--active {
	background: #fff;
	color: #0b1320;
	border-color: #fff;
}

/* ----- 12f Right column: 2-col product grid + “Hela sortimentet” card ----- */

.mp-cat-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
}

@media (min-width: 640px) {
	.mp-cat-grid {
		gap: 1rem;
	}
}

.mp-cat-card {
	position: relative;
	background: #fff;
	border: 1px solid #e6e8ec;
	border-radius: 1rem;
	padding: 1rem 2.75rem 1rem 1rem;
	text-decoration: none;
	color: inherit;
	display: block;
	transition: box-shadow 0.2s, border-color 0.2s;
	min-height: 7.5rem;
}

.mp-cat-card:hover {
	box-shadow: 0 12px 28px -12px rgba(11, 19, 32, 0.15);
	border-color: #c9ced7;
}

.mp-cat-card__badge {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	font-size: 0.55rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.2rem 0.4rem;
	border-radius: 0.25rem;
	background: #017848;
	color: #fff;
}

.mp-cat-card__icon {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.75rem;
	background: #e7f4ec;
	color: #017848;
	display: grid;
	place-items: center;
	margin-bottom: 0.65rem;
}

.mp-cat-card__icon svg {
	width: 1.25rem;
	height: 1.25rem;
}

.mp-cat-card__title {
	font-weight: 800;
	font-size: 0.95rem;
	color: #0b1320;
	line-height: 1.25;
	margin: 0;
}

.mp-cat-card__desc {
	font-size: 0.75rem;
	color: #6b7280;
	line-height: 1.45;
	margin: 0.35rem 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mp-cat-card__meta {
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #9aa2ae;
	margin-top: 0.65rem;
}

.mp-cat-card__price {
	font-size: 1.15rem;
	font-weight: 800;
	color: #0b1320;
	margin-top: 0.15rem;
}

.mp-cat-card__price ins {
	text-decoration: none;
	color: #017848;
}

.mp-cat-card__go {
	position: absolute;
	right: 0.65rem;
	bottom: 0.65rem;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: #017848;
	color: #fff;
	display: grid;
	place-items: center;
	transition: transform 0.2s, background 0.2s;
}

.mp-cat-card:hover .mp-cat-card__go {
	background: #015f3a;
	transform: scale(1.05);
}

.mp-cat-card__go svg {
	width: 1rem;
	height: 1rem;
}

/* ----- 12g No products ----- */

.mp-cat-tabs__empty {
	padding: 1rem;
	color: #6b7280;
	font-size: 0.9rem;
	margin: 0;
}

/* =============================================================================
   13. [mp_home_wc_cat_panel] — Elementor tab body (reuses 12c layout + 12f grid)
       Extra: featured price line, CTA, USP row, first-card highlight, footer bar
   ============================================================================= */

.mp-cat-panel {
	box-sizing: border-box;
	width: 100%;
}

.mp-cat-panel .mp-cat-featured__media img {
	max-height: 280px;
}

.mp-cat-featured__from--price {
	font-size: 0.95rem;
	font-weight: 700;
}

.mp-cat-featured__from--price del {
	opacity: 0.75;
	font-size: 0.8rem;
}

.mp-cat-featured__cta {
	margin-top: 1rem;
	display: inline-flex;
	align-self: flex-start;
}

.mp-cat-featured__usp-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem 0.5rem;
	margin-top: 1.15rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.mp-cat-featured__usp-t {
	display: block;
	font-size: 0.55rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	opacity: 0.8;
}

.mp-cat-featured__usp-d {
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	margin-top: 0.15rem;
}

.mp-cat-card--highlight {
	background: #ecf8f2;
	border-color: #c5ead8;
}

.mp-cat-card--highlight .mp-cat-card__icon {
	background: #fff;
}

.mp-cat-panel__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid #e6e8ec;
}

.mp-cat-panel__foot-note {
	margin: 0;
	font-size: 0.75rem;
	color: #6b7280;
	max-width: 42rem;
}

.mp-cat-panel__foot-link {
	font-size: 0.8rem;
	font-weight: 700;
	color: #017848;
	text-decoration: none;
	white-space: nowrap;
}

.mp-cat-panel__foot-link:hover {
	text-decoration: underline;
}
