/* 梁皇宝忏站点 — 基于 museum-layout-template，并入南天寺法务页色系 */

:root {
  --ml-bg-page: #f5f1e6;
  --ml-bg-card: #fffef8;
  --ml-border: rgba(62, 46, 36, 0.12);
  --ml-ink: #3d2e24;
  --ml-ink-muted: #6b5344;
  --ml-accent: #5e4536;
  --ml-accent-hover: #4d372a;
  --ml-accent-active: #3f2e23;
  --ml-accent-soft: rgba(94, 69, 54, 0.12);
  --ml-btn-primary: #8b3a2d;
  --ml-btn-primary-hover: #6f2e24;
  --ml-btn-primary-active: #5c261e;
  --ml-gold: #b08d57;
  --ml-brown-dark: #4a3629;
  --ml-nav-h: 5.25rem;
  --lh-page-max: 54rem;
  /* 居中主标题与正文共用同一内容宽度 */
  --ml-title-center-max: var(--lh-page-max);
  --ml-title-center-line-max: 7.5rem;
  --lh-space-section-gap: 6rem;
  --lh-space-section-gap-tight: 6rem;
  --lh-space-title: 1.75rem;
  --lh-space-block: 1.75rem;
  --lh-content-max: 48rem;
  --lh-prose-max: var(--lh-page-max);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:
    "Noto Serif SC",
    "Songti SC",
    "PingFang SC",
    "Microsoft YaHei",
    Georgia,
    "Times New Roman",
    serif;
  color: var(--ml-ink);
  background: var(--ml-bg-page);
  letter-spacing: 0.04em;
}

.ml-serif {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 600;
}

/* ----- Nav ----- */
.ml-navbar {
  background: #e3d49a;
  border-bottom: 3px solid var(--ml-accent);
  min-height: var(--ml-nav-h);
  font-family:
    system-ui,
    -apple-system,
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
}

.ml-navbar.sticky-top {
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(94, 69, 54, 0.06);
}

.lh-section {
  scroll-margin-top: calc(var(--ml-nav-h) + 2.5rem);
  padding-top: calc(var(--lh-space-section-gap) / 2);
  padding-bottom: calc(var(--lh-space-section-gap) / 2);
}

#intro {
  padding-bottom: calc(var(--lh-space-section-gap-tight) / 2);
}

#lianghuang {
  padding-top: calc(var(--lh-space-section-gap-tight) / 2 + 2rem);
  border-top: 1px solid rgba(62, 46, 36, 0.1);
}

.ml-navbar .navbar-nav {
  gap: 0.55rem;
}

.ml-navbar .nav-link {
  color: var(--ml-ink);
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.95rem 1.1rem;
  border-radius: 0;
  position: relative;
  letter-spacing: 0.02em;
}

.ml-navbar .nav-link:hover {
  background: var(--ml-accent-soft);
  color: var(--ml-accent);
}

.ml-navbar .nav-link.active {
  color: var(--ml-accent);
  background: transparent;
}

@media (min-width: 992px) {
  .ml-navbar .navbar-collapse {
    align-self: stretch;
  }

  .ml-navbar .navbar-nav {
    align-items: stretch;
    gap: 0.45rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .ml-navbar .nav-item {
    display: flex;
  }

  .ml-navbar .nav-link {
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    min-height: calc(var(--ml-nav-h) - 3px);
  }

  .ml-navbar .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: -3px;
    height: 3px;
    background: var(--ml-accent);
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .ml-navbar .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    right: auto;
    width: 3px;
    top: 0.35rem;
    bottom: 0.35rem;
    height: auto;
    background: var(--ml-accent);
    border-radius: 2px;
  }
}

.ml-toggler {
  border-color: var(--ml-border);
}

/* ----- Main ----- */
.ml-main {
  padding: 0 0 2.5rem;
}

/* 区块主标题 · 默认左对齐（短饰线 + 右延伸线）— 仅十供养分项等仍左对齐时用 */
.ml-title-zone {
  padding: 0 0 var(--lh-space-title);
  margin-bottom: 0;
  background: transparent;
  border-bottom: none;
  text-align: left;
}

/* 展覽式标题：左对齐 + 左短饰线 + 右侧延伸线 */
.ml-title-zone .ml-page-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(0.75rem, 2.2vw, 1.15rem);
  width: 100%;
  max-width: none;
  margin: 0;
  font-family: "Noto Serif SC", serif;
  font-size: clamp(1.55rem, 3.8vw, 2.1rem);
  font-weight: 800;
  line-height: 1.28;
  color: var(--ml-accent);
  letter-spacing: 0.12em;
}

.ml-title-zone .ml-page-title::before {
  content: "";
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 3px;
  background: var(--ml-gold);
  opacity: 0.95;
}

.ml-title-zone .ml-page-title::after {
  content: "";
  flex: 1 1 auto;
  min-width: 2rem;
  height: 1px;
  background: var(--ml-gold);
  opacity: 0.75;
}

/* 居中主标题：首页区块、日程页 — 对称金线，与 .ml-body 同宽 */
.ml-title-zone.ml-title-zone--center {
  text-align: center;
  max-width: var(--lh-page-max);
  margin-inline: auto;
  width: 100%;
}

.ml-title-zone.ml-title-zone--center .ml-page-title {
  justify-content: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: clamp(0.85rem, 3vw, 1.55rem);
}

.ml-title-zone.ml-title-zone--center .ml-page-title::before,
.ml-title-zone.ml-title-zone--center .ml-page-title::after {
  flex: 1 1 0;
  min-width: 1rem;
  max-width: var(--ml-title-center-line-max);
  width: auto;
  height: 1px;
  opacity: 0.9;
}

@media (max-width: 575.98px) {
  .ml-title-zone.ml-title-zone--center .ml-page-title::before,
  .ml-title-zone.ml-title-zone--center .ml-page-title::after {
    max-width: 2.5rem;
  }
}

.ml-body {
  display: flex;
  flex-direction: column;
  gap: var(--lh-space-block);
  max-width: var(--lh-prose-max);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--ml-ink);
  text-align: left;
  font-family: "Noto Serif SC", Georgia, "Songti SC", serif;
}

.ml-body > * {
  margin-top: 0;
  margin-bottom: 0;
}

.ml-body h3.lh-section-subtitle {
  font-family: "Noto Serif SC", serif;
  font-size: 1.34rem;
  font-weight: 700;
  color: var(--ml-accent);
  letter-spacing: 0.06em;
  line-height: 1.45;
}

.ml-body ul {
  list-style-position: outside;
  padding-left: 1.35rem;
  text-align: left;
}

.ml-body li + li {
  margin-top: 0.35rem;
}

.ml-body li::marker {
  color: var(--ml-gold);
}

.lh-text-group p + p {
  margin-top: 0.35rem;
}

.lh-offerings-list {
  padding-left: 1.5rem;
  margin: 0;
}

.lh-offerings-list li + li {
  margin-top: 0.65rem;
}

.lh-offerings-list li::marker {
  color: var(--ml-gold);
  font-weight: 600;
}

.lh-offerings-list strong {
  color: var(--ml-accent);
  font-weight: 700;
}

#intro .ml-body {
  text-align: center;
  align-items: center;
}

.ml-lead {
  font-size: 1.12rem;
  line-height: 1.95;
  color: var(--ml-ink-muted);
  text-align: center;
  width: 100%;
}

.ml-media {
  margin-top: 2rem;
  border-radius: 0.25rem;
  overflow: hidden;
  border: 1px solid var(--ml-border);
  background: #000;
}

.ml-media .ratio {
  --bs-aspect-ratio: 56.25%;
}

/* ----- 首页顶图（导航之上）----- */
.lh-banner-frame {
  position: relative;
  width: 100%;
  background: #2a1810;
}

.lh-banner-photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.lh-banner-frame--fallback {
  min-height: clamp(220px, 38vw, 480px);
  background: linear-gradient(
    120deg,
    rgba(74, 54, 41, 0.98) 0%,
    rgba(94, 69, 54, 0.95) 45%,
    rgba(94, 69, 54, 0.92) 100%
  );
}

.lh-banner-frame--home.lh-banner-frame--fallback {
  min-height: clamp(300px, 46vw, 560px);
}

@media (max-width: 991.98px) {
  .ml-navbar {
    min-height: 4.2rem;
  }

  .ml-navbar .navbar-nav {
    gap: 0.35rem;
  }

  .ml-navbar .nav-link {
    font-size: 1.05rem;
    padding: 0.72rem 0.9rem;
  }

  .ml-toggler {
    padding: 0.35rem 0.55rem;
  }
}

@media (max-width: 767.98px) {
  .lh-banner-photo {
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .lh-banner-frame--home .lh-banner-photo {
    height: auto;
  }

  .ml-body h3.lh-section-subtitle {
    text-align: center;
  }
}

/* ----- 首页 -----
   Hero ----- */
.lh-hero {
  background: linear-gradient(
      120deg,
      rgba(74, 54, 41, 0.92) 0%,
      rgba(94, 69, 54, 0.88) 45%,
      rgba(94, 69, 54, 0.85) 100%
    ),
    var(--ml-bg-page);
  color: #fff;
  padding: 2.5rem 0 2.75rem;
  margin-bottom: 0;
  border-bottom: 4px solid var(--ml-gold);
}

.lh-hero .lh-hero-kicker {
  font-size: 0.85rem;
  letter-spacing: 0.35em;
  text-transform: none;
  opacity: 0.9;
  margin-bottom: 0.75rem;
}

.lh-hero h1 {
  font-family: "Noto Serif SC", serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2.35rem);
  line-height: 1.35;
  margin: 0 0 1rem;
}

.lh-hero .lh-hero-meta {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 42rem;
  opacity: 0.95;
}

.lh-hero .lh-badge {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.35rem 0.85rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(240, 208, 128, 0.45);
  border-radius: 2rem;
  font-size: 0.9rem;
}

.lh-key-row {
  margin-top: 2rem;
}

.lh-key-panel {
  background: var(--ml-bg-card);
  border: 1px solid var(--ml-border);
  border-radius: 0.25rem;
  padding: 1.35rem 1.5rem;
  height: 100%;
  box-shadow: 0 8px 28px rgba(94, 69, 54, 0.05);
}

.lh-key-panel .lh-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ml-gold);
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.lh-key-panel .lh-value {
  font-family: "Noto Serif SC", serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ml-ink);
  margin: 0;
}

.lh-key-panel .lh-note {
  font-size: 0.88rem;
  color: var(--ml-ink-muted);
  margin: 0.35rem 0 0;
}

.lh-card-link {
  display: block;
  height: 100%;
  padding: 1.5rem 1.35rem;
  border: 1px solid var(--ml-border);
  border-radius: 0.25rem;
  background: #fff;
  text-decoration: none;
  color: var(--ml-ink);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.lh-card-link:hover {
  border-color: var(--ml-gold);
  box-shadow: 0 10px 32px rgba(94, 69, 54, 0.08);
  color: var(--ml-accent);
}

.lh-card-link h3 {
  font-family: "Noto Serif SC", serif;
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
}

.lh-card-link p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ml-ink-muted);
  line-height: 1.6;
}

.lh-cta-row .btn {
  padding: 0.6rem 1.25rem;
}

/* 首页 · 正文媒体（视频 / 图示）与 CTA */
.lh-content-media {
  width: 100%;
  max-width: var(--lh-content-max);
  margin-inline: auto;
  border: 1px solid rgba(176, 141, 87, 0.42);
  background: rgba(255, 254, 248, 0.85);
  border-radius: 0.25rem;
  overflow: hidden;
}

.lh-content-media img {
  width: 100%;
  height: auto;
  display: block;
}

.lh-content-media--video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.lh-content-media--fallback {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 12rem;
  background: linear-gradient(
    155deg,
    rgba(245, 241, 230, 0.95) 0%,
    rgba(210, 198, 175, 0.22) 100%
  );
}

.lh-content-media--fallback::after {
  content: attr(data-label);
  font-family: "Noto Serif SC", serif;
  color: var(--ml-ink-muted);
  letter-spacing: 0.1em;
  font-size: 0.92rem;
  line-height: 1.65;
  text-align: left;
  padding: 1.5rem;
}

/* 首页 · 多图横向滚动画廊 */
.lh-scroll-gallery {
  position: relative;
  width: 100%;
  max-width: var(--lh-content-max);
  margin-inline: auto;
  border: 1px solid rgba(176, 141, 87, 0.42);
  background: rgba(255, 254, 248, 0.85);
  border-radius: 0.25rem;
  overflow: hidden;
}

.lh-scroll-gallery__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(176, 141, 87, 0.65) rgba(245, 241, 230, 0.6);
}

.lh-scroll-gallery__track:focus-visible {
  outline: 2px solid rgba(94, 69, 54, 0.45);
  outline-offset: -2px;
}

.lh-scroll-gallery__track::-webkit-scrollbar {
  height: 6px;
}

.lh-scroll-gallery__track::-webkit-scrollbar-thumb {
  background: rgba(176, 141, 87, 0.65);
  border-radius: 999px;
}

.lh-scroll-gallery__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  margin: 0;
  aspect-ratio: 4 / 3;
  background: rgba(245, 241, 230, 0.65);
}

.lh-scroll-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lh-scroll-gallery__slide--fallback {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: linear-gradient(
    155deg,
    rgba(245, 241, 230, 0.95) 0%,
    rgba(210, 198, 175, 0.22) 100%
  );
}

.lh-scroll-gallery__slide--fallback::after {
  content: attr(data-label);
  font-family: "Noto Serif SC", serif;
  color: var(--ml-ink-muted);
  letter-spacing: 0.1em;
  font-size: 0.92rem;
  line-height: 1.65;
  padding: 1.5rem;
}

.lh-scroll-gallery__btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(176, 141, 87, 0.55);
  border-radius: 50%;
  background: rgba(255, 254, 248, 0.92);
  color: var(--ml-accent);
  padding: 0;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(94, 69, 54, 0.12);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.lh-scroll-gallery__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.lh-scroll-gallery__btn--prev::before {
  transform: translate(calc(-50% + 1px), -50%) rotate(-135deg);
}

.lh-scroll-gallery__btn--next::before {
  transform: translate(calc(-50% - 1px), -50%) rotate(45deg);
}

.lh-scroll-gallery__btn:hover {
  background: #fff;
  border-color: var(--ml-gold);
  color: var(--ml-brown-dark);
}

.lh-scroll-gallery__btn--prev {
  left: 0.65rem;
}

.lh-scroll-gallery__btn--next {
  right: 0.65rem;
}

.lh-scroll-gallery__btn:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.lh-nantien-lead {
  font-size: 1.06rem;
  line-height: 1.9;
}

/* 首页功德登记主按钮（位于 .ml-body 内 — 按钮组整组居中） */
.lh-home-cta {
  text-align: center;
  width: 100%;
}

.lh-home-cta-group {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.65rem 0.9rem;
  max-width: 100%;
}

.lh-home-cta .btn {
  padding: 0.8rem 1.75rem;
  font-size: 1.1rem;
}

/* ----- 日程表 ----- */
.lh-schedule-note {
  border-left: none;
  border-top: 1px solid rgba(176, 141, 87, 0.4);
  border-bottom: 1px solid rgba(176, 141, 87, 0.4);
  padding: 1rem 1.25rem;
  background: rgba(176, 141, 87, 0.09);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  text-align: left;
  line-height: 1.75;
}

.lh-schedule-table {
  font-size: 1rem;
  text-align: center;
  width: 100%;
}

.lh-schedule-table th,
.lh-schedule-table td {
  text-align: center;
  vertical-align: middle;
}

.lh-schedule-table tbody .lh-schedule-date {
  font-weight: 600;
  background: rgba(250, 248, 245, 0.98);
}

@media (max-width: 575.98px) {
  .lh-schedule-table {
    font-size: 1rem;
  }
}

.lh-schedule-table thead th {
  background: rgba(94, 69, 54, 0.06);
  color: var(--ml-ink);
  font-weight: 600;
}

.lh-schedule-table tbody tr:nth-child(even) {
  background: rgba(250, 248, 245, 0.8);
}

.lh-merit-table th:first-child,
.lh-merit-table td:first-child {
  width: 8.5rem;
  white-space: nowrap;
}

.lh-merit-table tbody th[scope="row"] {
  font-weight: 700;
  color: var(--ml-accent);
  background: rgba(250, 248, 245, 0.98);
}

.lh-merit-table tbody td {
  text-align: left;
  line-height: 1.75;
}

.lh-merit-list {
  padding-left: 1.15rem;
  margin: 0;
  text-align: left;
}

.lh-merit-list li + li {
  margin-top: 0.35rem;
}

.lh-acc-button:not(.collapsed) {
  color: var(--ml-accent);
}

/* 手风琴标题左对齐，折叠图标固定右侧 */
.ml-main .accordion-button {
  position: relative;
  justify-content: flex-start;
  text-align: left;
  padding-left: 1rem;
  padding-right: 2.75rem;
}

.ml-main .accordion-button::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-left: 0 !important;
  transform: translateY(-50%);
}

.ml-main .accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-180deg);
}

/* ----- 功德 ----- */
.lh-merit-hero {
  background: linear-gradient(
    135deg,
    rgba(94, 69, 54, 0.09) 0%,
    rgba(176, 141, 87, 0.12) 100%
  );
  border: 1px solid var(--ml-border);
  border-radius: 0.25rem;
  padding: 1.75rem 1.5rem;
  margin-bottom: 2rem;
  text-align: left;
}

.lh-merit-hero p {
  font-family: "Noto Serif SC", serif;
  font-size: clamp(1.15rem, 2.8vw, 1.4rem);
  font-weight: 600;
  color: var(--ml-brown-dark);
  margin: 0;
  line-height: 1.75;
  text-align: left;
}

/* ----- Footer ----- */
.ml-footer {
  background: #2d241c;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  padding: 2.5rem 0 2rem;
}

.ml-footer a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.ml-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.ml-footer-main {
  margin-bottom: 2rem;
}

.ml-footer-org {
  font-family: "Noto Serif SC", serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0 0 0.35rem;
}

.ml-footer-org-en {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

.ml-footer-address {
  font-style: normal;
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
}

.ml-footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}

.ml-footer-copyright {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.ml-footer-note {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
}

/* ----- Back to top ----- */
.ml-back-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1080;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid var(--ml-border);
  background: var(--ml-bg-card);
  color: var(--ml-ink-muted);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.ml-back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.ml-back-top:hover {
  color: var(--ml-accent);
  border-color: var(--ml-accent);
}

/* 与站点色系一致的按钮 */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--ml-btn-primary);
  --bs-btn-border-color: var(--ml-btn-primary);
  --bs-btn-hover-bg: var(--ml-btn-primary-hover);
  --bs-btn-hover-border-color: var(--ml-btn-primary-hover);
  --bs-btn-active-bg: var(--ml-btn-primary-active);
  --bs-btn-active-border-color: var(--ml-btn-primary-active);
}

.btn-outline-secondary {
  --bs-btn-color: var(--ml-ink);
  --bs-btn-border-color: var(--ml-border);
  --bs-btn-hover-bg: var(--ml-accent-soft);
  --bs-btn-hover-border-color: var(--ml-gold);
  --bs-btn-hover-color: var(--ml-accent);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lh-scroll-gallery__track {
    scroll-behavior: auto;
  }

  .lh-scroll-gallery__btn,
  .ml-back-top {
    transition: none;
  }
}
