.mpp-page {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 40px 0;
}

.mpp-archive-header {
	margin-bottom: 24px;
}

.mpp-category-banner {
	overflow: hidden;
	margin-bottom: 18px;
	border-radius: 8px;
	background: #eef1f4;
	aspect-ratio: 5 / 1;
}

.mpp-category-banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mpp-category-meta {
	margin-top: 8px;
	font-size: 28px;
	line-height: 1;
}

.mpp-archive-title,
.mpp-listing-detail__title {
	margin: 0;
	color: #111827;
	font-size: 32px;
	line-height: 1.2;
}

.mpp-listing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 20px;
}

.mpp-listing-card {
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.mpp-listing-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	background: #eef1f4;
	text-decoration: none;
}

.mpp-listing-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mpp-listing-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: #667085;
	font-size: 14px;
}

.mpp-listing-card__body {
	padding: 16px;
}

.mpp-listing-card__title {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.3;
}

.mpp-listing-card__title a {
	color: #111827;
	text-decoration: none;
}

.mpp-listing-card__excerpt {
	color: #4b5563;
	font-size: 14px;
}

.mpp-fields {
	display: grid;
	gap: 8px;
	margin-top: 14px;
}

.mpp-fields--card {
	gap: 6px;
	margin-top: 12px;
}

.mpp-field {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding-top: 8px;
	border-top: 1px solid #edf0f3;
	color: #344054;
	font-size: 14px;
}

.mpp-field__label {
	color: #667085;
	font-weight: 600;
}

.mpp-field__value {
	text-align: right;
}

.mpp-listing-detail {
	background: #ffffff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	padding: 28px;
}

.mpp-listing-detail__header,
.mpp-listing-detail__image {
	margin-bottom: 24px;
}

.mpp-listing-detail__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.mpp-listing-detail .mpp-fields {
	margin-top: 28px;
	padding-top: 8px;
}

.mpp-listing-detail .mpp-field {
	justify-content: flex-start;
	padding: 12px 0;
	font-size: 15px;
}

.mpp-listing-detail .mpp-field__label {
	min-width: 160px;
}

.mpp-listing-detail .mpp-field__value {
	text-align: left;
}

.mpp-empty-state {
	padding: 24px;
	background: #ffffff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
}

.mpp-submit-listing,
.mpp-edit-listing {
	max-width: 760px;
	padding: 24px;
	background: #ffffff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
}

.mpp-category-picker {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 12px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #edf0f3;
}

.mpp-submission-form p,
.mpp-dynamic-fields p,
.mpp-contact-settings p {
	margin: 0 0 18px;
}

.mpp-submission-form label,
.mpp-category-picker label {
	display: block;
	margin-bottom: 6px;
	color: #344054;
	font-weight: 700;
}

.mpp-submission-form input[type="text"],
.mpp-submission-form input[type="email"],
.mpp-submission-form input[type="tel"],
.mpp-submission-form input[type="url"],
.mpp-submission-form input[type="number"],
.mpp-submission-form input[type="file"],
.mpp-submission-form select,
.mpp-submission-form textarea,
.mpp-category-picker select {
	width: 100%;
	max-width: 100%;
	border: 1px solid #cfd6dd;
	border-radius: 6px;
	padding: 10px 12px;
	background: #ffffff;
	color: #17202a;
	font: inherit;
}

.mpp-submission-form button,
.mpp-category-picker button {
	border: 0;
	border-radius: 6px;
	padding: 11px 16px;
	background: #0f6b5f;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}

.mpp-dynamic-fields {
	margin: 24px 0;
	padding: 18px;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
}

.mpp-contact-settings {
	margin: 24px 0;
	padding: 18px;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
}

.mpp-dynamic-fields legend {
	padding: 0 8px;
	font-weight: 800;
}

.mpp-contact-settings legend {
	padding: 0 8px;
	font-weight: 800;
}

.mpp-submission-notice {
	margin: 0 0 20px;
	padding: 14px 16px;
	border-radius: 6px;
	background: #eef6ff;
	color: #1849a9;
}

.mpp-submission-notice--success {
	background: #ecfdf3;
	color: #027a48;
}

.mpp-submission-notice--warning,
.mpp-submission-notice--error {
	background: #fff4ed;
	color: #b42318;
}

.mpp-dashboard {
	padding: 24px;
	background: #ffffff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
}

.mpp-dashboard-listings h2 {
	margin-top: 0;
}

.mpp-dashboard-table {
	width: 100%;
	border-collapse: collapse;
}

.mpp-dashboard-table th,
.mpp-dashboard-table td {
	padding: 12px;
	border-bottom: 1px solid #edf0f3;
	text-align: left;
	vertical-align: middle;
}

.mpp-dashboard-table th {
	color: #344054;
	font-size: 13px;
	text-transform: uppercase;
}

.mpp-dashboard-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mpp-dashboard-actions a {
	font-weight: 700;
	text-decoration: none;
}

.mpp-dashboard-action--danger {
	color: #b42318;
}

.mpp-dashboard-notice {
	margin: 0 0 20px;
	padding: 14px 16px;
	border-radius: 6px;
	background: #eef6ff;
	color: #1849a9;
}

.mpp-dashboard-notice--success {
	background: #ecfdf3;
	color: #027a48;
}

.mpp-dashboard-notice--warning,
.mpp-dashboard-notice--error {
	background: #fff4ed;
	color: #b42318;
}

.mpp-search-form {
	margin-bottom: 28px;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
}

.mpp-search-form__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
}

.mpp-search-form__field {
	margin: 0;
}

.mpp-search-form label {
	display: block;
	margin-bottom: 6px;
	color: #344054;
	font-weight: 700;
}

.mpp-search-form input[type="search"],
.mpp-search-form input[type="text"],
.mpp-search-form input[type="number"],
.mpp-search-form select {
	width: 100%;
	max-width: 100%;
	border: 1px solid #cfd6dd;
	border-radius: 6px;
	padding: 10px 12px;
	background: #ffffff;
	color: #17202a;
	font: inherit;
}

.mpp-search-form__checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
}

.mpp-search-form__actions {
	margin-top: 16px;
}

.mpp-search-form button {
	border: 0;
	border-radius: 6px;
	padding: 11px 16px;
	background: #0f6b5f;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}

.mpp-search-results {
	margin-top: 24px;
}

.mpp-contact-actions {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #edf0f3;
}

.mpp-contact-actions__title {
	margin: 0 0 14px;
	color: #111827;
	font-size: 22px;
	line-height: 1.3;
}

.mpp-contact-actions__list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mpp-contact-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	border-radius: 6px;
	background: #0f6b5f;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
}

.mpp-contact-action:hover,
.mpp-contact-action:focus {
	color: #ffffff;
	text-decoration: none;
}

.mpp-contact-action--whatsapp {
	background: #128c7e;
}

.mpp-contact-action--email {
	background: #344054;
}

.mpp-favorite-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	margin: 0 16px 16px;
	padding: 8px 12px;
	border-radius: 6px;
	background: #1849a9;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
}

.mpp-favorite-button:hover,
.mpp-favorite-button:focus {
	color: #ffffff;
	text-decoration: none;
}

.mpp-favorite-button.is-saved {
	background: #027a48;
}

.mpp-favorite-button.is-disabled {
	background: #667085;
}

.mpp-rating-summary {
	margin-top: 10px;
	color: #667085;
	font-size: 14px;
	font-weight: 800;
}

.mpp-seller-box,
.mpp-reviews,
.mpp-report-listing,
.mpp-favorites,
.mpp-seller-profile {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #edf0f3;
}

.mpp-seller-box h2,
.mpp-reviews h2,
.mpp-report-listing h2,
.mpp-favorites h2,
.mpp-seller-profile h2 {
	margin: 0 0 14px;
	color: #111827;
	font-size: 22px;
	line-height: 1.3;
}

.mpp-seller-box__name {
	color: #0f6b5f;
	font-weight: 800;
	text-decoration: none;
}

.mpp-seller-box__count {
	color: #667085;
	font-weight: 700;
}

.mpp-review-list {
	display: grid;
	gap: 14px;
	margin: 16px 0;
	padding-left: 20px;
}

.mpp-review {
	padding-bottom: 12px;
	border-bottom: 1px solid #edf0f3;
}

.mpp-report-form,
.mpp-review-form {
	display: grid;
	gap: 14px;
	max-width: 640px;
}

.mpp-report-form p,
.mpp-review-form p {
	margin: 0;
}

.mpp-report-form label,
.mpp-review-form label {
	display: block;
	margin-bottom: 6px;
	color: #344054;
	font-weight: 700;
}

.mpp-report-form select,
.mpp-report-form textarea,
.mpp-review-form select,
.mpp-review-form textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid #cfd6dd;
	border-radius: 6px;
	padding: 10px 12px;
	background: #ffffff;
	color: #17202a;
	font: inherit;
}

.mpp-report-form button,
.mpp-review-form button {
	width: fit-content;
	border: 0;
	border-radius: 6px;
	padding: 11px 16px;
	background: #0f6b5f;
	color: #ffffff;
	font-weight: 800;
	cursor: pointer;
}

.mpp-homepage {
	display: grid;
	gap: 34px;
}

.mpp-home-search {
	padding: 28px;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	background: #ffffff;
}

.mpp-home-search h1 {
	margin: 0 0 18px;
	color: #111827;
	font-size: 34px;
	line-height: 1.15;
}

.mpp-home-section {
	display: grid;
	gap: 18px;
}

.mpp-home-section h2 {
	margin: 0;
	color: #111827;
	font-size: 24px;
	line-height: 1.25;
}

.mpp-category-grid__items {
	display: grid;
	grid-template-columns: repeat(var(--mpp-columns, 4), minmax(0, 1fr));
	gap: 16px;
}

.mpp-category-card {
	overflow: hidden;
	display: grid;
	gap: 8px;
	padding: 16px;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.mpp-category-card:hover,
.mpp-category-card:focus {
	color: #111827;
	text-decoration: none;
}

.mpp-category-card__banner {
	width: calc(100% + 32px);
	max-width: none;
	margin: -16px -16px 8px;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

.mpp-category-card__icon {
	color: var(--mpp-category-color, #0f6b5f);
	font-size: 24px;
	line-height: 1;
}

.mpp-category-card__name {
	font-weight: 800;
}

.mpp-category-card__count {
	color: #667085;
	font-size: 14px;
	font-weight: 700;
}

.mpp-featured-badge {
	display: inline-flex;
	width: fit-content;
	margin: 12px 16px 0;
	padding: 4px 9px;
	border-radius: 999px;
	background: #f6c85f;
	color: #111827;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.mpp-message-seller,
.mpp-messages,
.mpp-account,
.mpp-register-form,
.mpp-notifications {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #edf0f3;
}

.mpp-message-seller h2,
.mpp-messages h2,
.mpp-account h2,
.mpp-register-form h2,
.mpp-notifications h2 {
	margin: 0 0 14px;
	color: #111827;
	font-size: 22px;
	line-height: 1.3;
}

.mpp-message-form,
.mpp-register-form {
	display: grid;
	gap: 14px;
	max-width: 640px;
}

.mpp-message-form p,
.mpp-register-form p {
	margin: 0;
}

.mpp-message-form label,
.mpp-register-form label {
	display: block;
	margin-bottom: 6px;
	color: #344054;
	font-weight: 700;
}

.mpp-message-form textarea,
.mpp-register-form input {
	width: 100%;
	max-width: 100%;
	border: 1px solid #cfd6dd;
	border-radius: 6px;
	padding: 10px 12px;
	background: #ffffff;
	color: #17202a;
	font: inherit;
}

.mpp-message-form button,
.mpp-register-form button {
	width: fit-content;
	border: 0;
	border-radius: 6px;
	padding: 11px 16px;
	background: #0f6b5f;
	color: #ffffff;
	font-weight: 800;
	cursor: pointer;
}

.mpp-message-list,
.mpp-notification-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mpp-message-item,
.mpp-notification-list li {
	display: grid;
	gap: 6px;
	padding: 14px;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	background: #ffffff;
}

.mpp-search-result-count {
	margin: 0 0 16px;
	color: #4b5563;
	font-weight: 700;
}

.mpp-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.mpp-pagination a,
.mpp-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	padding: 6px 10px;
	border: 1px solid #dfe3e8;
	border-radius: 6px;
	background: #ffffff;
	text-decoration: none;
}

.mpp-pagination .is-current,
.mpp-pagination .current {
	background: #0f6b5f;
	color: #ffffff;
	border-color: #0f6b5f;
}

@media (max-width: 640px) {
	.mpp-page {
		width: min(100% - 24px, 1120px);
		padding: 24px 0;
	}

	.mpp-archive-title,
	.mpp-listing-detail__title {
		font-size: 26px;
	}

	.mpp-listing-detail {
		padding: 18px;
	}

	.mpp-dashboard-table,
	.mpp-dashboard-table thead,
	.mpp-dashboard-table tbody,
	.mpp-dashboard-table tr,
	.mpp-dashboard-table th,
	.mpp-dashboard-table td {
		display: block;
	}

	.mpp-dashboard-table thead {
		display: none;
	}

	.mpp-dashboard-table tr {
		padding: 12px 0;
		border-bottom: 1px solid #edf0f3;
	}

	.mpp-dashboard-table td {
		display: flex;
		justify-content: space-between;
		gap: 16px;
		padding: 8px 0;
		border-bottom: 0;
	}

	.mpp-dashboard-table td::before {
		content: attr(data-label);
		color: #667085;
		font-weight: 700;
	}

	.mpp-contact-action {
		width: 100%;
	}

	.mpp-category-grid__items {
		grid-template-columns: 1fr;
	}
}

/* v1.1 polish layer: marketplace-grade presentation without moving logic into the theme. */
.mpp-page {
	width: min(1180px, calc(100% - 32px));
	padding: 42px 0;
}

.mpp-listing-grid {
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 22px;
}

.mpp-listing-card {
	position: relative;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	border-color: #e2e8f0;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.mpp-listing-card:hover {
	transform: translateY(-2px);
	border-color: #c8d3df;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.mpp-listing-card__media {
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, #edf7f5, #eef2ff);
}

.mpp-listing-card__placeholder {
	gap: 10px;
	align-content: center;
	justify-items: center;
	color: #58706d;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.mpp-listing-card__placeholder-icon,
.mpp-listing-detail__placeholder-icon {
	display: block;
	width: 52px;
	height: 38px;
	border: 3px solid rgba(15, 107, 95, 0.25);
	border-radius: 12px;
	background: radial-gradient(circle at 72% 32%, rgba(15, 107, 95, 0.34) 0 10%, transparent 11%);
}

.mpp-listing-card__body {
	display: grid;
	gap: 12px;
	padding: 18px;
	flex: 1;
	align-content: start;
}

.mpp-listing-card__title {
	margin: 0;
}

.mpp-listing-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 26px;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.mpp-listing-card__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 3px 8px;
	border-radius: 999px;
	background: #eef7f5;
	color: #0f6b5f;
}

.mpp-listing-detail {
	padding: 0;
	border: 0;
	background: transparent;
}

.mpp-listing-detail__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 28px;
	align-items: start;
}

.mpp-listing-detail__main,
.mpp-listing-detail__sidebar {
	display: grid;
	gap: 18px;
}

.mpp-listing-detail__sidebar {
	position: sticky;
	top: 24px;
}

.mpp-listing-detail__main > *,
.mpp-listing-detail__sidebar > *,
.mpp-listing-detail__content,
.mpp-listing-detail .mpp-fields,
.mpp-reviews,
.mpp-seller-box,
.mpp-report-listing,
.mpp-message-seller,
.mpp-contact-actions,
.mpp-favorites,
.mpp-messages,
.mpp-account,
.mpp-register-form,
.mpp-notifications,
.mpp-seller-profile {
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.mpp-listing-detail__header {
	padding: 26px;
	position: relative;
}

.mpp-listing-detail__eyebrow {
	margin: 0 0 8px;
	color: #0f6b5f;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.mpp-listing-detail__image {
	overflow: hidden;
	margin-bottom: 0;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #edf7f5, #eef2ff);
}

.mpp-listing-detail__image img {
	height: 100%;
	border-radius: 0;
	object-fit: cover;
}

.mpp-listing-detail__placeholder {
	display: grid;
	height: 100%;
	gap: 12px;
	place-items: center;
	align-content: center;
	color: #58706d;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.mpp-listing-detail__content {
	padding: 24px 26px;
}

.mpp-listing-detail .mpp-fields {
	margin-top: 0;
	padding: 20px 24px;
}

.mpp-listing-detail .mpp-field {
	padding: 12px 0;
}

.mpp-submit-listing,
.mpp-edit-listing,
.mpp-dashboard,
.mpp-empty-state {
	border-color: #e2e8f0;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.mpp-search-form {
	padding: 22px;
	border-color: #e2e8f0;
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.mpp-submission-form button,
.mpp-category-picker button,
.mpp-search-form button,
.mpp-report-form button,
.mpp-review-form button,
.mpp-message-form button,
.mpp-register-form button {
	border: 0;
	border-radius: 9px;
	padding: 11px 17px;
	background: #0f6b5f;
	color: #fff;
	font-weight: 850;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(15, 107, 95, 0.18);
}

.mpp-submission-form button:hover,
.mpp-category-picker button:hover,
.mpp-search-form button:hover,
.mpp-report-form button:hover,
.mpp-review-form button:hover,
.mpp-message-form button:hover,
.mpp-register-form button:hover {
	background: #0b554c;
}

.mpp-dashboard-actions a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 10px;
	border-radius: 7px;
	background: #eef7f5;
	color: #0f6b5f;
	font-weight: 800;
	text-decoration: none;
}

.mpp-dashboard-action--danger {
	background: #fff1f2 !important;
	color: #b42318 !important;
}

.mpp-contact-actions,
.mpp-seller-box,
.mpp-reviews,
.mpp-report-listing,
.mpp-message-seller,
.mpp-favorites,
.mpp-messages,
.mpp-account,
.mpp-register-form,
.mpp-notifications,
.mpp-seller-profile {
	margin-top: 0;
	padding: 20px;
	border-top: 1px solid #e2e8f0;
}

.mpp-contact-action,
.mpp-favorite-button {
	border-radius: 9px;
	font-weight: 900;
}

.mpp-favorite-button {
	margin: 0;
	min-height: 34px;
	padding: 7px 11px;
	border: 1px solid #cfe4df;
	background: #f6fbfa;
	color: #0f6b5f;
	box-shadow: none;
	font-size: 13px;
	font-weight: 850;
}

.mpp-listing-card > .mpp-favorite-button {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 1;
}

.mpp-listing-card .mpp-rating-summary {
	margin-bottom: 38px;
}

.mpp-listing-detail__sidebar .mpp-favorite-button {
	width: 100%;
}

.mpp-homepage {
	gap: 42px;
}

.mpp-home-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	gap: 26px;
	align-items: center;
	padding: 38px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(15, 107, 95, 0.94), rgba(29, 78, 216, 0.86));
	color: #fff;
	box-shadow: 0 20px 46px rgba(15, 23, 42, 0.16);
}

.mpp-home-hero h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.05;
}

.mpp-home-hero p {
	max-width: 560px;
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 18px;
}

.mpp-home-hero__eyebrow {
	margin-bottom: 12px !important;
	color: #c8f7dc !important;
	font-size: 13px !important;
	font-weight: 900;
	text-transform: uppercase;
}

.mpp-home-hero__search .mpp-search-form {
	margin: 0;
}

.mpp-home-band {
	display: grid;
	gap: 18px;
}

.mpp-category-grid__items {
	gap: 18px;
}

.mpp-category-card {
	min-height: 132px;
	padding: 18px;
	border-color: #e2e8f0;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.mpp-category-card:hover,
.mpp-category-card:focus {
	transform: translateY(-2px);
	border-color: var(--mpp-category-color, #0f6b5f);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
}

.mpp-category-card__icon {
	display: inline-grid;
	width: 46px;
	height: 42px;
	place-items: center;
	justify-self: start;
	max-width: 100%;
	padding: 0 10px;
	border-radius: 12px;
	background: #eef7f5;
	color: var(--mpp-category-color, #0f6b5f);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mpp-category-card__icon:empty::before {
	content: "";
	display: block;
	width: 18px;
	height: 14px;
	border: 2px solid currentColor;
	border-top-width: 6px;
	border-radius: 4px;
	opacity: 0.9;
}

.mpp-featured-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	margin: 0;
}

.mpp-listing-detail .mpp-featured-badge {
	position: static;
	margin: 0;
	justify-self: start;
	box-shadow: none;
}

@media (max-width: 760px) {
	.mpp-listing-detail__layout,
	.mpp-home-hero {
		grid-template-columns: 1fr;
	}

	.mpp-home-hero {
		width: 100%;
		min-width: 0;
		padding: 26px 18px;
		border-radius: 16px;
		overflow: hidden;
	}

	.mpp-home-hero__content,
	.mpp-home-hero__search {
		min-width: 0;
	}

	.mpp-home-hero h1 {
		font-size: 34px;
	}

	.mpp-listing-grid {
		grid-template-columns: 1fr;
	}

	.mpp-listing-card__media,
	.mpp-listing-detail__image {
		aspect-ratio: 16 / 11;
	}

	.mpp-listing-detail__sidebar {
		position: static;
	}

	.mpp-listing-card > .mpp-favorite-button {
		position: static;
		justify-self: start;
		margin: 0 18px 16px;
	}

	.mpp-listing-card .mpp-rating-summary {
		margin-bottom: 0;
	}
}
