/* Tekst tylko dla SEO / czytników — linki z samą grafiką mają sensowny anchor text */
.mds-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* MDS + Stories: akcent żółty zamiast niebieskiego (ładowane po style.css) */
:root {
  --color-primary: #e6c419;
  --color-secondary: #b8940a;
}
.btn-primary,
button.btn-primary {
  color: #111 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #d4b010 !important;
  border-color: #d4b010 !important;
  color: #111 !important;
}
.text-primary {
  color: var(--color-primary) !important;
}

/* Desktop: rozwijane submenu — białe tło, czarne napisy */
.nav-topbar ul.sub-menu,
.main-header .main-nav ul ul.sub-menu {
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}
.nav-topbar ul.sub-menu > li > a,
.main-header .main-nav ul ul.sub-menu > li > a {
  color: #111 !important;
  padding: 8px 14px !important;
}
.nav-topbar ul.sub-menu > li > a:hover,
.main-header .main-nav ul ul.sub-menu > li > a:hover {
  background: #fff9e0 !important;
  color: #000 !important;
}
.main-menu .mega-menu {
  background-color: #fff !important;
}
.main-menu .mega-menu a {
  color: #111 !important;
}
.main-menu .mega-menu a:hover {
  color: #000 !important;
}

/* MDS + Stories: szybszy start, logo */
.preloader { display: none !important; visibility: hidden !important; }
.main-header .header-top .logo { max-height: 48px; width: auto; object-fit: contain; }

/* Mobile menu — tylko < lg; na desktopie ukrywamy pasek mobilny i drawer */
@media (min-width: 992px) {
  .slicknav_btn,
  .slicknav_menu,
  .mds-stories-mobile-bar,
  .mds-stories-drawer-wrap { display: none !important; }
  .mobile_menu.mds-no-slicknav { display: none !important; }
}

/* Na mobile: ukryć pierwszy rząd (logo + Sklep/Koszyk), wyłączyć sticky/fixed menu, ukryć slicknav */
@media (max-width: 991.98px) {
  .main-header .header-top,
  .main-header .header-top .container,
  .main-header .header-top .row { display: none !important; }
  .main-header .header-sticky.sticky-bar,
  .main-header .header-sticky.sticky { position: static !important; }
  .mobile_menu,
  .slicknav_menu,
  .slicknav_btn,
  .slicknav_collapsed,
  .slicknav_nav { display: none !important; visibility: hidden !important; }
}

/* ——— Pasek mobilny i drawer Stories — tylko na mobile (max-width: 991.98px) ——— */
@media (max-width: 991.98px) {
  .mds-stories-mobile-bar {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 10px 16px;
    gap: 12px;
    background: #fff;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
  }
  .mds-stories-menu-btn {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #fafafa;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s, border-color .15s, color .15s;
  }
  .mds-stories-menu-btn:hover {
    background: #f0f0f0;
    border-color: #ddd;
  }
  .mds-stories-menu-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(230, 196, 25, 0.4);
  }
  .mds-stories-menu-btn .bi-list {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .mds-stories-mobile-logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    text-decoration: none;
  }
  .mds-stories-mobile-logo img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
  }
  .mds-stories-cart-btn {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    background: #fafafa;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    transition: background .15s, border-color .15s;
  }
  .mds-stories-cart-btn:hover {
    background: #f0f0f0;
    color: #1a1a1a;
  }
  .mds-stories-cart-btn.has-items {
    background: #fffef5;
    border-color: #e6c419;
  }
  .mds-stories-cart-btn .bi-bag {
    font-size: 1.35rem;
  }
  .mds-stories-cart-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #1a1a1a;
    background: #e6c419;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .mds-stories-drawer-wrap {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1060;
    pointer-events: none;
    visibility: hidden;
  }
  .mds-stories-drawer-wrap.is-open {
    pointer-events: auto;
    visibility: visible;
  }
  .mds-stories-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .mds-stories-drawer-wrap.is-open .mds-stories-drawer-backdrop {
    opacity: 1;
  }
  .mds-stories-drawer-panel {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: min(300px, 88vw);
    max-width: 300px;
    background: #fff;
    box-shadow: 6px 0 28px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform 0.28s cubic-bezier(0.32, 0.72, 0, 1);
    overflow: hidden;
  }
  .mds-stories-drawer-wrap.is-open .mds-stories-drawer-panel {
    transform: translateX(0);
  }
  .mds-stories-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
    background: #fafafa;
  }
  .mds-stories-drawer-title {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a1a;
  }
  .mds-stories-drawer-close {
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 10px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s, color .15s;
  }
  .mds-stories-drawer-close:hover {
    background: #eee;
    color: #1a1a1a;
  }
  .mds-stories-drawer-close .bi-x-lg {
    font-size: 1.25rem;
  }
  .mds-stories-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    -webkit-overflow-scrolling: touch;
  }
  .mds-stories-drawer-link {
    display: block;
    padding: 14px 1.25rem;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    margin: 0 8px;
    border-radius: 10px;
    transition: background .15s;
  }
  .mds-stories-drawer-link:hover {
    background: #fff9e0;
    color: #000;
  }
  .mds-stories-drawer-link--sub {
    font-weight: 400;
    font-size: 0.95rem;
    padding-left: 1.75rem;
    color: #444;
  }
  .mds-stories-drawer-link--sub:hover {
    color: #000;
  }
  .mds-stories-drawer-group {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #eee;
  }
  .mds-stories-drawer-group-title {
    display: block;
    padding: 10px 1.25rem 6px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #666;
  }
}

/* Sticky header nie obcina rozwiniętego menu */
.header-sticky { overflow: visible !important; }
.header-sticky > .container { overflow: visible !important; }

/* Panel boczny — większe odstępy na mobile */
@media (max-width: 991px) {
  .canvas-opened #sidebar-wrapper {
    width: min(100vw - 24px, 360px);
  }
  #sidebar-wrapper .sidebar-inner {
    padding: 28px 20px 40px 24px;
  }
  #sidebar-wrapper .off-canvas-close {
    width: 44px;
    height: 44px;
    right: 12px;
    top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sidebar-wrapper .widget_nav_menu ul li.cat-item {
    margin-bottom: 4px;
  }
  #sidebar-wrapper .widget_nav_menu ul li a {
    display: block;
    padding: 14px 16px;
    font-size: 1.02rem;
    line-height: 1.4;
    border-radius: 8px;
  }
  #sidebar-wrapper .widget_nav_menu ul li a:hover {
    background: #f5f5f5;
  }
}

/* Strona główna — hero z mocniejszym przekazem */
.mds-hero-home {
  background: linear-gradient(135deg, #faf9f6 0%, #f0ebe3 45%, #faf9f6 100%);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.mds-hero-kicker { letter-spacing: .12em; color: #8a7a62; }
.mds-hero-title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  line-height: 1.2;
  font-weight: 900;
  color: #1a1510;
  letter-spacing: -0.02em;
}
.mds-hero-lead { color: #3d3830; line-height: 1.65; max-width: 36em; }
.mds-hero-points { color: #4a453c; padding-left: 0; }
.mds-hero-points li { padding-left: 0; }
.mds-hero-photo-wrap { box-shadow: 0 20px 50px rgba(0,0,0,.08); }

/* Hero pełna szerokość + zdjęcie + tytuł jak w logo (żółta linia przez napis) */
.mds-hero-home--fullbleed {
  position: relative;
  overflow: hidden;
  min-height: min(72vh, 560px);
  display: flex;
  align-items: stretch;
  border-bottom: none;
  background: #1a1510;
}
.mds-hero-home__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
  z-index: 0;
}
.mds-hero-home__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    120deg,
    rgba(15, 12, 8, 0.88) 0%,
    rgba(15, 12, 8, 0.72) 45%,
    rgba(15, 12, 8, 0.45) 100%
  );
}
.mds-hero-home__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
}
.mds-hero-kicker--onphoto {
  color: rgba(255, 255, 255, 0.82) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
/* Krótszy nagłówek hero + żółte podkreślenie (jak akcent w logo) — zawsze biały na zdjęciu */
.mds-hero-home .mds-hero-home__headline,
.mds-hero-home__headline {
  display: inline-block;
  margin: 0;
  font-weight: 900;
  font-size: clamp(1.35rem, 4vw, 2.05rem);
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
  max-width: 20em;
  padding-bottom: 12px;
  border-bottom: 5px solid #f5d547;
}
.mds-hero-lead--onphoto {
  color: rgba(255, 255, 255, 0.92) !important;
  max-width: 32em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
  line-height: 1.6;
}
.mds-hero-lead--onphoto strong { color: #fff; font-weight: 800; }
.mds-hero-points--onphoto {
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}
.mds-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.mds-hero-btn-primary {
  background: #f5d547 !important;
  border-color: #f5d547 !important;
  color: #111 !important;
  padding: 12px 22px;
  border-radius: 8px;
}
.mds-hero-btn-primary:hover {
  background: #e8c730 !important;
  border-color: #e8c730 !important;
  color: #111 !important;
}
.mds-hero-btn-ghost {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 2px solid rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 8px;
}
.mds-hero-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: #fff !important;
  color: #fff !important;
}
@media (max-width: 575px) {
  .mds-hero-home--fullbleed { min-height: min(85vh, 520px); }
  .mds-hero-home__bg { background-position: center 35%; }
}

/* Newsletter przycisk — żółty jak wcześniej (opcjonalnie) */
.form-subcriber .btn.bg-primary { background: #f5d547 !important; border-color: #f5d547 !important; color: #111 !important; }

/* Artykuł — węższa kolumna czytelnicza + typografia */
.mds-article-page .mds-article-narrow {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
.mds-article-page .article-header h1.display-4 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.mds-article-page .article-header .lead {
  font-size: 1.05rem;
  line-height: 1.55;
}
.mds-article-page .article-body {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #2c2825;
}
.mds-article-page .article-body p { margin-bottom: 1.1em; }
.mds-article-page .article-body h2 { font-size: 1.35rem; margin-top: 1.75rem; margin-bottom: 0.65rem; }
.mds-article-page .article-body h3 { font-size: 1.15rem; margin-top: 1.35rem; }
.mds-article-page .article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
/* Galeria na dole artykułu */
.mds-article-gallery h2.h4 { color: #1a1510; font-weight: 700; }
.mds-article-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
@media (min-width: 576px) {
  .mds-article-gallery-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
}
.mds-article-gallery-item {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 10px;
  background: #f0ebe3;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mds-article-gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
}
.mds-article-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ——— Promocje na stronie artykułu (home.css nie jest ładowany — bez tego blok wygląda jak zwykły tekst) ——— */
.mds-article-promos {
  margin-top: 2.75rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.mds-article-page .promo-banner-badge,
.mds-article-page .promo-banner-ebook-badge {
  display: inline-block;
  background: #ff6b35;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  width: fit-content;
}
.mds-article-page .promo-banner-ebook-badge {
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 11px;
}
.mds-article-page .btn-promo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background: #ff6b35;
  color: #fff !important;
  padding: 14px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: fit-content;
  max-width: 100%;
  box-shadow: 0 4px 14px rgba(255, 107, 53, 0.35);
}
.mds-article-page .btn-promo:hover {
  background: #e55a2b;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.45);
}
.mds-article-page .btn-promo-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #ff6b35 !important;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  border: 2px solid #ff6b35;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: fit-content;
}
.mds-article-page .btn-promo-outline:hover {
  background: #ff6b35;
  color: #fff !important;
  transform: translateY(-2px);
}
.mds-article-page .mobile-app-banner-inline {
  margin: 0 0 1.5rem;
}
.mds-article-page .mobile-app-banner-inline-container {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.5rem 2rem;
  align-items: center;
  background: linear-gradient(145deg, #f8f6f2 0%, #fff 55%, #faf8f5 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}
.mds-article-page .mobile-app-banner-inline-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.mds-article-page .mobile-app-banner-inline-left h3 {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 0.65rem;
  color: #1a1510;
  letter-spacing: -0.02em;
}
.mds-article-page .mobile-app-banner-inline-left p {
  font-size: 0.98rem;
  line-height: 1.6;
  color: #5c534a;
  margin: 0 0 1.15rem;
}
.mds-article-page .mobile-app-banner-inline-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mds-article-page .mobile-app-screenshot-placeholder-inline {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 9 / 16;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 14px;
  border: 2px solid rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mds-article-page .mobile-app-screenshot-placeholder-inline .screenshot-placeholder-content {
  text-align: center;
  padding: 0.5rem;
}
.mds-article-page .ebook-banner-inline {
  margin: 0;
}
.mds-article-page .ebook-banner-inline-container {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 1.5rem 2rem;
  align-items: center;
  background: linear-gradient(145deg, #f8f6f2 0%, #fff 55%, #faf8f5 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}
.mds-article-page .ebook-banner-inline-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mds-article-page .ebook-image-placeholder-inline {
  width: 100%;
  max-width: 130px;
  aspect-ratio: 2 / 3;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  border: 2px solid rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mds-article-page .ebook-banner-inline-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.mds-article-page .ebook-banner-inline-right h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 0.65rem;
  color: #1a1510;
  letter-spacing: -0.02em;
}
.mds-article-page .ebook-banner-inline-right p {
  font-size: 0.98rem;
  line-height: 1.6;
  color: #5c534a;
  margin: 0 0 1.15rem;
}
@media (max-width: 767px) {
  .mds-article-page .mobile-app-banner-inline-container,
  .mds-article-page .ebook-banner-inline-container {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.5rem 1.25rem;
  }
  .mds-article-page .mobile-app-banner-inline-left,
  .mds-article-page .ebook-banner-inline-right {
    align-items: center;
  }
  .mds-article-page .mobile-app-banner-inline-right {
    order: -1;
  }
  .mds-article-page .mobile-app-screenshot-placeholder-inline {
    max-width: 120px;
    margin: 0 auto;
  }
}

/* ——— Przewodnik „20 miejsc”: płaski wygląd tylko w <main> — nagłówek/stopka jak na reszcie serwisu ——— */
body.mds-guide20 main,
body.mds-guide20 main * ,
body.mds-guide20 main *::before ,
body.mds-guide20 main *::after {
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}
body.mds-guide20 main,
body.mds-guide20 main.pb-50 {
  box-shadow: none !important;
}
body.mds-guide20 main > * ,
body.mds-guide20 main .container ,
body.mds-guide20 main .container > * ,
body.mds-guide20 main .mds-guide20-layout ,
body.mds-guide20 main .mds-guide20-layout > * ,
body.mds-guide20 main section ,
body.mds-guide20 main article ,
body.mds-guide20 main aside ,
body.mds-guide20 main header ,
body.mds-guide20 main div ,
body.mds-guide20 main p ,
body.mds-guide20 main h1 ,
body.mds-guide20 main h2 ,
body.mds-guide20 main h3 ,
body.mds-guide20 main ol ,
body.mds-guide20 main ul ,
body.mds-guide20 main li ,
body.mds-guide20 main nav ,
body.mds-guide20 main figure ,
body.mds-guide20 main figcaption {
  filter: none !important;
  outline: none !important;
}
body.mds-guide20 main a {
  box-shadow: none !important;
  border-radius: 0 !important;
}
body.mds-guide20 main .text-muted {
  color: #444 !important;
}
/* Nagłówek / stopka / offcanvas — bez nadpisań: identycznie jak na pozostałych stronach */
body.mds-guide20 main img ,
body.mds-guide20 main video {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.mds-guide20-add-trip-wrap {
  margin: 0.75rem 0 0;
}
.mds-guide20-trip-label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  padding: 0;
  border: none !important;
  box-shadow: none !important;
}
.mds-guide20-trip-cb {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 0.25rem 0 0 !important;
  flex-shrink: 0;
  accent-color: #111;
  box-shadow: none !important;
}
.mds-guide20-trip-list {
  margin: 0.75rem 0 1rem;
  padding-left: 1.25rem;
  line-height: 1.6;
}
.mds-guide20-trip-clear {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font: inherit !important;
  text-decoration: underline !important;
  cursor: pointer;
  color: #555 !important;
  border-radius: 0 !important;
}
body.mds-guide20 main {
  background: transparent !important;
}
.mds-guide20 {
  --mds-guide-text: #1a1a1a;
  --mds-guide-muted: #555;
}
.mds-guide20-hero {
  color: var(--mds-guide-text);
  padding: clamp(1.25rem, 3vw, 2rem) 0 1.5rem;
  margin-bottom: 0.5rem;
  border: none;
  box-shadow: none;
}
.mds-guide20-hero h1 {
  font-size: clamp(1.3rem, 3.2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin: 0 0 0.65rem;
  color: var(--mds-guide-text);
}
.mds-guide20-hero .lead {
  font-size: clamp(0.9rem, 1.9vw, 1rem);
  line-height: 1.6;
  color: var(--mds-guide-muted);
  max-width: 40rem;
  margin: 0 0 1rem;
}
.mds-guide20-hero .lead a {
  color: var(--mds-guide-text);
  font-weight: 600;
  text-decoration: underline;
}
.mds-guide20-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
}
.mds-guide20-hero-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  color: var(--mds-guide-text) !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.mds-guide20-hero-actions a:hover {
  opacity: 0.75;
}
.mds-guide20-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 2.5rem 2rem;
  align-items: start;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .mds-guide20-layout {
    grid-template-columns: 1fr;
  }
}
.mds-guide20-main {
  min-width: 0;
}
.mds-guide20-intro {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--mds-guide-text);
  margin-bottom: 2rem;
  padding: 0;
  border: none;
  border-radius: 0;
}
.mds-guide20-aside {
  position: sticky;
  top: 88px;
  align-self: start;
}
@media (max-width: 991px) {
  .mds-guide20-aside {
    position: static;
    order: -1;
  }
}
.mds-guide20-toc {
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.mds-guide20-toc h2 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--mds-guide-muted);
  margin: 0 0 0.75rem;
  font-weight: 700;
}
.mds-guide20-toc nav {
  max-height: min(70vh, 520px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mds-guide20-toc ol {
  margin: 0;
  padding: 0 0 0 1.1rem;
  font-size: 0.8125rem;
  line-height: 1.55;
}
.mds-guide20-toc li {
  margin-bottom: 0.3rem;
}
.mds-guide20-toc a {
  color: var(--mds-guide-text);
  text-decoration: none;
}
.mds-guide20-toc a:hover {
  text-decoration: underline;
}
.mds-guide20-toc-quick {
  margin-top: 1.25rem;
  padding-top: 0;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.mds-guide20-toc-quick a {
  font-size: 0.8125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--mds-guide-text);
  text-decoration: none;
}
.mds-guide20-toc-quick a:hover {
  text-decoration: underline;
}
.mds-guide20 .border-top {
  border-top: none !important;
  padding-top: 1.5rem !important;
}
.mds-guide20-place {
  border: none;
  border-radius: 0;
  padding: 0 0 2.75rem;
  margin-bottom: 0;
  scroll-margin-top: 96px;
  box-shadow: none;
}
.mds-guide20-place-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
}
.mds-guide20-num {
  flex-shrink: 0;
  min-width: 1.5rem;
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--mds-guide-muted);
  background: none;
  border-radius: 0;
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
}
.mds-guide20-place h2 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.02em;
  color: var(--mds-guide-text);
  flex: 1;
  min-width: 0;
}
.mds-guide20-chips {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  color: var(--mds-guide-muted);
  line-height: 1.5;
}
.mds-guide20-chips span {
  display: inline;
  font-size: inherit;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
}
.mds-guide20-chips span:not(:last-child)::after {
  content: " · ";
  color: #bbb;
}
.mds-guide20-place p {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--mds-guide-text);
  margin: 0 0 0.85rem;
}
.mds-guide20-place-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 0.5rem;
}
.mds-guide20-place-actions a {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0;
  border-radius: 0;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  border: none !important;
  background: none !important;
  color: var(--mds-guide-text) !important;
  box-shadow: none !important;
}
.mds-guide20-place-actions a:hover {
  opacity: 0.75;
}
.mds-guide20-more-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem 1.5rem;
  margin-top: 1rem;
}
.mds-guide20-more-card {
  display: flex;
  gap: 0.85rem;
  padding: 0;
  border-radius: 0;
  border: none;
  text-decoration: none !important;
  color: inherit !important;
  box-shadow: none;
}
.mds-guide20-more-card:hover {
  box-shadow: none;
  opacity: 0.85;
}
.mds-guide20-more-card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 0;
  flex-shrink: 0;
}
.mds-guide20-more-card h3 {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  line-height: 1.35;
  color: var(--mds-guide-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mds-guide20-more-card p {
  font-size: 0.75rem;
  color: var(--mds-guide-muted);
  margin: 0;
  line-height: 1.4;
}
.mds-guide20-section-title {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 2.25rem 0 0.75rem;
  letter-spacing: -0.02em;
  color: var(--mds-guide-text);
}
.mds-guide20 .mds-guide20-place figure {
  margin: 0 0 1rem;
  border-radius: 0;
  overflow: visible;
  border: none;
}
.mds-guide20 .mds-guide20-place figure img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.mds-guide20 .mds-guide20-place figcaption {
  font-size: 0.75rem;
  color: var(--mds-guide-muted);
  padding: 0.5rem 0 0;
  line-height: 1.45;
  border: none;
}
.mds-guide20 .mds-guide20-place h3 {
  font-size: 0.95rem;
  font-weight: 800;
  margin: 1rem 0 0.45rem;
  color: var(--mds-guide-text);
}
.mds-guide20 .mds-guide20-place p {
  margin-bottom: 0.95rem;
}
.mds-guide20-lead-block {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--mds-guide-text);
  border: none;
  padding: 0;
}
.mds-guide20-lead-block p {
  margin-bottom: 1rem;
}
.mds-guide20-gallery {
  margin: 2rem 0 2.5rem;
  padding: 0;
  border: none;
  border-radius: 0;
}
.mds-guide20-gallery h2 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 0.35rem;
  text-align: left;
  color: var(--mds-guide-text);
}
.mds-guide20-gallery > p {
  text-align: left;
  color: var(--mds-guide-muted);
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  max-width: none;
}
.mds-guide20-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 576px) {
  .mds-guide20-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .mds-guide20-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
.mds-guide20-gallery-grid a {
  display: block;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
  border: none;
  box-shadow: none;
  transition: opacity 0.15s;
}
.mds-guide20-gallery-grid a:hover {
  transform: none;
  box-shadow: none;
  opacity: 0.9;
}
.mds-guide20-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mds-guide20-gallery-grid a:first-child {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
  min-height: 200px;
}
@media (min-width: 992px) {
  .mds-guide20-gallery-grid a:first-child {
    min-height: 260px;
  }
}
