:root{
  --motoe-bg:#f4f1ea;
  --motoe-card:#fffdfa;
  --motoe-text:#24231f;
  --motoe-muted:#6f6b62;
  --motoe-line:#ded8cd;
  --motoe-green:#315e45;
  --motoe-green-dark:#214632;
  --motoe-green-soft:#eaf1ec;
  --motoe-accent:#9bad62;
  --motoe-warm:#f5eee1;
  --motoe-danger:#8d4438;
  --motoe-shadow:0 12px 32px rgba(35,31,24,.08);
  --motoe-radius:14px;
}

.motoe-shell,.motoe-shell *{box-sizing:border-box}
.motoe-shell{font-family:"Roboto",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--motoe-text);background:var(--motoe-bg);line-height:1.5}
.motoe-inner{width:min(1320px,calc(100% - 48px));margin:0 auto}
.motoe-shell a{transition:color .16s,border-color .16s,background .16s,transform .16s}
.motoe-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* language */
.motoe-lang{display:inline-flex;border:1px solid var(--motoe-line);border-radius:9px;overflow:hidden;background:#fff}
.motoe-lang a{display:flex;align-items:center;justify-content:center;min-width:42px;height:36px;padding:0 11px;text-decoration:none;color:var(--motoe-text);font-size:12px;font-weight:700}
.motoe-lang a+a{border-left:1px solid var(--motoe-line)}
.motoe-lang a.active{background:var(--motoe-green);color:#fff}

/* archive hero */

.motoe-hero{
    position:relative;
    overflow:hidden;
    min-height:420px;

    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
}

.motoe-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.32);
    z-index:0;
}

.motoe-hero-content{
    position:relative;
    z-index:1;

    padding-top:40px;
    padding-bottom:40px;
    color:#fff;

    display:grid;
    grid-template-columns:minmax(240px, 320px) minmax(0, 720px);
    gap:50px;
    align-items:center;
}

.motoe-hero-brand-column{
    display:flex;
    align-items:center;
    justify-content:flex-start;
}

.motoe-hero-logo-wrap{
    width:100%;
    margin:0;
}

.motoe-hero-logo{
    display:block;
    width:100%;
    max-width:300px;
    max-height:300px;
    height:auto;
    object-fit:contain;

    background:transparent !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
}

.motoe-hero-title-column{
    min-width:0;
}

.motoe-eyebrow{
    font-size:12px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#dce7dd;
    margin-bottom:12px;
}

.motoe-hero h1{
    max-width:720px;
    margin:0;
    font-size:clamp(34px,3.4vw,52px);
    line-height:1.04;
    letter-spacing:-.025em;
    color:#fff;
    font-weight:700;
}


/* archive filters */
.motoe-filters-wrap{padding-top:30px;padding-bottom:76px}
.motoe-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;background:rgba(255,253,250,.98);border:1px solid var(--motoe-line);padding:20px;border-radius:var(--motoe-radius);box-shadow:var(--motoe-shadow)}
.motoe-filter-field{min-width:0}
.motoe-filter-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:23px;margin-bottom:6px}
.motoe-filter-label-row label{font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:700;color:var(--motoe-muted)}
.motoe-filter-field select,.motoe-filter-search input{width:100%;min-height:44px;border:1px solid #cbc4b8;border-radius:8px;background:#fff;color:var(--motoe-text);font:500 14px "Roboto",sans-serif;padding:9px 11px}
/* custom multi-select for Pass Character */
.motoe-multiselect{position:relative;width:100%}
.motoe-shell .motoe-multiselect-toggle{width:100%!important;min-height:44px!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:9px 11px!important;border:1px solid #cbc4b8!important;border-radius:8px!important;background:#fff!important;color:var(--motoe-text)!important;font:500 14px "Roboto",sans-serif!important;text-align:left!important;cursor:pointer!important;box-shadow:none!important;text-transform:none!important}
.motoe-multiselect-toggle i{font-size:11px;transition:transform .16s}
.motoe-multiselect.open .motoe-multiselect-toggle i{transform:rotate(180deg)}
.motoe-multiselect-menu{position:absolute;z-index:50;top:calc(100% + 5px);left:0;right:0;max-height:260px;overflow:auto;padding:7px;background:#fff;border:1px solid #cbc4b8;border-radius:9px;box-shadow:0 12px 28px rgba(35,31,24,.14)}
.motoe-multiselect-menu[hidden]{display:none!important}
.motoe-multiselect-option{display:flex!important;align-items:flex-start!important;gap:9px!important;padding:9px 8px!important;margin:0!important;border-radius:6px!important;color:var(--motoe-text)!important;font-size:13px!important;font-weight:500!important;line-height:1.35!important;cursor:pointer!important;text-transform:none!important;letter-spacing:0!important}
.motoe-multiselect-option:hover{background:var(--motoe-green-soft)}
.motoe-multiselect-option input{width:16px!important;height:16px!important;min-width:16px!important;margin:1px 0 0!important;accent-color:var(--motoe-green)}
.motoe-multiselect-footer{position:sticky;bottom:-7px;margin:7px -7px -7px;padding:8px;background:#fff;border-top:1px solid var(--motoe-line)}
.motoe-shell .motoe-multiselect-apply{width:100%!important;min-height:36px!important;border:0!important;border-radius:7px!important;background:var(--motoe-green)!important;color:#fff!important;font:700 12px "Roboto",sans-serif!important;cursor:pointer!important;text-transform:none!important;box-shadow:none!important}
.motoe-shell .motoe-multiselect-apply:hover{background:var(--motoe-green-dark)!important}
.motoe-filter-search{display:flex;gap:7px}
.motoe-filter-search button{width:46px;flex:0 0 46px;border:0;border-radius:8px;background:var(--motoe-green);color:#fff;cursor:pointer;font-size:15px}
.motoe-filter-help-stage{grid-column:1/-1}
.motoe-filter-help-stage .motoe-help-collapse{margin:2px 0 0}
.motoe-filter-actions{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;padding-top:16px;border-top:1px solid var(--motoe-line)}
.motoe-filter-actions-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.motoe-filter-actions-label{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;border-radius:999px;background:var(--motoe-green-soft);color:var(--motoe-green-dark);font-size:12px;font-weight:700}
.motoe-doc-links{display:flex;gap:9px;flex-wrap:wrap}
.motoe-doc-link{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 12px;border:1px solid var(--motoe-line);border-radius:8px;background:#fff;color:var(--motoe-text)!important;text-decoration:none;font-size:12px;font-weight:700}
.motoe-doc-link i{color:#b43e35}
.motoe-doc-link:hover{border-color:var(--motoe-green);color:var(--motoe-green)!important}

/* help */
.motoe-help-toggle{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid #a9b6ac;border-radius:50%;background:#fff;color:var(--motoe-green);padding:0;cursor:pointer;font-size:10px;line-height:1}
.motoe-help-toggle:hover,.motoe-help-toggle[aria-expanded="true"]{background:var(--motoe-green);border-color:var(--motoe-green);color:#fff}
.motoe-help-collapse{background:#f7f8f5;border:1px solid #d9dfda;border-radius:9px;padding:14px 16px;color:#4f544f;font-size:13px;line-height:1.62;margin-top:9px}
.motoe-help-collapse[hidden]{display:none!important}
.motoe-help-title{font-weight:700;color:var(--motoe-green-dark);margin-bottom:7px}
.motoe-help-collapse p{margin:7px 0}
.motoe-help-intro{padding-bottom:8px;border-bottom:1px solid #e0e4e1}

/* archive results */
.motoe-results-head{display:flex;justify-content:space-between;align-items:center;padding:22px 2px 0;color:var(--motoe-muted);font-size:13px}
.motoe-results-head a{color:var(--motoe-green);font-weight:700;text-decoration:none}
.motoe-results-count{font-weight:700;color:var(--motoe-text)}
.motoe-grid-routes{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:24px;padding-top:22px}
.motoe-card{background:var(--motoe-card);border:1px solid var(--motoe-line);border-radius:var(--motoe-radius);overflow:hidden;box-shadow:0 5px 18px rgba(38,33,25,.045)}
.motoe-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(38,33,25,.09)}
.motoe-card-image{height:220px;display:block;background:#eee9df;overflow:hidden}
.motoe-card-image img{width:100%;height:100%;object-fit:cover;display:block}
.motoe-card-body{padding:20px}
.motoe-card-id,.motoe-route-id{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--motoe-green);font-weight:700}
.motoe-card h2{font-size:24px;line-height:1.12;margin:7px 0 10px}
.motoe-card h2 a{color:inherit;text-decoration:none}
.motoe-card p{color:var(--motoe-muted);margin:0 0 16px;line-height:1.55}
.motoe-card-badges{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}
.motoe-badge{display:inline-flex;padding:5px 8px;border-radius:999px;background:var(--motoe-green-soft);color:var(--motoe-green-dark);font-size:10px;font-weight:700}
.motoe-card-meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--motoe-muted);font-size:12px}
.motoe-card-meta span{display:inline-flex;align-items:center;gap:5px}
.motoe-empty{text-align:center;padding:70px 20px;color:var(--motoe-muted)}

/* detail heading */
.motoe-detail-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-top:22px;padding-bottom:18px}
.motoe-back{display:inline-flex;align-items:center;gap:8px;color:var(--motoe-green)!important;text-decoration:none;font-weight:700;font-size:13px}
.motoe-route-detail{padding-bottom:80px}
.motoe-detail-heading{display:flex;align-items:center;gap:28px;padding:24px 0 30px;border-bottom:1px solid var(--motoe-line);margin-bottom:28px}
.motoe-detail-brand{flex:0 0 auto}
.motoe-detail-brand-logo{display:block;max-width:250px;max-height:150px;width:auto;height:auto;object-fit:contain;background:transparent!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.motoe-detail-heading-copy{min-width:0}
.motoe-route-title{font-size:clamp(36px,5vw,62px);line-height:1;letter-spacing:-.035em;margin:8px 0 0}

/* detail layout */
.motoe-detail-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(350px,.75fr);gap:30px;align-items:start}
.motoe-detail-main{min-width:0}
.motoe-main-sign{border-radius:var(--motoe-radius);overflow:hidden;background:#fff;border:1px solid var(--motoe-line);margin-bottom:24px}
.motoe-main-sign img{display:block;width:100%;height:auto;max-height:620px;object-fit:cover}
.motoe-content-panel,.motoe-official-panel,.motoe-season{background:var(--motoe-card);border:1px solid var(--motoe-line);border-radius:var(--motoe-radius);overflow:hidden;box-shadow:0 4px 16px rgba(38,33,25,.035);margin-bottom:22px}
.motoe-panel-head{padding:13px 17px;border-bottom:1px solid var(--motoe-line);font-size:11px;text-transform:uppercase;letter-spacing:.075em;color:var(--motoe-green-dark);font-weight:700;background:#faf8f3}
.motoe-panel-body{padding:22px}
.motoe-prose{font-size:16px;line-height:1.75;color:#35342f}
.motoe-prose p:first-child{margin-top:0}.motoe-prose p:last-child{margin-bottom:0}
.motoe-prose ul,.motoe-prose ol{padding-left:22px}
.motoe-experience-panel .motoe-panel-body{font-size:18px;font-weight:500;background:linear-gradient(135deg,#fffdfa,#f4f8f4)}
.motoe-attention-panel{border-color:#dfc7bd}
.motoe-attention-panel .motoe-panel-head{color:#783c34;background:#fbf3ef}

/* official sidebar */
.motoe-sidebar-official{position:sticky;top:18px}
.motoe-official-panel{overflow:visible}
.motoe-official-section+ .motoe-official-section{border-top:1px solid var(--motoe-line)}
.motoe-official-section h2{margin:0;padding:16px 18px;background:var(--motoe-green-dark);color:#fff;font-size:17px;line-height:1.25}
.motoe-official-section:first-child h2{border-radius:13px 13px 0 0}
.motoe-official-rows>div{padding:14px 17px;border-top:1px solid var(--motoe-line);display:flex;flex-direction:column;gap:5px;position:relative}
.motoe-official-rows>div:first-child{border-top:0}
.motoe-official-rows span{font-size:10px;text-transform:uppercase;letter-spacing:.055em;color:var(--motoe-muted);font-weight:700;display:flex;align-items:center;gap:6px}
.motoe-official-rows strong{font-size:15px;line-height:1.4;color:var(--motoe-text)}
.motoe-official-row-with-help .motoe-help-collapse{width:100%;margin-top:7px}
.motoe-sidebar-season .motoe-panel-body{padding:17px}
.motoe-month-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:5px}
.motoe-month{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:10px;font-weight:700;border:1px solid var(--motoe-line);background:#f5f3ee;color:#7e786e}
.motoe-season-1{background:#e6efe8;color:#315e45;border-color:#c9dbcE}
.motoe-season-2{background:#315e45;color:#fff;border-color:#315e45}
.motoe-sidebar-season p{font-size:12px;color:var(--motoe-muted);margin:12px 0 0}

/* route points / google route */
.motoe-route-point-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.motoe-route-point-card{position:relative;display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:start;padding:14px;border:1px solid var(--motoe-line);border-radius:10px;background:#fff}
.motoe-route-point-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--motoe-green-soft);color:var(--motoe-green)}
.motoe-route-point-card span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--motoe-muted);font-weight:700}
.motoe-route-point-card strong{display:block;font-size:13px;line-height:1.3;margin-top:2px}
.motoe-route-point-card small{display:block;font-size:10px;color:var(--motoe-muted);margin-top:5px;overflow-wrap:anywhere}
.motoe-route-point-card>a{position:absolute;right:10px;top:10px;color:var(--motoe-green);font-size:11px}
.motoe-route-google-card{margin-top:16px;border:1px solid var(--motoe-line);border-radius:11px;overflow:hidden;background:#fff}
.motoe-route-google-heading{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid var(--motoe-line)}
.motoe-route-google-heading span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--motoe-muted);font-weight:700}
.motoe-route-google-heading strong{display:block;font-size:14px;margin-top:2px}
.motoe-map-open-button{display:inline-flex;align-items:center;gap:7px;background:var(--motoe-green);color:#fff!important;text-decoration:none;padding:8px 11px;border-radius:7px;font-size:11px;font-weight:700;white-space:nowrap}
.motoe-route-map-image{display:block;background:#eef0ed}
.motoe-route-map-image img{width:100%;height:auto;display:block}
.motoe-extra-pois-title{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--motoe-muted);font-weight:700;margin:20px 0 8px}
.motoe-pois{list-style:none;padding:0;margin:0}
.motoe-pois-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--motoe-line);border-radius:9px;overflow:hidden}
.motoe-pois-grid li{display:flex;gap:10px;align-items:center;padding:12px;background:#fff;border-bottom:1px solid var(--motoe-line)}
.motoe-pois-grid li:nth-child(odd){border-right:1px solid var(--motoe-line)}
.motoe-pois-grid li:nth-last-child(-n+2){border-bottom:0}
.motoe-poi-icon{width:31px;height:31px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 31px;background:var(--motoe-green-soft);color:var(--motoe-green);font-size:11px}
.motoe-pois-grid li span:last-child{font-size:12px;color:var(--motoe-muted);line-height:1.35}
.motoe-pois-grid li strong{color:var(--motoe-text);font-size:11px}

/* map */
.motoe-map-panel-wide{width:100%;margin-top:30px}
.motoe-route-map{width:100%;height:520px;background:#e8e4dc}
.motoe-map-error,.motoe-no-map{min-height:180px;display:flex;align-items:center;justify-content:center;padding:30px;color:var(--motoe-muted);background:#ece9e2}
.motoe-map-marker{width:34px;height:34px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);display:flex;align-items:center;justify-content:center;background:var(--motoe-green);color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.18);border:2px solid #fff}
.motoe-map-marker i{transform:rotate(45deg);font-size:12px}
.motoe-route-point-start{background:#4f7b58}.motoe-route-point-finish{background:#294f3b}.motoe-route-point-pass{background:#8c6d35}
.motoe-poi-fuel{background:#6f7440}.motoe-poi-food{background:#8a5a3c}.motoe-poi-hotel{background:#4a6175}.motoe-poi-attraction{background:#745474}

/* media / contacts */
.motoe-video{position:relative;padding-top:56.25%;background:#111}
.motoe-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.motoe-video-invalid{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;padding:24px;text-align:center}
.motoe-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.motoe-gallery img{display:block;width:100%;height:230px;object-fit:cover;border-radius:9px}
.motoe-contact-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.motoe-contact-list>div{display:flex;gap:10px;padding:13px;border:1px solid var(--motoe-line);border-radius:9px;background:#fff;min-width:0}
.motoe-contact-list>div>i{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 30px;background:var(--motoe-green-soft);color:var(--motoe-green);font-size:11px}
.motoe-contact-list small{display:block;text-transform:uppercase;letter-spacing:.06em;color:var(--motoe-muted);font-size:9px;font-weight:700}
.motoe-contact-list strong{display:block;font-size:12px;overflow-wrap:anywhere}
.motoe-contact-list a{color:inherit;text-decoration:none}
.motoe-useful-phones{display:grid;gap:0;padding-top:8px;padding-bottom:8px}
.motoe-useful-phones>div{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:12px 4px;border-top:1px solid var(--motoe-line);font-size:13px}
.motoe-useful-phones>div:first-child{border-top:0}
.motoe-useful-phones a{font-weight:700;color:var(--motoe-green)!important;text-decoration:none;white-space:nowrap}

/* partners */
.motoe-partners-section{margin-top:34px}
.motoe-partners-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--motoe-line);border-radius:var(--motoe-radius);overflow:hidden;background:var(--motoe-card)}
.motoe-partner-card{display:flex;flex-direction:column;min-width:0;border-right:1px solid var(--motoe-line);margin:0}
.motoe-partner-card:last-child{border-right:0}
.motoe-partner-logo{height:190px;display:flex;align-items:center;justify-content:center;padding:24px;background:#fff;border-bottom:1px solid var(--motoe-line)}
.motoe-partner-logo a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.motoe-partner-logo img{display:block;max-width:100%;max-height:125px;width:auto;height:auto;object-fit:contain}
.motoe-partner-card p{margin:0;padding:18px;font-size:13px;line-height:1.5;text-align:center;flex:1}
.motoe-logo-placeholder{width:86px;height:86px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--motoe-green-soft);color:var(--motoe-green);font-size:28px}

/* ads */
.motoe-ad{display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:22px}
.motoe-ad img{max-width:100%;height:auto;display:block}
.motoe-ad-horizontal{width:100%}
.motoe-ad-vertical{width:100%;margin-top:22px}
.motoe-ad-placeholder{min-height:100px;border:1px dashed #b8b3aa;background:#ece8e0;color:var(--motoe-muted);border-radius:10px;text-align:center;padding:18px}
.motoe-ad-placeholder strong,.motoe-ad-placeholder span,.motoe-ad-placeholder small{display:block}

@media(max-width:1180px){
  .motoe-filters{grid-template-columns:repeat(3,minmax(0,1fr))}
  .motoe-detail-grid{grid-template-columns:minmax(0,1fr) 340px;gap:24px}
  .motoe-contact-list{grid-template-columns:1fr}
  .motoe-partners-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .motoe-partner-card:nth-child(2){border-right:0}
  .motoe-partner-card:nth-child(-n+2){border-bottom:1px solid var(--motoe-line)}
  .motoe-route-map{height:430px}
}

@media(max-width:900px){
  .motoe-inner{width:min(100% - 36px,1320px)}
  .motoe-filters{grid-template-columns:repeat(2,minmax(0,1fr))}
  .motoe-detail-grid{grid-template-columns:1fr}
  .motoe-sidebar-official{position:static}
  .motoe-route-point-grid{grid-template-columns:1fr}
  .motoe-gallery{grid-template-columns:1fr 1fr}
  .motoe-detail-heading{align-items:flex-start}
}
@media(max-width:640px){

    .motoe-hero{
        min-height:360px;
    }

    .motoe-hero-content{
        display:block;
        padding-top:32px;
        padding-bottom:32px;
    }

    .motoe-hero-brand-column{
        margin-bottom:20px;
    }

    .motoe-hero-logo{
        max-width:170px;
        max-height:170px;
    }

    .motoe-hero h1{
        font-size:31px;
        line-height:1.05;
    }


  .motoe-filters{grid-template-columns:1fr;padding:15px}
  .motoe-filter-actions{align-items:flex-start}
  .motoe-filter-actions-left,.motoe-doc-links{width:100%}
  .motoe-doc-link{width:100%}
  .motoe-detail-toolbar{padding-top:14px}
  .motoe-detail-heading{display:block;padding-top:12px}
  .motoe-detail-brand{margin-bottom:18px}
  .motoe-detail-brand-logo{max-width:200px;max-height:120px}
  .motoe-route-title{font-size:38px}
  .motoe-pois-grid{grid-template-columns:1fr}
  .motoe-pois-grid li:nth-child(odd){border-right:0}
  .motoe-pois-grid li:nth-last-child(-n+2){border-bottom:1px solid var(--motoe-line)}
  .motoe-pois-grid li:last-child{border-bottom:0}
  .motoe-route-google-heading{align-items:flex-start;flex-direction:column}
  .motoe-gallery{grid-template-columns:1fr}
  .motoe-gallery img{height:auto;max-height:390px}
  .motoe-partners-grid{grid-template-columns:1fr}
  .motoe-partner-card{border-right:0;border-bottom:1px solid var(--motoe-line)!important}
  .motoe-partner-card:last-child{border-bottom:0!important}
  .motoe-partner-logo{height:165px}
  .motoe-route-map{height:330px}
}

/* FINAL FIX: registry / language / PDFs */

.motoe-shell .motoe-filter-actions{
    grid-column:1 / -1 !important;
    display:flex !important;
    align-items:flex-end !important;
    justify-content:space-between !important;
    gap:24px !important;
    width:100% !important;
    min-width:0 !important;
    padding-top:18px !important;
    border-top:1px solid var(--motoe-line) !important;
}

.motoe-shell .motoe-filter-actions-left{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:6px !important;
    width:auto !important;
    min-width:0 !important;
    flex:0 0 auto !important;
}

/* "Μητρώο Πάσων" plain title */
.motoe-shell .motoe-filter-actions-label{
    display:block !important;
    width:auto !important;
    min-width:0 !important;
    min-height:0 !important;
    max-width:none !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    color:var(--motoe-text) !important;
    font-family:"Roboto",sans-serif !important;
    font-size:16px !important;
    font-weight:500 !important;
    line-height:1.25 !important;
    white-space:nowrap !important;
}

/* Language switcher */
.motoe-shell .motoe-lang,
.motoe-shell .motoe-lang-inline{
    display:inline-flex !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    height:42px !important;
    padding:0 !important;
    margin:0 !important;
    border:1px solid var(--motoe-line) !important;
    border-radius:8px !important;
    overflow:hidden !important;
    background:#fff !important;
    flex:0 0 auto !important;
}

/* IMPORTANT: override theme link styles */
.motoe-shell .motoe-lang > a,
.motoe-shell .motoe-lang-inline > a{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:48px !important;
    min-width:48px !important;
    max-width:48px !important;
    height:42px !important;
    min-height:42px !important;

    padding:0 !important;
    margin:0 !important;

    border:0 !important;
    border-radius:0 !important;

    background:#fff !important;
    color:var(--motoe-text) !important;

    font-family:"Roboto",sans-serif !important;
    font-size:13px !important;
    font-weight:700 !important;
    line-height:1 !important;

    text-decoration:none !important;
    text-transform:none !important;
    letter-spacing:0 !important;

    box-shadow:none !important;
    flex:0 0 48px !important;
}

.motoe-shell .motoe-lang > a + a,
.motoe-shell .motoe-lang-inline > a + a{
    border-left:1px solid var(--motoe-line) !important;
}

.motoe-shell .motoe-lang > a.active,
.motoe-shell .motoe-lang-inline > a.active{
    background:var(--motoe-green) !important;
    color:#fff !important;
}

/* PDFs container */
.motoe-shell .motoe-doc-links{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:10px !important;

    width:auto !important;
    min-width:0 !important;
    max-width:100% !important;

    margin:0 !important;
    padding:0 !important;

    flex:0 1 auto !important;
}

/* PDF buttons */
.motoe-shell .motoe-doc-link{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;

    width:auto !important;
    min-width:0 !important;
    max-width:420px !important;
    min-height:42px !important;

    padding:9px 14px !important;
    margin:0 !important;

    border:1px solid var(--motoe-line) !important;
    border-radius:8px !important;

    background:#fff !important;
    color:var(--motoe-text) !important;

    font-family:"Roboto",sans-serif !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:1.25 !important;

    text-decoration:none !important;
    text-transform:none !important;
    letter-spacing:0 !important;

    box-shadow:none !important;
    flex:0 1 auto !important;
}

.motoe-shell .motoe-doc-link span{
    display:block !important;
    width:auto !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    line-height:1.25 !important;
}

.motoe-shell .motoe-doc-link i{
    display:inline-block !important;
    width:auto !important;
    min-width:auto !important;
    margin:0 !important;
    padding:0 !important;
    color:#b43e35 !important;
    flex:0 0 auto !important;
}

.motoe-shell .motoe-doc-link:hover{
    border-color:var(--motoe-green) !important;
    color:var(--motoe-green) !important;
}

/* Tablet / mobile */
@media(max-width:900px){

    .motoe-shell .motoe-filter-actions{
        flex-direction:column !important;
        align-items:flex-start !important;
        gap:16px !important;
    }

    .motoe-shell .motoe-filter-actions-left{
        width:auto !important;
    }

    .motoe-shell .motoe-doc-links{
        width:100% !important;
        justify-content:flex-start !important;
        flex-wrap:wrap !important;
    }

    .motoe-shell .motoe-doc-link{
        max-width:100% !important;
    }
}

@media(max-width:640px){

    .motoe-shell .motoe-doc-links{
        flex-direction:column !important;
        align-items:stretch !important;
    }

    .motoe-shell .motoe-doc-link{
        width:100% !important;
        max-width:none !important;
    }
}