/*
 * The 440 Train visual refresh.
 * Scoped to the active Brown theme so the layer is safe to remove.
 */

:root {
  --train-ink: #171b1d;
  --train-coal: #24282a;
  --train-paper: #f7f2e8;
  --train-cream: #fffdf8;
  --train-gold: #c99b55;
  --train-gold-light: #e2c184;
  --train-rust: #8c3d2f;
  --train-muted: #62676a;
  --train-line: rgba(30, 34, 36, 0.14);
  --train-shadow: 0 24px 70px rgba(8, 12, 14, 0.18);
  --train-radius: 18px;
}

body.wp-theme-brown-theme {
  background-color: var(--train-paper);
  color: var(--train-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

/* Theme-matched document scrollbar. */
html {
  scrollbar-color: var(--train-gold) var(--train-ink);
  scrollbar-width: thin;
}

html::-webkit-scrollbar {
  height: 13px;
  width: 13px;
}

html::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #111719, var(--train-ink));
  box-shadow: inset 0 0 0 1px rgba(226, 193, 132, 0.12);
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--train-gold-light), var(--train-gold));
  border: 3px solid var(--train-ink);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 253, 248, 0.32);
}

html::-webkit-scrollbar-thumb:hover {
  background: var(--train-gold-light);
}

html::-webkit-scrollbar-corner {
  background: var(--train-ink);
}

/* Cookie controls and panel — matched to the railway-inspired site palette. */
body.wp-theme-brown-theme .cky-btn-revisit-wrapper {
  background: linear-gradient(145deg, var(--train-coal), #111719) !important;
  border: 2px solid var(--train-gold-light) !important;
  bottom: 20px !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34), 0 0 0 3px rgba(201, 155, 85, 0.18) !important;
  height: 50px !important;
  left: 20px !important;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
  width: 50px !important;
}

body.wp-theme-brown-theme .cky-btn-revisit-wrapper:hover,
body.wp-theme-brown-theme .cky-btn-revisit-wrapper:focus-within {
  background: linear-gradient(145deg, var(--train-gold-light), var(--train-gold)) !important;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.38), 0 0 0 4px rgba(226, 193, 132, 0.3) !important;
  transform: translateY(-2px);
}

body.wp-theme-brown-theme .cky-btn-revisit {
  align-items: center !important;
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
  width: 100% !important;
}

body.wp-theme-brown-theme .cky-btn-revisit img {
  filter: sepia(0.75) saturate(0.9) brightness(1.22) !important;
  height: 27px !important;
  transition: filter 180ms ease !important;
  width: 27px !important;
}

body.wp-theme-brown-theme .cky-btn-revisit-wrapper:hover img,
body.wp-theme-brown-theme .cky-btn-revisit-wrapper:focus-within img {
  filter: brightness(0.23) saturate(0.7) !important;
}

body.wp-theme-brown-theme .cky-consent-bar,
body.wp-theme-brown-theme .cky-preference-center {
  background: var(--train-cream) !important;
  border: 1px solid var(--train-gold) !important;
  border-radius: var(--train-radius) !important;
  box-shadow: var(--train-shadow) !important;
  color: var(--train-ink) !important;
  overflow: hidden !important;
}

body.wp-theme-brown-theme .cky-title,
body.wp-theme-brown-theme .cky-preference-title,
body.wp-theme-brown-theme .cky-accordion-header-des,
body.wp-theme-brown-theme .cky-accordion-btn {
  color: var(--train-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
}

body.wp-theme-brown-theme .cky-notice-des,
body.wp-theme-brown-theme .cky-preference-content-wrapper,
body.wp-theme-brown-theme .cky-accordion-body {
  color: #34393b !important;
}

body.wp-theme-brown-theme .cky-btn {
  border-radius: 999px !important;
  font-weight: 700 !important;
  letter-spacing: 0.025em !important;
  min-height: 44px !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease !important;
}

body.wp-theme-brown-theme .cky-btn-accept,
body.wp-theme-brown-theme .cky-btn-preferences {
  background: var(--train-gold) !important;
  border-color: var(--train-gold) !important;
  color: #111719 !important;
}

body.wp-theme-brown-theme .cky-btn-customize,
body.wp-theme-brown-theme .cky-btn-reject {
  background: transparent !important;
  border-color: var(--train-gold) !important;
  color: var(--train-ink) !important;
}

body.wp-theme-brown-theme .cky-btn:hover,
body.wp-theme-brown-theme .cky-btn:focus-visible {
  background: var(--train-ink) !important;
  border-color: var(--train-ink) !important;
  color: var(--train-cream) !important;
  transform: translateY(-1px);
}

body.wp-theme-brown-theme .cky-preference-header {
  background: linear-gradient(135deg, var(--train-ink), var(--train-coal)) !important;
  border-bottom: 2px solid var(--train-gold) !important;
}

body.wp-theme-brown-theme .cky-preference-header .cky-preference-title {
  color: var(--train-gold-light) !important;
}

body.wp-theme-brown-theme .cky-preference-header .cky-btn-close {
  filter: sepia(0.75) saturate(0.8) brightness(1.4) !important;
}

body.wp-theme-brown-theme .cky-preference-body-wrapper,
body.wp-theme-brown-theme .cky-footer-wrapper {
  background: var(--train-cream) !important;
}

body.wp-theme-brown-theme .cky-accordion-item,
body.wp-theme-brown-theme .cky-footer-wrapper {
  border-color: var(--train-line) !important;
}

body.wp-theme-brown-theme .cky-always-active,
body.wp-theme-brown-theme .cky-show-desc-btn {
  color: var(--train-rust) !important;
}

body.wp-theme-brown-theme .cky-preference-content-wrapper {
  scrollbar-color: var(--train-gold) var(--train-paper);
  scrollbar-width: thin;
}

body.wp-theme-brown-theme .cky-preference-content-wrapper::-webkit-scrollbar {
  width: 10px;
}

body.wp-theme-brown-theme .cky-preference-content-wrapper::-webkit-scrollbar-track {
  background: var(--train-paper);
}

body.wp-theme-brown-theme .cky-preference-content-wrapper::-webkit-scrollbar-thumb {
  background: var(--train-gold);
  border: 2px solid var(--train-paper);
  border-radius: 999px;
}

body.wp-theme-brown-theme #content,
body.wp-theme-brown-theme #section-footer,
body.wp-theme-brown-theme #primary-nav {
  max-width: none;
}

body.wp-theme-brown-theme .container {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
}

body.wp-theme-brown-theme h1,
body.wp-theme-brown-theme h2,
body.wp-theme-brown-theme h3,
body.wp-theme-brown-theme .section-page-title .title {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.14;
  text-transform: none;
}

body.wp-theme-brown-theme p,
body.wp-theme-brown-theme li {
  line-height: 1.75;
}

body.wp-theme-brown-theme a {
  text-underline-offset: 3px;
}

body.wp-theme-brown-theme img {
  height: auto;
}

/* Keep legacy entrance effects from leaving important content invisible. */
body.wp-theme-brown-theme .animate,
body.wp-theme-brown-theme .animate-box,
body.wp-theme-brown-theme .vc_separator .line,
body.wp-theme-brown-theme .vc_separator .icon {
  opacity: 1 !important;
  transform: none !important;
}

/* Hero */
body.wp-theme-brown-theme #hero {
  isolation: isolate;
  min-height: 760px;
  padding: 72px 0;
  background-position: center 42%;
  background-size: cover;
  position: relative;
}

body.wp-theme-brown-theme #hero::before {
  background:
    linear-gradient(90deg, rgba(8, 12, 14, 0.26), rgba(8, 12, 14, 0.58)),
    linear-gradient(180deg, rgba(7, 10, 12, 0.06), rgba(7, 10, 12, 0.34));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

body.wp-theme-brown-theme #hero > .container,
body.wp-theme-brown-theme #hero > .container > .row {
  min-height: 616px;
}

body.wp-theme-brown-theme #hero > .container > .row {
  align-items: center;
  display: flex;
}

body.wp-theme-brown-theme #hero .col-book,
body.wp-theme-brown-theme #hero .col-text {
  float: none;
}

body.wp-theme-brown-theme #hero #book-wrap {
  margin: 0 auto;
  max-width: 360px;
}

body.wp-theme-brown-theme #hero #book {
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, 0.42));
}

body.wp-theme-brown-theme #hero .badge {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.12em;
}

body.wp-theme-brown-theme #hero .col-text {
  background: rgba(12, 17, 19, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--train-radius);
  box-shadow: var(--train-shadow);
  color: #fff;
  padding: 40px 44px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body.wp-theme-brown-theme #hero .branding {
  display: none;
}

body.wp-theme-brown-theme #hero .col-text::before {
  color: var(--train-gold-light);
  content: "A novel by Linda Colucci Madalone";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

body.wp-theme-brown-theme #hero .col-text p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.72;
  margin-bottom: 18px;
}

body.wp-theme-brown-theme #hero .col-text .price {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  margin: 24px 0 20px;
}

body.wp-theme-brown-theme .button,
body.wp-theme-brown-theme a.button {
  background: transparent;
  border: 1px solid var(--train-gold);
  border-radius: 999px;
  box-shadow: none;
  color: inherit;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.045em;
  line-height: 1.2;
  margin: 5px 8px 5px 0;
  min-height: 48px;
  padding: 14px 22px;
  text-decoration: none;
  text-transform: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.wp-theme-brown-theme .button:hover,
body.wp-theme-brown-theme .button:focus-visible {
  background: var(--train-gold);
  border-color: var(--train-gold);
  color: #111;
  transform: translateY(-2px);
}

body.wp-theme-brown-theme .train-retailer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

body.wp-theme-brown-theme .train-retailer-links .button {
  margin: 0;
}

body.wp-theme-brown-theme .train-retailer-note {
  color: var(--train-muted);
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0;
  text-align: center;
}

/* Navigation */
body.wp-theme-brown-theme #primary-nav {
  background: rgba(18, 22, 24, 0.96);
  border: 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  min-height: 78px;
}

body.wp-theme-brown-theme #primary-nav > .container {
  align-items: center;
  display: flex;
  min-height: 78px;
}

body.wp-theme-brown-theme #branding {
  margin-right: auto;
}

body.wp-theme-brown-theme #branding img {
  height: 46px !important;
  width: auto;
}

body.wp-theme-brown-theme #primary-nav .menu-primary-container,
body.wp-theme-brown-theme #primary-nav .social-list {
  float: none;
}

body.wp-theme-brown-theme #primary-nav #primary > li > a {
  color: rgba(255, 255, 255, 0.83);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 30px 16px;
}

body.wp-theme-brown-theme #primary-nav #primary > li > a:hover,
body.wp-theme-brown-theme #primary-nav #primary > li.current-menu-item > a {
  color: var(--train-gold-light);
}

body.wp-theme-brown-theme #primary-nav .social-list a {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

/* Interior page mastheads */
body.wp-theme-brown-theme .section-page-title {
  background-position: center 44%;
  padding: 58px 0 54px;
  position: relative;
}

body.wp-theme-brown-theme .section-page-title::before {
  background: rgba(10, 14, 16, 0.56);
  content: "";
  inset: 0;
  position: absolute;
}

body.wp-theme-brown-theme .section-page-title .container {
  position: relative;
}

body.wp-theme-brown-theme .section-page-title h1 {
  color: #fff;
  font-size: clamp(42px, 6vw, 68px);
  letter-spacing: 0.01em;
  margin: 0;
}

body.wp-theme-brown-theme .section-page-title .sub-title {
  color: var(--train-gold-light);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Homepage sections */
body.home.wp-theme-brown-theme #content > section {
  border-radius: 0;
  padding: 84px 0;
}

body.home.wp-theme-brown-theme #content > section:first-child {
  background: var(--train-cream);
  padding: 76px 0 70px;
}

body.home.wp-theme-brown-theme #content > section:first-child .nt-image {
  border-radius: 12px;
  box-shadow: var(--train-shadow);
  display: block;
  margin: 0 auto 32px;
  max-height: 680px;
  max-width: min(680px, 100%);
  object-fit: contain;
  width: auto;
}

body.wp-theme-brown-theme .vc_separator .title {
  font-size: clamp(34px, 4vw, 50px);
  margin-bottom: 12px;
}

body.wp-theme-brown-theme .vc_separator .sub-title {
  color: var(--train-muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.home.wp-theme-brown-theme #content > section:nth-child(2),
body.home.wp-theme-brown-theme #content > section:nth-child(5) {
  background-position: center;
  position: relative;
}

body.home.wp-theme-brown-theme #content > section:nth-child(2)::before,
body.home.wp-theme-brown-theme #content > section:nth-child(5)::before {
  background: rgba(13, 16, 18, 0.76);
  content: "";
  inset: 0;
  position: absolute;
}

body.home.wp-theme-brown-theme #content > section:nth-child(2) > .container,
body.home.wp-theme-brown-theme #content > section:nth-child(5) > .container {
  position: relative;
}

body.home.wp-theme-brown-theme #content > section:nth-child(2) > .container > .row > .col > .wpb_wrapper > section {
  padding: 28px 0 0;
}

body.home.wp-theme-brown-theme .box-icon .feature-content {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--train-radius);
  min-height: 220px;
  padding: 32px 26px;
  transition: background-color 180ms ease, transform 180ms ease;
}

body.home.wp-theme-brown-theme .box-icon .feature-content:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
}

body.home.wp-theme-brown-theme .box-icon .feature-icon {
  color: var(--train-gold-light);
}

body.home.wp-theme-brown-theme .box-icon h3 {
  color: #fff;
  font-size: 25px;
}

body.home.wp-theme-brown-theme #content > section:nth-child(3) {
  background-color: var(--train-paper) !important;
  background-blend-mode: soft-light;
}

body.home.wp-theme-brown-theme .nt-testimonials blockquote {
  margin: 0 auto;
  max-width: 900px;
}

body.home.wp-theme-brown-theme .nt-testimonials blockquote p {
  color: #303537;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.2vw, 28px) !important;
  line-height: 1.55;
}

body.home.wp-theme-brown-theme .nt-testimonials .rating {
  color: var(--train-gold);
}

body.home.wp-theme-brown-theme #content > section:nth-child(4) {
  background: var(--train-cream) !important;
}

body.home.wp-theme-brown-theme #content > section:nth-child(4) > .container > .row {
  align-items: flex-start;
  display: flex;
}

body.home.wp-theme-brown-theme #content > section:nth-child(4) .col:first-child {
  padding-right: 56px;
  position: sticky;
  top: 118px;
}

body.home.wp-theme-brown-theme #content > section:nth-child(4) .col:first-child .nt-image {
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: var(--train-shadow);
  display: block;
  margin: 16px auto;
  max-width: 330px;
  width: min(100%, 330px);
}

body.home.wp-theme-brown-theme #content > section:nth-child(4) .wpb_text_column p {
  color: #34393b;
  font-size: 16px;
  line-height: 1.78;
}

body.home.wp-theme-brown-theme #content > section:nth-child(5) .button {
  color: #fff;
}

body.home.wp-theme-brown-theme #content > section:nth-child(6) {
  background: #fff;
  padding: 36px 0 40px;
}

body.home.wp-theme-brown-theme .nt-gallery .owl-item {
  align-items: center;
  display: flex;
  justify-content: center;
}

body.home.wp-theme-brown-theme .nt-gallery img {
  max-height: 108px;
  object-fit: contain;
  padding: 12px 24px;
  width: 100%;
}

/* Supporting pages and posts */
body.wp-theme-brown-theme:not(.home) #content > section:not(.section-page-title) {
  background-color: var(--train-cream);
  padding: 70px 0;
}

body.wp-theme-brown-theme:not(.home) .wpb_text_column,
body.wp-theme-brown-theme:not(.home) .post-content,
body.wp-theme-brown-theme:not(.home) .entry-content {
  color: #303537;
  font-size: 16px;
  line-height: 1.8;
}

body.wp-theme-brown-theme .section-blog article,
body.wp-theme-brown-theme .section-blog .widget {
  background: #fff;
  border: 1px solid var(--train-line);
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(15, 20, 22, 0.07);
  margin-bottom: 24px;
  padding: 28px;
}

body.wp-theme-brown-theme input[type="text"],
body.wp-theme-brown-theme input[type="email"],
body.wp-theme-brown-theme input[type="search"],
body.wp-theme-brown-theme textarea {
  background: #fff;
  border: 1px solid rgba(28, 32, 34, 0.22);
  border-radius: 10px;
  min-height: 48px;
  padding: 12px 14px;
}

/* Footer */
body.wp-theme-brown-theme #section-footer {
  background: var(--train-ink);
  border: 0;
  color: rgba(255, 255, 255, 0.72);
  padding: 34px 0;
}

body.wp-theme-brown-theme #section-footer .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

body.wp-theme-brown-theme #section-footer .social-list {
  margin: 0;
}

body.wp-theme-brown-theme #section-footer a {
  color: var(--train-gold-light);
}

@media (max-width: 991px) {
  body.wp-theme-brown-theme .container {
    width: min(100% - 36px, 760px);
  }

  body.wp-theme-brown-theme #hero {
    min-height: 0;
    padding: 52px 0 64px;
  }

  body.wp-theme-brown-theme #hero > .container > .row {
    display: block;
    min-height: 0;
  }

  body.wp-theme-brown-theme #hero .col-book,
  body.wp-theme-brown-theme #hero .col-text {
    width: 100%;
  }

  body.wp-theme-brown-theme #hero #book-wrap {
    max-width: 270px;
  }

  body.wp-theme-brown-theme #hero .col-text {
    margin: 44px auto 0;
    max-width: 700px;
  }

  body.home.wp-theme-brown-theme #content > section:nth-child(4) > .container > .row {
    display: block;
  }

  body.home.wp-theme-brown-theme #content > section:nth-child(4) .col {
    width: 100%;
  }

  body.home.wp-theme-brown-theme #content > section:nth-child(4) .col:first-child {
    padding-right: 15px;
    position: static;
  }
}

@media (max-width: 767px) {
  body.wp-theme-brown-theme {
    font-size: 15px;
  }

  body.wp-theme-brown-theme .container {
    width: calc(100% - 28px);
  }

  body.wp-theme-brown-theme #hero {
    background-position: 56% center;
    padding: 38px 0 48px;
  }

  body.wp-theme-brown-theme #hero #book-wrap {
    max-width: 228px;
  }

  body.wp-theme-brown-theme #hero .col-text {
    border-radius: 14px;
    margin-top: 32px;
    padding: 28px 22px 24px;
  }

  body.wp-theme-brown-theme #hero .col-text::before {
    font-size: 21px;
    margin-bottom: 16px;
  }

  body.wp-theme-brown-theme #hero .col-text p {
    font-size: 15px;
    line-height: 1.68;
  }

  body.wp-theme-brown-theme #hero .col-text .price {
    font-size: 26px;
  }

  body.wp-theme-brown-theme #hero .button {
    margin: 6px 0;
    width: 100%;
  }

  body.wp-theme-brown-theme #primary-nav,
  body.wp-theme-brown-theme #primary-nav > .container {
    min-height: 70px;
  }

  body.wp-theme-brown-theme #primary-nav > .container {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
  }

  body.wp-theme-brown-theme #branding img {
    height: 38px !important;
    max-width: 190px;
  }

  body.wp-theme-brown-theme #primary-nav .bt-menu-trigger {
    color: #fff;
    float: none;
    margin: 0;
    position: absolute;
    right: 4px;
    top: 20px;
  }

  body.wp-theme-brown-theme #primary-nav .menu-primary-container {
    background: var(--train-coal);
    flex: 0 0 calc(100% + 28px);
    margin: 16px -14px -20px;
    width: calc(100% + 28px);
  }

  body.wp-theme-brown-theme #primary-nav #primary {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  body.wp-theme-brown-theme #primary-nav #primary > li {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: block;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  body.wp-theme-brown-theme #primary-nav #primary > li > a {
    display: block;
    padding: 17px 18px;
  }

  body.wp-theme-brown-theme #primary-nav .social-list {
    display: none;
  }

  body.home.wp-theme-brown-theme #content > section,
  body.wp-theme-brown-theme:not(.home) #content > section:not(.section-page-title) {
    padding: 58px 0;
  }

  body.home.wp-theme-brown-theme #content > section:first-child {
    padding: 52px 0;
  }

  body.home.wp-theme-brown-theme #content > section:first-child .nt-image {
    max-height: 510px;
  }

  body.wp-theme-brown-theme .vc_separator .title {
    font-size: 34px;
  }

  body.home.wp-theme-brown-theme #content > section:nth-child(2) .col {
    margin-bottom: 16px;
    width: 100%;
  }

  body.home.wp-theme-brown-theme .box-icon .feature-content {
    min-height: 0;
  }

  body.home.wp-theme-brown-theme .nt-testimonials blockquote p {
    font-size: 20px !important;
  }

  body.home.wp-theme-brown-theme #content > section:nth-child(4) .col:first-child .nt-image {
    max-width: 230px;
  }

  body.home.wp-theme-brown-theme #content > section:nth-child(5) .col {
    text-align: center;
    width: 100%;
  }

  body.home.wp-theme-brown-theme #content > section:nth-child(5) .button {
    width: 100%;
  }

  body.wp-theme-brown-theme .train-retailer-links {
    align-items: stretch;
    flex-direction: column;
  }

  body.home.wp-theme-brown-theme .nt-gallery img {
    max-height: 84px;
    padding: 8px 14px;
  }

  body.wp-theme-brown-theme #section-footer .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.wp-theme-brown-theme *,
  body.wp-theme-brown-theme *::before,
  body.wp-theme-brown-theme *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
