/* 1.3.89 — Leśna elegancja, approved style direction 2.
 * Public layout only; no logo, category artwork or home-guide overrides.
 * Keep this sheet last. Removing its link/class reverts the visual theme.
 */
body.mk-forest {
    display:flow-root;
    --blue:#235f47;
    --blue-dark:#194b36;
    --ink:#223c30;
    --muted:#657166;
    --line:#d8dfd4;
    --soft:#f0f3eb;
    --hero:#e6ede2;
    --forest-surface:#fffefb;
    color:var(--ink);
    background:#f3f2eb;
}

/* Floating header; all navigation remains available on smaller screens. */
.mk-forest .site-header {
    height:auto;
    margin:16px 0 0;
    border:0;
    background:transparent;
}
.mk-forest .site-header .header-inner {
    height:auto;
    min-height:72px;
    gap:22px;
    padding:12px 18px;
    border:1px solid #e0e4d9;
    border-radius:16px;
    background:var(--forest-surface);
}
.mk-forest .site-header .brand {flex-shrink:0}
.mk-forest .site-header nav {
    display:flex;
    flex:1;
    flex-wrap:wrap;
    gap:17px;
    color:var(--ink);
    font-size:13px;
    font-weight:400;
}
.mk-forest .site-header nav>a {padding:8px 0}
.mk-forest .site-header nav>a.nav-active {padding-bottom:7px;color:var(--blue)}
.mk-forest .site-header .header-social {margin-left:0}
.mk-forest .site-header .header-actions {gap:16px;flex-shrink:0;margin-left:auto}
.mk-forest .site-header .map-mobile-link {display:none}
.mk-forest .site-header .account-link {color:var(--ink);white-space:nowrap;font-weight:400}
.mk-forest .site-header .add-link {
    padding:11px 15px;
    border:1px solid var(--blue);
    border-radius:9px;
    background:var(--blue);
    color:#fff;
    font-weight:400;
    white-space:nowrap;
}
.mk-forest .site-header .add-link:hover {background:var(--blue-dark)}
.mk-forest .site-header .add-link.nav-active {color:#fff}
.mk-forest .site-header a:focus-visible {outline:2px solid var(--blue);outline-offset:4px}

/* Homepage: warm sage intro, compact typography, original functional form. */
.mk-forest .mk-home .mk-hero {
    width:min(1180px,calc(100% - 40px));
    margin:28px auto 0;
    border:0;
    border-radius:20px;
    background:var(--hero);
}
.mk-forest .mk-home .hero-inner {
    width:100%;
    padding:30px 26px 26px;
    text-align:left;
}
.mk-forest main h1,
.mk-forest main h2:not(:where(#mk-home-guide *)),
.mk-forest .section-heading h2,
.mk-forest .mk-home .portal-grid h2 {
    font-family:Georgia,'Times New Roman',serif;
    font-weight:400;
    letter-spacing:-.025em;
    color:var(--ink);
}
.mk-forest .mk-home .hero h1 {
    max-width:none;
    margin:0 0 16px;
    font-size:26px;
    line-height:1.35;
}
.mk-forest .mk-home .hero-lead {
    max-width:760px;
    margin:0 0 24px;
    font-size:13px;
    font-weight:400;
    line-height:1.85;
    color:var(--muted);
}
.mk-forest .mk-home .eyebrow {
    font-size:11px;
    line-height:1.7;
    font-weight:400;
    letter-spacing:.13em;
    color:var(--muted);
}
.mk-forest .mk-home .hero .eyebrow {margin:0 0 12px}
.mk-forest .mk-search-form {
    grid-template-columns:minmax(190px,1.5fr) minmax(115px,.8fr) minmax(100px,.6fr) minmax(165px,1.05fr) minmax(145px,.9fr) auto;
    max-width:none;
    padding:12px;
    border:1px solid var(--line);
    border-radius:14px;
    background:var(--forest-surface);
    box-shadow:0 8px 22px #30452b0a;
}
.mk-forest .mk-search-form>label,
.mk-forest .mk-search-form>.mk-search-category-field {
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-width:0;
    padding:7px 14px;
    border-right:1px solid var(--line);
    border-bottom:0;
}
.mk-forest .mk-search-form>label>span,
.mk-forest .mk-search-form .mk-search-category-label {
    margin:0 0 7px;
    font-size:11px;
    font-weight:400;
    line-height:1.5;
    letter-spacing:.045em;
    color:var(--muted);
}
.mk-forest .mk-search-form>label>input,
.mk-forest .mk-search-form>label>select {
    width:100%;
    min-width:0;
    height:24px;
    padding:0;
    background:transparent;
    color:var(--ink);
    font-size:13px;
    font-weight:400;
    line-height:1.7;
}
.mk-forest .mk-search-form>label>input::placeholder {color:var(--muted)}
.mk-forest .mk-search-form>.primary-button {
    grid-column:auto;
    min-height:45px;
    align-self:center;
    margin-left:10px;
    padding:11px 18px;
    border-radius:9px;
    background:var(--blue);
    color:#fff;
    font-size:13px;
    font-weight:400;
}
.mk-forest .mk-search-form>.primary-button:hover {background:var(--blue-dark)}
.mk-forest .mk-search-form .mk-search-category-panel {background:var(--forest-surface);border-color:var(--line)}
.mk-forest .mk-search-form>label>input:focus-visible,
.mk-forest .mk-search-form>label>select:focus-visible {outline:2px solid var(--blue);outline-offset:4px;border-radius:3px}
.mk-forest .mk-home .benefits {display:flex;flex-wrap:wrap;max-width:none;margin:23px 0 0;gap:12px 28px}
.mk-forest .mk-home .benefit {justify-content:flex-start;padding:0;border:0;gap:8px}
.mk-forest .mk-home .benefit p {font-size:12px;line-height:1.65;color:var(--muted);margin:0}
.mk-forest .mk-home .benefit strong {font-weight:400;color:var(--ink)}
.mk-forest .mk-home .benefit-icon {color:var(--ink)}

/* Cards retain their original icons, photos and badges. */
.mk-forest .category-card {
    gap:14px;
    padding:13px 16px;
    border-color:#e1e5da;
    border-radius:14px;
    background:var(--forest-surface);
}
.mk-forest .category-card:hover {border-color:#a7bda8;box-shadow:0 8px 22px #30452b0a}
.mk-forest .category-card strong {font-size:13px;font-weight:400;line-height:1.5;color:var(--ink)}
.mk-forest .category-card small {margin-top:4px;font-size:11px;line-height:1.6;color:var(--muted)}
.mk-forest .category-card .category-icon {flex:0 0 48px;width:48px;height:48px;border:1px solid #dfe8e1;border-radius:12px;background:#f0f5f1}
.mk-forest .listing-card,
.mk-forest .mk-location-chip {border-radius:14px;background:var(--forest-surface)}
.mk-forest .mk-home #lokalizacje .city-links a {color:var(--ink);background:var(--forest-surface);border-color:var(--line)}
.mk-forest .mk-home .section-heading {margin-bottom:22px}
.mk-forest .mk-home .section-heading h2,
.mk-forest .mk-home .portal-grid h2 {font-size:26px;line-height:1.3}
.mk-forest .mk-home .section-heading .eyebrow {margin:0 0 5px}
.mk-forest .mk-home .section-heading>a {color:var(--blue);font-size:12px}
.mk-forest .mk-home>.section {padding-top:0;padding-bottom:50px;background:transparent}
.mk-forest .mk-home>.mk-hero+.section {padding-top:50px}
.mk-forest .mk-home .portal-copy {padding:0 0 50px;background:transparent}
.mk-forest .mk-home .portal-grid p {color:var(--muted)}
.mk-forest .site-footer {background:#223c30}
.mk-forest .site-footer .footer-bottom {border-color:#415949}

/* Carry the same palette into public listings, profiles and the owner offer. */
.mk-forest .listing-head {
    width:min(1180px,calc(100% - 40px));
    margin:28px auto 0;
    padding:28px 26px;
    border:0;
    border-radius:20px;
    background:var(--hero);
}
.mk-forest .listing-head>.shell {width:100%}
.mk-forest .mk-owner-hero,
.mk-forest .mk-owner-premium-heading {background:var(--hero);border-color:var(--line)}
.mk-forest .mk-owner-free,
.mk-forest .mk-owner-price,
.mk-forest .detail-page .advertiser-card,
.mk-forest .detail-page .utility-card,
.mk-forest .detail-page .mk-popularity-card {background:var(--forest-surface);border-color:var(--line);border-radius:14px}
.mk-forest .detail-page .facts-grid div {background:var(--forest-surface)}
.mk-forest .detail-page .avatar {background:var(--blue);color:#fff}
.mk-forest .detail-page .contact-actions .primary-button,
.mk-forest .mk-for-stables .mk-owner-button {background:var(--blue);border-color:var(--blue);color:#fff;font-weight:400}
.mk-forest .detail-page .contact-actions .primary-button:hover,
.mk-forest .mk-for-stables .mk-owner-button:hover {background:var(--blue-dark)}

@media(max-width:1120px) {
    .mk-forest .site-header .header-inner {flex-wrap:wrap;gap:8px 18px}
    .mk-forest .site-header nav {order:3;flex-basis:100%;gap:8px 22px;border-top:1px solid var(--line);padding-top:5px;margin-top:5px}
}
@media(max-width:1000px) {
    .mk-forest .mk-search-form {grid-template-columns:repeat(4,minmax(0,1fr))}
    .mk-forest .mk-search-form>label:nth-child(4) {border-right:0}
    .mk-forest .mk-search-form>.primary-button {grid-column:1/-1;min-height:44px;margin:12px 0 0}
}
@media(max-width:760px) {
    .mk-forest .site-header {margin-top:12px}
    .mk-forest .site-header .header-inner {padding:12px 14px}
    .mk-forest .site-header .account-link {font-size:0}
    .mk-forest .site-header .header-actions {gap:10px}
    .mk-forest .site-header nav {gap:6px 18px}
    .mk-forest .mk-home .mk-hero {width:calc(100% - 24px)}
    .mk-forest .listing-head {width:calc(100% - 24px);padding:24px 18px}
    .mk-forest .mk-home .hero-inner {padding:24px 18px}
    .mk-forest .mk-search-form {grid-template-columns:repeat(2,minmax(0,1fr))}
    .mk-forest .mk-search-form>label,
    .mk-forest .mk-search-form>.mk-search-category-field {padding:10px 12px}
    .mk-forest .mk-search-form>:nth-child(2) {border-right:0}
    .mk-forest .mk-search-form>:nth-child(-n+2) {border-bottom:1px solid var(--line)}
    .mk-forest .mk-search-form .mk-search-category-panel {left:auto;right:0;width:min(370px,calc(100vw - 92px));max-width:none}
    .mk-forest .mk-home .category-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
    .mk-forest .category-card {padding:12px;gap:10px}
    .mk-forest .mk-home .portal-copy-lead {grid-column:1/-1}
}
@media(max-width:440px) {
    .mk-forest .site-header .header-inner {gap:8px;padding:10px 12px}
    .mk-forest .site-header .header-actions {gap:8px}
    .mk-forest .site-header .add-link {padding:9px 8px;font-size:11px;gap:5px}
    .mk-forest .site-header .add-link svg {display:none}
    .mk-forest .site-header nav {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));font-size:12px;gap:4px 12px}
    .mk-forest .mk-home .hero-inner {padding:22px 14px}
    .mk-forest .mk-search-form {grid-template-columns:1fr}
    .mk-forest .mk-search-form>label,
    .mk-forest .mk-search-form>.mk-search-category-field {border-right:0;border-bottom:1px solid var(--line)}
    .mk-forest .mk-search-form>label:nth-child(4) {border-bottom:0}
    .mk-forest .mk-search-form>label>input,
    .mk-forest .mk-search-form>label>select {height:32px;font-size:16px}
    .mk-forest .mk-search-form .mk-search-category-panel {right:-12px;width:calc(100% + 24px);max-height:330px}
    .mk-forest .mk-home .benefits {display:grid;grid-template-columns:1fr;gap:8px}
    .mk-forest .mk-home .category-grid {grid-template-columns:1fr}
    .mk-forest .mk-home .section-heading {align-items:flex-start;flex-direction:column;gap:12px}
}
@media(prefers-reduced-motion:reduce) {
    .mk-forest .category-card,.mk-forest .listing-card {transition:none;transform:none}
}

/* Complete public theme: forms, accounts, articles and profile end sections.
 * Keep functional states (errors, disabled actions, expired events) distinct.
 * These selectors never apply to the administration or the illustrated guide.
 */
body.mk-forest main :is(h1,h2):not(:where(#mk-home-guide *)) {
    font-family:Georgia,'Times New Roman',serif;
    font-weight:400;
    color:var(--ink);
}
body.mk-forest main h1 {font-size:26px;line-height:1.35}
.mk-forest :is(.form-page,.auth-page,.contact-page,.blog-page,.blog-article-page,.legal-page,.account-page) {background:transparent;color:var(--ink)}
.mk-forest main>.eyebrow,
.mk-forest :is(.auth-card,.form-layout,.account-hero) .eyebrow {font-size:11px;font-weight:400;letter-spacing:.1em;color:var(--muted)}

/* Shared controls. Inputs remain ordinary accessible form controls. */
.mk-forest :is(.listing-form,.auth-card,.profile-form,.contact-fields,.mk-event-form,.mk-photo-upload-form) :is(input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea),
.mk-forest .account-page .account-content>.profile-form:not(.mk-stable-form):not(.mk-event-form) :is(input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea) {
    min-width:0;
    border-color:#cbd5c6;
    border-radius:9px;
    background:var(--forest-surface);
    color:var(--ink);
    font-family:'Open Sans',Arial,sans-serif;
    font-size:13px;
    font-weight:400;
}
.mk-forest :is(.listing-form,.auth-card,.profile-form,.contact-fields,.mk-event-form) :is(input,select,textarea):focus-visible,
.mk-forest .account-page .account-content>.profile-form:not(.mk-stable-form):not(.mk-event-form) :is(input,select,textarea):focus-visible {
    border-color:var(--blue);
    outline:2px solid #7b9f80;
    outline-offset:2px;
    box-shadow:none;
}
.mk-forest :is(.listing-form,.auth-card,.profile-form,.contact-fields) input::placeholder,
.mk-forest :is(.listing-form,.auth-card,.profile-form,.contact-fields) textarea::placeholder {color:#6b776b;opacity:1}
.mk-forest :is(.listing-form,.auth-card,.profile-form,.contact-fields) :is(input[type=checkbox],input[type=radio]) {accent-color:var(--blue)}
.mk-forest :is(.listing-form,.auth-card,.profile-form) label,
.mk-forest .account-page .account-content>.profile-form:not(.mk-stable-form):not(.mk-event-form) label {color:var(--ink);font-weight:400}
.mk-forest .primary-button,
.mk-forest :is(.auth-card,.listing-form,.contact-form,.profile-form,.modal-card) .primary-button {
    background:var(--blue);
    border-color:var(--blue);
    border-radius:9px;
    color:#fff;
    font-weight:400;
}
.mk-forest .primary-button:hover,
.mk-forest :is(.auth-card,.listing-form,.contact-form,.profile-form,.modal-card) .primary-button:hover {background:var(--blue-dark);border-color:var(--blue-dark)}
.mk-forest .secondary-button {border-color:var(--line);border-radius:9px;background:var(--forest-surface);color:var(--blue);font-weight:400}
.mk-forest .secondary-button:hover {border-color:#9eb99f;background:var(--soft)}
.mk-forest :is(.auth-card,.listing-form,.profile-form,.contact-form) .primary-button:disabled {opacity:.55;cursor:not-allowed}
.mk-forest :is(.auth-card,.listing-form,.profile-form,.contact-fields) :is(input,select,textarea):disabled {background:#eceee7;color:#6b746b}

/* Public submission / ownership forms. */
.mk-forest .form-page {padding:50px 0}
.mk-forest .mk-submit-page .form-layout>section {padding:30px;border-radius:20px;background:var(--forest-surface);border-color:var(--line)}
.mk-forest .mk-submit-page .form-layout h1 {font-size:26px;font-weight:400;line-height:1.35}
.mk-forest .mk-submit-page .listing-form fieldset {margin:12px 0 0;padding:16px 0 0;border:0}
.mk-forest .mk-submit-page .listing-form .checkbox-row {margin-bottom:18px}
.mk-forest .mk-submit-page .mk-free-account-note {border-color:var(--line);background:var(--hero);color:var(--ink)}
.mk-forest .mk-submit-page .mk-free-account-note p {color:var(--muted)}
.mk-forest .mk-submit-page .mk-free-account-note a {color:var(--blue)}
.mk-forest .mk-submit-page .mk-inline-registration-trigger {color:var(--blue)}
.mk-forest .mk-submit-page .mk-inline-registration-toggle {accent-color:var(--blue)}
.mk-forest .mk-submit-page .mk-inline-registration-toggle:focus-visible {outline-color:var(--blue)}
.mk-forest .mk-submit-page .mk-inline-registration-fields {border-color:var(--line)}
.mk-forest .mk-submit-page .mk-inline-registration-head span {color:var(--muted)}
.mk-forest .mk-submit-page .listing-form legend,
.mk-forest .account-page .account-content>.profile-form:not(.mk-stable-form):not(.mk-event-form) legend {font-family:Georgia,'Times New Roman',serif;font-size:20px;font-weight:400;line-height:1.4;color:var(--ink)}
.mk-forest .mk-submit-page .form-benefits {padding:24px;border-color:var(--line);border-radius:18px;background:var(--hero)}
.mk-forest .mk-submit-page .form-benefits h2 {font-size:20px;font-weight:400}
.mk-forest .mk-submit-page .form-benefits .benefit p {color:var(--muted);line-height:1.65}
.mk-forest .mk-submit-page .form-benefits .benefit-icon {background:var(--forest-surface)}
.mk-forest .mk-submit-page .mk-free-promotion-card {border-color:var(--line);background:var(--forest-surface)}
.mk-forest .mk-submit-page .mk-free-promotion-card strong {color:var(--ink)}
.mk-forest .mk-submit-page .mk-free-promotion-card p {color:var(--muted)}
.mk-forest .mk-stable-detail .mk-popularity-icon {background:var(--soft);color:var(--blue)}
.mk-forest .mk-stable-detail .mk-popularity-head p strong {color:var(--ink)}
.mk-forest .mk-stable-detail .mk-popularity-premium {border-color:var(--line);color:var(--muted)}
.mk-forest .mk-stable-detail .mk-popularity-premium>a {color:var(--blue)}
.mk-forest .mk-category-choice {border-color:var(--line);border-radius:10px;background:var(--forest-surface);color:var(--ink)}
.mk-forest .mk-category-choice:has(input:checked) {border-color:#95b19a;background:#eaf0e5}
.mk-forest .mk-submit-page .listing-form :is(label.mk-field-invalid input:not([type=checkbox]),label.mk-field-invalid select,input.mk-field-invalid),
.mk-forest .mk-category-field.is-invalid .mk-category-selector {border-color:#c76565;background:#fff0f0;box-shadow:0 0 0 2px #be373712}

/* Login, registration, password recovery and subscription confirmations. */
.mk-forest .auth-page {min-height:0;padding:50px 20px}
.mk-forest .auth-card {width:min(460px,100%);padding:32px;border-color:var(--line);border-radius:20px;background:var(--forest-surface);box-shadow:0 10px 30px #30452b08;gap:18px}
.mk-forest .auth-card>p {color:var(--muted);line-height:1.75}
.mk-forest .auth-card a {color:var(--blue);text-underline-offset:3px}
.mk-forest .auth-card>p a[href='/rejestracja'] {font-weight:400;text-decoration:underline}
.mk-forest .auth-card>.primary-button {min-height:46px}
.mk-forest .auth-card .auth-consent {font-weight:400;line-height:1.65}

/* Account, contact and document introductions share the sage surface. */
.mk-forest :is(.account-hero,.contact-hero,.legal-hero,.blog-hero) {
    width:min(1180px,calc(100% - 40px));
    margin:28px auto 0;
    padding:30px 26px;
    border:1px solid var(--line);
    border-radius:20px;
    background:var(--hero);
    color:var(--ink);
}
.mk-forest :is(.account-hero,.contact-hero,.legal-hero,.blog-hero)>.shell {width:100%}
.mk-forest :is(.account-hero,.contact-hero,.legal-hero,.blog-hero) p {color:var(--muted)}
.mk-forest :is(.account-page .account-hero,.contact-hero,.legal-hero,.blog-hero,.blog-article>header,.mk-claim-request-head) h1 {font-size:26px;font-weight:400;line-height:1.35}
.mk-forest :is(.account-layout,.contact-layout,.legal-layout) {padding-bottom:50px}
.mk-forest .account-page .account-layout {padding-top:50px;padding-bottom:50px}
.mk-forest .account-page .account-content>.profile-form {padding:24px;border:1px solid var(--line)}
.mk-forest :is(.contact-card,.contact-aside,.legal-toc,.profile-form,.mk-owner-guidance,.mk-owner-stable),
.mk-forest .account-page :is(.account-summary>div,.account-summary>a,.account-listing) {border-color:var(--line);border-radius:14px;background:var(--forest-surface)}
.mk-forest .account-page .account-nav {overflow:hidden;border-color:var(--line);border-radius:14px;background:var(--forest-surface)}
.mk-forest .account-page .account-nav :is(a,button) {background:transparent;border-color:var(--line);color:var(--ink);font-weight:400}
.mk-forest .account-page .account-nav a.active {background:var(--hero);color:var(--blue);box-shadow:inset 3px 0 0 var(--blue)}
.mk-forest .account-page .account-nav :is(a,button):hover {background:var(--soft)}
.mk-forest .account-page .account-summary strong {font-weight:400;color:var(--ink)}
.mk-forest .account-page .account-summary :is(small,svg) {color:var(--blue)}
.mk-forest .account-page .account-actions a {border-color:var(--line);border-radius:9px;background:var(--forest-surface);color:var(--blue)}
.mk-forest .account-page :is(.mk-owner-guidance-intro,.mk-information-form-head,.mk-owner-rule-grid) {background:var(--soft);border-color:var(--line)}
.mk-forest .account-page :is(.mk-information-form,.mk-owner-panel,.mk-photo-upload-form) {background:var(--forest-surface);border-color:var(--line);border-radius:14px}
.mk-forest .contact-card-head {border-color:var(--line);background:var(--soft)}
.mk-forest .contact-info-icon {background:var(--hero);color:var(--blue)}
.mk-forest .contact-consent a,
.mk-forest .legal-document a {color:var(--blue)}
.mk-forest .legal-document address {background:var(--soft);border-color:var(--blue);color:var(--ink)}
.mk-forest .legal-toc a {color:var(--muted);border-color:var(--line)}
.mk-forest .legal-document :is(p,ul,ol) {color:var(--muted)}
.mk-forest .legal-document strong {color:var(--ink)}
.mk-forest .legal-table {background:var(--forest-surface);border-color:var(--line);border-radius:14px}

/* Profile: continuous warm background down to the footer, always 50px. */
.mk-forest .mk-stable-detail .similar-section {background:transparent;border-color:var(--line);padding:50px 0}
.mk-forest .mk-stable-detail .mk-related-section+.mk-related-section {padding-top:0}
.mk-forest .mk-stable-detail .mk-related-section:has(+.detail-end) {padding-bottom:0}
.mk-forest .mk-stable-detail .detail-end {background:transparent;padding-top:50px;padding-bottom:50px;row-gap:50px}
.mk-forest .mk-stable-detail .similar-section .listing-card,
.mk-forest .mk-stable-detail .detail-end .listing-card.compact {background:var(--forest-surface);border-color:var(--line);border-radius:14px}
.mk-forest .mk-stable-detail .detail-end .link-list a {border-color:var(--line);border-radius:9px;background:var(--forest-surface);color:var(--blue)}
.mk-forest .mk-stable-detail .detail-end .link-list a:hover {background:var(--soft);border-color:#9eb99f}
.mk-forest .mk-stable-detail .similar-section .eyebrow {font-weight:400;color:var(--muted)}
.mk-forest .mk-stable-detail .price-card {border-color:var(--line);border-radius:14px;background:var(--forest-surface)}
.mk-forest .mk-stable-detail :is(.contact-direct a,.contact-direct button,.phone-button) {background:var(--forest-surface);border-color:var(--line);border-radius:9px;color:var(--ink)}
.mk-forest .mk-stable-detail .detail-quick-actions button {border:1px solid var(--line);border-radius:9px;background:var(--soft);color:var(--blue)}
.mk-forest .mk-stable-detail .detail-quick-actions .active {background:#e1eddf;border-color:#93b098;color:var(--blue)}
.mk-forest .mk-stable-detail .mk-google-rating-value {font-family:'Open Sans',Arial,sans-serif}
.mk-forest .modal-card {background:var(--forest-surface);border:1px solid var(--line);border-radius:18px;color:var(--ink)}
.mk-forest .modal-card h2 {font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--ink)}
.mk-forest :is(.modal-feature-icon,.mk-claim-benefit) {background:var(--soft);color:var(--blue)}
.mk-forest :is(.empty-state,.category-description,.mk-premium-content-info) {background:var(--forest-surface);border-color:var(--line);border-radius:14px;color:var(--muted)}
.mk-forest .mk-event-card:not(.is-expired) {background:var(--forest-surface);border-color:var(--line);border-radius:14px}

/* 1.3.105: shared, focused public form design. No changes to form behavior. */
.mk-forest .mk-auth-redesign {display:block}
.mk-forest .mk-auth-layout {display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);width:min(1000px,100%);margin:0 auto;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--forest-surface);box-shadow:0 12px 36px #223c3007}
.mk-forest .mk-auth-intro {padding:36px;background:var(--hero);min-width:0}
.mk-forest .mk-auth-tag {display:inline-block;padding:5px 10px;border:1px solid #c8d5c2;border-radius:30px;font-size:11px;color:var(--blue);letter-spacing:.035em}
.mk-forest .mk-auth-intro h2 {max-width:300px;margin:22px 0 12px;font-size:26px;line-height:1.25}
.mk-forest .mk-auth-intro>p {margin:0;color:var(--muted);line-height:1.8}
.mk-forest .mk-auth-art {width:100%;height:auto;aspect-ratio:8/3;object-fit:cover;margin:24px 0;border-radius:12px}
.mk-forest .mk-auth-benefits {display:grid;gap:20px;padding:0;margin:0;list-style:none}
.mk-forest .mk-auth-benefits li {display:flex;gap:13px;align-items:flex-start}
.mk-forest .mk-auth-benefits li>span {display:grid;place-items:center;flex:0 0 36px;height:36px;background:#fffefb9c;border:1px solid #d2ddcb;border-radius:11px;color:var(--blue)}
.mk-forest .mk-auth-benefits strong {font-size:13px;font-weight:600}
.mk-forest .mk-auth-benefits p {margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.7}
.mk-forest .mk-auth-intro .mk-auth-footnote {margin-top:25px;padding-top:18px;border-top:1px solid #cdd8c7;font-size:11px}
.mk-forest .mk-auth-redesign .auth-card {align-self:center;width:100%;min-width:0;margin:0;padding:36px;border:0;border-radius:0;box-shadow:none;gap:22px}
.mk-forest .mk-auth-heading h1 {margin:8px 0 10px;font-size:26px;line-height:1.3}
.mk-forest .mk-auth-heading p {margin:0;color:var(--muted);font-size:13px;line-height:1.75}
.mk-forest .mk-auth-fields {display:grid;gap:18px;min-width:0}
.mk-forest .mk-auth-fields label {min-width:0;gap:7px}
.mk-forest .mk-auth-fields input:not([type=checkbox]) {width:100%;min-height:46px;background:#fbfcf8}
.mk-forest .mk-auth-fields small {font-size:11px;color:var(--muted);font-weight:400}
.mk-forest .mk-auth-register .mk-auth-fields {grid-template-columns:repeat(2,minmax(0,1fr));column-gap:14px}
.mk-forest .mk-auth-register .mk-auth-fields>label:first-child,
.mk-forest .mk-auth-register .mk-auth-fields>.auth-consent {grid-column:1/-1}
.mk-forest .mk-auth-fields .auth-consent {margin:0;padding:0;color:var(--muted)}
.mk-forest .mk-auth-fields .marketing-consent {padding-top:16px;border-top:1px solid var(--line)}
.mk-forest .mk-auth-help {display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:12px}
.mk-forest .mk-auth-switch {display:flex;flex-wrap:wrap;gap:6px 12px;justify-content:center;padding-top:20px;border-top:1px solid var(--line);color:var(--muted);font-size:12px;text-align:center}
.mk-forest .mk-auth-redesign :is(.mk-auth-help,.mk-auth-switch) a {text-decoration:underline;text-decoration-color:#a8bdae;text-underline-offset:4px}
.mk-forest .mk-auth-redesign a:hover {color:var(--blue-dark);text-decoration-color:currentColor}
.mk-forest .mk-submit-page .form-layout {gap:28px}
.mk-forest .mk-submit-page .form-layout>section {min-width:0;padding:0;border:0;background:transparent;border-radius:0}
.mk-forest .mk-submit-page .form-layout>section>.eyebrow {display:block;margin-bottom:7px}
.mk-forest .mk-submit-page .form-layout>section>p {margin:12px 0 28px;max-width:650px}
.mk-forest .mk-submit-page .listing-form {gap:26px;counter-reset:none}
.mk-forest .mk-submit-page .listing-form fieldset {min-width:0;margin:0;padding:26px;border:1px solid var(--line);border-radius:18px;background:var(--forest-surface)}
.mk-forest .mk-submit-page .listing-form legend {float:left;display:flex;align-items:center;gap:12px;width:100%;padding:0;margin:0 0 10px;font-size:20px;line-height:1.4}
.mk-forest .mk-form-step {display:inline-grid;place-items:center;flex:0 0 34px;height:34px;border:1px solid #d2ddcb;border-radius:10px;background:var(--soft);color:var(--blue);font:12px 'Open Sans',Arial,sans-serif}
.mk-forest .mk-submit-page .mk-fieldset-hint {clear:both;margin:0 0 24px;color:var(--muted);font-size:12px;line-height:1.75}
.mk-forest .mk-submit-page .form-grid {gap:19px 18px}
.mk-forest .mk-submit-page .listing-form input:not([type=checkbox]),
.mk-forest .mk-submit-page .listing-form select {min-height:46px}
.mk-forest .mk-submit-page .listing-form fieldset>label {margin-top:20px}
.mk-forest .mk-submit-page .listing-form small {font-size:11px;line-height:1.6;color:var(--muted);font-weight:400}
.mk-forest .mk-submit-page .mk-category-choice {min-height:48px}
.mk-forest .mk-submit-page .mk-category-choice:hover {border-color:#95b19a;background:#f4f7ef}
.mk-forest .mk-submit-page .mk-category-choice:has(input:focus-visible) {outline:2px solid #7b9f80;outline-offset:2px}
.mk-forest .mk-submit-page .mk-tree-offer-grid {gap:14px}
.mk-forest .mk-submit-page .mk-tree-offer-grid>div {min-width:0;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fafcf8}
.mk-forest .mk-submit-page .mk-tree-offer-grid>div>strong {display:block;margin:0 0 14px;color:var(--ink);font-size:13px;font-weight:600}
.mk-forest .mk-submit-page .mk-offer-options {gap:10px}
.mk-forest .mk-submit-page .mk-offer-options label {display:flex;align-items:flex-start;flex-direction:row;gap:9px;margin:0;padding:0;border:0;color:#405047;font-size:12px;font-weight:400;line-height:1.45}
.mk-forest .mk-submit-page .mk-offer-options input[type=checkbox] {flex:0 0 16px;width:16px;height:16px;min-height:0;margin:1px 0 0;padding:0}
.mk-forest .mk-submit-page .mk-tree-offer-grid>div>label {margin-top:16px}
.mk-forest .mk-submit-page .mk-tree-offer-grid .mk-price-filter {margin-top:12px}
.mk-forest .mk-submit-page .mk-tree-offer-grid>div:last-child {grid-column:1/-1}
.mk-forest .mk-submit-page .mk-tree-offer-grid>div:last-child .mk-offer-options {grid-template-columns:repeat(2,minmax(0,1fr))}
.mk-forest .mk-submit-page .form-benefits {position:sticky;top:24px;padding:26px;border:1px solid #d2ddcb;box-shadow:none}
.mk-forest .mk-submit-page .form-benefits h2 {margin:0 0 20px}
.mk-forest .mk-submit-page .form-benefits .benefit {gap:12px;padding:16px 0}
.mk-forest .mk-submit-page .form-benefits .benefit-icon {flex-shrink:0;width:32px;height:32px;border-radius:10px}
.mk-forest .mk-submit-page .mk-free-promotion-card {margin-top:22px;padding:20px;border-radius:12px;line-height:1.8}
.mk-forest .mk-submit-page .mk-free-account-note {margin:0;padding:26px;border:1px solid #c9d9c3;border-radius:18px}
.mk-forest .mk-submit-page .mk-inline-registration-trigger {width:100%;padding:15px;border:1px solid #b7cbb3;border-radius:10px;background:var(--forest-surface);line-height:1.7;font-weight:400}
.mk-forest .mk-submit-page .mk-inline-registration-trigger:has(input:checked) {border-color:var(--blue);background:#f2f7ed}
.mk-forest .mk-submit-page .listing-form>.primary-button {align-self:flex-start;min-height:48px;min-width:240px;margin:0;padding:13px 26px}
@media(max-width:1000px) {
    .mk-forest .mk-auth-intro,.mk-forest .mk-auth-redesign .auth-card {padding:28px}
}
@media(max-width:900px) {
    .mk-forest .mk-submit-page .form-benefits {position:static}
}
@media(max-width:760px) {
    .mk-forest .mk-auth-layout {grid-template-columns:1fr;max-width:540px}
    .mk-forest .mk-auth-intro {order:2;border-top:1px solid var(--line)}
    .mk-forest .mk-auth-art {display:none}
    .mk-forest .mk-auth-benefits {margin-top:24px}
    .mk-forest .mk-submit-page .form-layout>section {padding:0}
    .mk-forest .mk-submit-page .listing-form fieldset {padding:22px 18px}
    .mk-forest .mk-submit-page .mk-tree-offer-grid>div {padding:16px}
    .mk-forest .mk-submit-page .mk-tree-offer-grid>div:last-child .mk-offer-options {grid-template-columns:1fr}
    .mk-forest .mk-submit-page .mk-free-account-note {padding:22px 18px}
    .mk-forest .mk-submit-page .listing-form>.primary-button {width:100%;min-width:0}
}
@media(max-width:440px) {
    .mk-forest .mk-auth-redesign .auth-card,.mk-forest .mk-auth-intro {padding:26px 18px}
    .mk-forest .mk-auth-register .mk-auth-fields {grid-template-columns:1fr}
    .mk-forest .mk-auth-help {flex-direction:column;gap:14px}
}

/* Guides and maps: no changes to article photos, map tiles or markers. */
.mk-forest .blog-card {background:var(--forest-surface);border-color:var(--line);border-radius:14px}
.mk-forest .blog-card h2 a {color:var(--ink)}
.mk-forest .blog-card-body>p {color:var(--muted)}
.mk-forest :is(.blog-categories,.blog-follow,.blog-category-extra,.blog-author,.mk-claim-request-card,.mk-information-stable,.mk-email-subscription,.notification-item) {background:var(--forest-surface);border-color:var(--line);border-radius:14px}
.mk-forest :is(.blog-categories a,.blog-follow-links a,.blog-share-buttons a) {color:var(--blue);border-color:var(--line);border-radius:9px}
.mk-forest .blog-share-buttons a {background:var(--forest-surface)}
.mk-forest .blog-categories a.active {background:var(--hero)}
.mk-forest .blog-content {color:var(--ink)}
.mk-forest :is(.blog-content blockquote,.blog-content th,.mk-claim-request-head) {background:var(--soft);color:var(--ink);border-color:var(--line)}
.mk-forest .mk-claim-help-grid article {background:var(--forest-surface);border-color:var(--line)}
.mk-forest .mk-claim-page {padding-bottom:50px}
.mk-forest .mk-claim-request-form input[readonly] {background:var(--soft)}
.mk-forest .blog-related {background:transparent;border-color:var(--line)}
.mk-forest .blog-related .blog-card h2 {font-size:18px}
.mk-forest .mk-map-page {--map-green:#235f47;--map-ink:#223c30;--map-muted:#657166}
.mk-forest :is(.mk-map-sidebar,.mk-map-workspace,.mk-map-extra select,.mk-map-search) {background:var(--forest-surface);border-color:var(--line)}

@media(max-width:760px) {
    .mk-forest :is(.account-hero,.contact-hero,.legal-hero,.blog-hero) {width:calc(100% - 24px);padding:24px 18px}
    .mk-forest .mk-submit-page .form-layout>section {padding:0}
    .mk-forest .auth-card {padding:28px 22px}
}
@media(max-width:440px) {
    .mk-forest .auth-page {padding:50px 12px}
    .mk-forest .auth-card {padding:24px 18px}
    .mk-forest .mk-submit-page .form-layout>section {padding:0}
    .mk-forest :is(.contact-form,.contact-card-head,.contact-aside) {padding:20px 16px}
    .mk-forest .mk-submit-page .form-benefits {padding:22px 18px}
    .mk-forest .account-page .account-content>.profile-form {padding:20px 16px}
}
