/* ============================================================
   Spirit Nature and Healing — dark thematic design
   Palette: deep forest ink / warm parchment / antique gold / jade
   ============================================================ */

:root {
  --snh-bg: #0e1411;
  --snh-bg-soft: #131b16;
  --snh-surface: #182219;
  --snh-surface-2: #1e2a20;
  --snh-line: rgba(201, 168, 106, 0.22);
  --snh-text: #e6e1d3;
  --snh-muted: #a49e8d;
  --snh-gold: #c9a86a;
  --snh-gold-bright: #e0c288;
  --snh-jade: #86b89d;
  --snh-serif: "Cormorant Garamond", Georgia, serif;
  /* Quicksand has no Cyrillic; Nunito picks up ru glyphs in the same rounded style */
  --snh-sans: "Quicksand", "Nunito", "Helvetica Neue", Arial, sans-serif;

  /* kill Astra's default blue accent everywhere (buttons, toggles, scroll-top) */
  --ast-global-color-0: #c9a86a;
  --ast-global-color-1: #e0c288;
}

/* ---------- base ---------- */

html {
  background: var(--snh-bg);
}

body,
.ast-plain-container,
.site,
#content {
  background: var(--snh-bg) !important;
  color: var(--snh-text);
  font-family: var(--snh-sans);
  font-weight: 300;
  letter-spacing: 0.01em;
}

body {
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(134, 184, 157, 0.07), transparent 60%),
    radial-gradient(900px 500px at -10% 30%, rgba(201, 168, 106, 0.05), transparent 60%),
    var(--snh-bg) !important;
  overflow-x: hidden;
}

::selection {
  background: rgba(201, 168, 106, 0.35);
  color: #fff;
}

/* ---------- typography ---------- */

h1, h2, h3, h4, h5, h6,
.entry-title,
.entry-content h1, .entry-content h2,
.entry-content h4, .entry-content h5, .entry-content h6,
.entry-content .rich-text h1, .entry-content .rich-text h2 {
  font-family: var(--snh-serif);
  font-weight: 500;
  color: var(--snh-gold-bright);
  letter-spacing: 0.02em;
}

.entry-content h1 { font-size: 2.4em; line-height: 1.2; }
.entry-content h2 { font-size: 1.9em; }

.entry-content h3,
.entry-content .rich-text h3 {
  font-family: var(--snh-serif);
  font-weight: 500;
  font-size: 1.5em;
  color: var(--snh-jade);
}

/* page heading — content h1 replaces the theme title when present */

.snh-content-has-title .entry-title {
  display: none;
}

.snh-content-has-title .entry-header {
  display: none;
}

.snh-has-hero .entry-header {
  margin: 0 !important;
}

.entry-title,
.entry-content > .rich-text h1:first-child,
.entry-content h1 {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.9em;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height: 1.18;
}

.entry-title::after,
.entry-content h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 1px;
  background: linear-gradient(90deg, var(--snh-gold), transparent);
}

/* first image of a page: full-bleed hero right under the header */

.snh-has-hero .site-content,
.snh-has-hero #primary,
.snh-has-hero .site-main,
.snh-has-hero .ast-article-single,
.snh-has-hero #content .ast-container,
.snh-has-hero article,
.snh-has-hero .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.entry-content > figure:first-child {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw) 2.6em;
  position: relative;
}

.entry-content > figure:first-child img {
  width: 100%;
  height: auto;
  max-height: 900px;
  object-fit: cover;
  border-radius: 0;
  border: none;
  box-shadow: none;
  display: block;
}

/* soft fade so the hero melts into the dark page */
.entry-content > figure:first-child::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 30%;
  background: linear-gradient(to bottom, transparent, rgba(14, 20, 17, 0.85));
  pointer-events: none;
}

.entry-content {
  font-size: 1.28rem;
}

.entry-content p,
.entry-content li {
  color: var(--snh-text);
  font-size: 1.28rem;
  line-height: 1.85;
}

.entry-content a {
  color: var(--snh-jade);
  text-decoration: none;
  border-bottom: 1px solid rgba(134, 184, 157, 0.35);
  transition: color 0.2s, border-color 0.2s;
}

.entry-content a:hover {
  color: var(--snh-gold-bright);
  border-color: var(--snh-gold);
}

/* ---------- header ---------- */

.site-header,
.main-header-bar,
.ast-primary-header-bar {
  background: rgba(12, 18, 15, 0.92) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--snh-line);
}

.site-title,
.site-title a,
.site-title a:visited {
  font-family: var(--snh-serif);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--snh-gold-bright) !important;
}

.site-title a:hover {
  color: #f0d9a8 !important;
}

.site-description {
  color: var(--snh-muted) !important;
}

/* menu */

.main-header-menu .menu-item > .menu-link {
  font-family: var(--snh-sans);
  font-size: 0.83rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #cfc9ba !important;
  transition: color 0.2s;
}

.main-header-menu .menu-item > .menu-link:hover,
.main-header-menu .current-menu-item > .menu-link,
.main-header-menu .current-menu-ancestor > .menu-link {
  color: var(--snh-gold-bright) !important;
}

/* dropdowns */

.main-header-menu .sub-menu {
  background: var(--snh-surface) !important;
  border: 1px solid var(--snh-line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.main-header-menu .sub-menu .menu-item > .menu-link {
  font-size: 0.96rem;
  text-transform: none;
  letter-spacing: 0.04em;
  color: #d8d2c2 !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.main-header-menu .sub-menu .menu-item:last-child > .menu-link {
  border-bottom: 0;
}

.main-header-menu .sub-menu .menu-item > .menu-link:hover {
  background: rgba(201, 168, 106, 0.12) !important;
  color: var(--snh-gold-bright) !important;
}

.main-header-menu .sub-menu {
  min-width: 280px;
}

/* section labels inside the flat Medicina dropdown */
.main-header-menu .sub-menu .snh-menu-label > .menu-link {
  pointer-events: none;
  cursor: default;
  font-size: 0.78rem !important;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase !important;
  color: var(--snh-gold) !important;
  padding-top: 1em;
  padding-bottom: 0.4em;
  border-bottom: 0 !important;
}

.main-header-menu .sub-menu .snh-menu-label:not(:first-child) {
  border-top: 1px solid var(--snh-line);
  margin-top: 6px;
}

.main-header-menu .sub-menu .snh-menu-label .ast-menu-toggle {
  display: none !important;
}

/* mobile menu drawer */

#ast-mobile-popup,
.ast-mobile-popup-drawer .ast-mobile-popup-inner,
.ast-mobile-header-wrap .main-header-bar-wrap .main-header-bar,
.ast-mobile-popup-content,
.ast-mobile-popup-drawer .main-header-bar-navigation,
.ast-mobile-popup-drawer .main-header-menu {
  background: var(--snh-bg-soft) !important;
  color: var(--snh-text);
}

.ast-mobile-popup-drawer .ast-mobile-popup-header {
  border-bottom: 1px solid var(--snh-line);
}

.ast-mobile-popup-drawer .menu-link,
.ast-mobile-popup-drawer .menu-item > .menu-link {
  color: #d8d2c2 !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.ast-mobile-popup-drawer .menu-link:hover,
.ast-mobile-popup-drawer .current-menu-item > .menu-link {
  color: var(--snh-gold-bright) !important;
}

/* submenus always expanded in one block — no drilling in */
.ast-mobile-popup-drawer .main-header-menu .sub-menu {
  display: block !important;
  position: static !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0;
  min-width: 0;
}

.ast-mobile-popup-drawer .ast-menu-toggle {
  display: none !important;
}

.ast-mobile-popup-drawer .sub-menu .menu-link {
  padding-left: 1.6em !important;
}

.ast-mobile-popup-drawer .sub-menu .snh-menu-label > .menu-link {
  padding-left: 1em !important;
}

/* mobile flyout menu (non-drawer breakpoint navigation) */

.ast-header-break-point .main-header-bar-navigation,
.ast-header-break-point .main-header-menu,
.ast-header-break-point .main-header-menu .menu-item,
.ast-header-break-point .main-header-menu .sub-menu {
  background: var(--snh-bg-soft) !important;
}

.ast-header-break-point .main-header-menu .menu-item > .menu-link {
  color: #d8d2c2 !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.06) !important;
}

.ast-header-break-point .main-header-menu .menu-item > .menu-link:hover,
.ast-header-break-point .main-header-menu .current-menu-item > .menu-link {
  color: var(--snh-gold-bright) !important;
  background: rgba(201, 168, 106, 0.08) !important;
}

/* submenus expanded in one block on mobile — no drilling */
.ast-header-break-point .main-header-menu .sub-menu {
  display: block !important;
  position: static !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0;
  min-width: 0;
}

.ast-header-break-point .main-header-menu .ast-menu-toggle,
.ast-header-break-point .main-header-menu .icon-arrow {
  display: none !important;
}

.ast-header-break-point .main-header-menu .sub-menu .menu-link {
  padding-left: 1.8em !important;
}

.ast-header-break-point .main-header-menu .sub-menu .snh-menu-label > .menu-link {
  padding-left: 1.1em !important;
}

/* mobile: bigger, easier-to-tap type */
.ast-header-break-point .main-header-menu .menu-item > .menu-link {
  font-size: 1.05rem !important;
  padding-top: 0.55em !important;
  padding-bottom: 0.55em !important;
  line-height: 1.4 !important;
}

.ast-header-break-point .main-header-menu .sub-menu .menu-link {
  font-size: 1rem !important;
}

.ast-header-break-point .main-header-menu .sub-menu .snh-menu-label > .menu-link {
  font-size: 0.82rem !important;
}

.ast-header-break-point .main-header-menu .lang-item .menu-link {
  font-size: 1rem !important;
}

/* mobile: drop the redundant parent labels — "Медицина" (its section labels
   speak for themselves) and the current-language row of the switcher */
.ast-header-break-point .main-header-menu .menu-item-has-children:not(.pll-parent-menu-item) > .menu-link,
.ast-header-break-point .main-header-menu .pll-parent-menu-item > .menu-link {
  display: none !important;
}

/* mobile: the Medicine submenu reads as one card */
.ast-header-break-point .main-header-menu .menu-item-has-children:not(.pll-parent-menu-item) > .sub-menu {
  background: var(--snh-surface) !important;
  border: 1px solid var(--snh-line) !important;
  border-radius: 12px;
  margin: 0.7em 0.9em;
  padding: 0.3em 0 0.6em;
  overflow: hidden;
}

.ast-header-break-point .main-header-menu .menu-item-has-children:not(.pll-parent-menu-item) > .sub-menu .menu-item {
  background: transparent !important;
}

/* mobile: language switcher list separated by a soft rule, flags only rows */
.ast-header-break-point .main-header-menu .pll-parent-menu-item {
  border-top: 1px solid var(--snh-line);
  margin-top: 0.5em;
  padding-top: 0.4em;
}

.menu-toggle,
.menu-toggle:hover,
.ast-mobile-menu-trigger-minimal,
.ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  color: var(--snh-gold) !important;
  background: transparent !important;
  fill: var(--snh-gold) !important;
}

.menu-toggle svg,
.ast-mobile-popup-drawer svg {
  fill: var(--snh-gold) !important;
}

/* mobile header: no bright divider line */
.ast-header-break-point .main-header-bar,
.ast-header-break-point .site-header,
.ast-mobile-header-wrap .ast-primary-header-bar {
  border-bottom: 1px solid var(--snh-line) !important;
}

/* ---------- content ---------- */

.entry-content figure {
  margin: 2.2em 0;
}

.entry-content figure img {
  border-radius: 10px;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.entry-content figure img:not(.alignleft):not(.alignright) {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* floated images (text wrap): breathing room between image and text */
.entry-content img.alignleft {
  float: left;
  margin: 0.4em 2.2em 1.4em 0;
}

.entry-content img.alignright {
  float: right;
  margin: 0.4em 0 1.4em 2.2em;
}

/* a figure that only wraps a floated image should not reserve space */
.entry-content figure:has(> img.alignleft),
.entry-content figure:has(> img.alignright) {
  margin: 0;
}

/* ---------- media rows in medicine articles: image beside its text ---------- */

.entry-content figure.snh-media {
  display: flex;
  align-items: center;
  gap: 3.5em;
  margin: 3.5em 0;
  clear: both;
}

.entry-content figure.snh-media-right {
  flex-direction: row-reverse;
}

.entry-content figure.snh-media img {
  flex: 0 0 auto;
  max-width: 44%;
  width: auto;
  height: auto;
  max-height: 560px;
  margin: 0;
}

.entry-content figure.snh-media figcaption {
  flex: 1 1 0;
  margin: 0;
  text-align: left;
  font-size: 1.32rem;
  line-height: 1.8;
}

/* figures without caption text: modest centered width */
.entry-content figure.snh-solo {
  margin: 3em auto;
}

.entry-content figure.snh-solo img {
  max-width: min(720px, 100%);
  margin-left: auto;
  margin-right: auto;
}

/* section rules and page end never wrap around floats */
.entry-content hr {
  clear: both;
}

.entry-content::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  .entry-content figure.snh-media,
  .entry-content figure.snh-media-right {
    flex-direction: column;
    gap: 1.4em;
    margin: 2.4em 0;
  }

  .entry-content figure.snh-media img {
    max-width: 100%;
    max-height: 65vh;
  }

  .entry-content figure.snh-media figcaption {
    text-align: center;
    font-size: 1.18rem;
  }

  .entry-content img.alignleft,
  .entry-content img.alignright {
    float: none;
    display: block;
    margin: 1.5em auto;
  }
}

.entry-content figcaption {
  font-family: var(--snh-serif);
  font-style: italic;
  font-size: 1.28rem;
  color: var(--snh-muted);
  text-align: center;
  margin-top: 0.9em;
  line-height: 1.7;
}

.entry-content .rich-text {
  margin-bottom: 1.6em;
}

blockquote,
.entry-content blockquote {
  background: var(--snh-surface);
  border-left: 2px solid var(--snh-gold);
  border-radius: 0 8px 8px 0;
  padding: 1.4em 1.6em;
  font-family: var(--snh-serif);
  font-style: italic;
  font-size: 1.15rem;
  color: #ded8c8;
}

hr, .entry-content hr {
  border: 0;
  height: 1px;
  margin: 2.5em auto;
  background: linear-gradient(90deg, transparent, var(--snh-line), transparent);
}

/* buttons (migrated squarespace .button links) */

.entry-content p.button a {
  display: inline-block;
  font-family: var(--snh-sans);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--snh-gold-bright);
  background: transparent;
  border: 1px solid var(--snh-gold);
  border-radius: 999px;
  padding: 0.85em 2.2em;
  transition: background 0.25s, color 0.25s, box-shadow 0.25s;
}

.entry-content p.button a:hover {
  background: var(--snh-gold);
  color: #14180f;
  box-shadow: 0 8px 26px rgba(201, 168, 106, 0.35);
}

/* ---------- gallery ---------- */

.sq-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
}

.sq-gallery figure {
  margin: 0 !important;
}

.sq-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  filter: saturate(0.92);
  transition: transform 0.35s ease, filter 0.35s ease, box-shadow 0.35s ease;
}

.sq-gallery img:hover {
  transform: scale(1.025);
  filter: saturate(1.05);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

/* ---------- footer ---------- */

.site-footer,
.ast-footer-copyright,
.site-below-footer-wrap,
.site-primary-footer-wrap {
  background: #0a0f0c !important;
  color: var(--snh-muted) !important;
  border: 0 !important;
}

.site-footer *,
.site-below-footer-wrap .ast-builder-grid-row-container-inner {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.site-footer a {
  color: var(--snh-gold);
}

/* ---------- scroll-to-top ---------- */

#ast-scroll-top {
  background: var(--snh-surface) !important;
  border: 1px solid var(--snh-gold);
  border-radius: 50%;
  color: var(--snh-gold-bright) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  transition: background 0.25s, color 0.25s;
}

#ast-scroll-top svg {
  fill: var(--snh-gold-bright);
  transition: fill 0.25s;
}

#ast-scroll-top:hover {
  background: var(--snh-gold) !important;
}

#ast-scroll-top:hover svg {
  fill: #14180f;
}

/* ---------- gallery lightbox ---------- */

.snh-lb {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(8, 12, 10, 0.94);
  backdrop-filter: blur(6px);
}

.snh-lb.snh-lb-open {
  display: flex;
}

.snh-lb-img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.8);
}

.snh-lb button {
  position: absolute;
  box-sizing: border-box;
  background: rgba(24, 34, 25, 0.7) !important;
  border: 1px solid var(--snh-line) !important;
  border-radius: 50% !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  color: var(--snh-gold-bright) !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}

.snh-lb button svg {
  width: 22px;
  height: 22px;
  stroke: var(--snh-gold-bright);
  transition: stroke 0.2s;
}

.snh-lb button:hover {
  background: var(--snh-gold) !important;
}

.snh-lb button:hover svg {
  stroke: #14180f;
}

.snh-lb-close { top: 22px; right: 26px; }
.snh-lb-prev { left: 26px; top: 50%; transform: translateY(-50%); }
.snh-lb-next { right: 26px; top: 50%; transform: translateY(-50%); }

.snh-lb-count {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--snh-sans);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: var(--snh-muted);
}

@media (max-width: 640px) {
  .snh-lb button { width: 42px; height: 42px; font-size: 24px; }
  .snh-lb-prev { left: 10px; }
  .snh-lb-next { right: 10px; }
  .snh-lb-close { top: 12px; right: 12px; }
}

/* ---------- language switcher: vector flags, baseline-aligned ---------- */

.main-header-menu .lang-item .menu-link,
.main-header-menu .menu-item-language .menu-link {
  text-transform: none;
  letter-spacing: 0.04em;
}

.lang-item img.wpml-ls-flag,
.lang-item .menu-link img,
.pll-parent-menu-item > .menu-link img {
  display: none !important;
}

.lang-item > .menu-link::before,
.pll-parent-menu-item > .menu-link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-right: 10px;
  vertical-align: -2px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.lang-item-es > .menu-link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='2' fill='%23AA151B'/%3E%3Crect y='0.5' width='3' height='1' fill='%23F1BF00'/%3E%3C/svg%3E");
}

.lang-item-ru > .menu-link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='2' fill='%23fff'/%3E%3Crect y='0.6666' width='3' height='1.3333' fill='%230039A6'/%3E%3Crect y='1.3333' width='3' height='0.6667' fill='%23D52B1E'/%3E%3C/svg%3E");
}

.lang-item-en > .menu-link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3CclipPath id='a'%3E%3Cpath d='M0 0v30h60V0z'/%3E%3C/clipPath%3E%3Cpath d='M0 0v30h60V0z' fill='%23012169'/%3E%3Cpath d='M0 0l60 30m0-30L0 30' stroke='%23fff' stroke-width='6'/%3E%3Cpath d='M0 0l60 30m0-30L0 30' clip-path='url(%23a)' stroke='%23C8102E' stroke-width='4'/%3E%3Cpath d='M30 0v30M0 15h60' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M30 0v30M0 15h60' stroke='%23C8102E' stroke-width='6'/%3E%3C/svg%3E");
}

/* current-language flag on the switcher's parent item (follows page language) */
html[lang^="ru"] .pll-parent-menu-item > .menu-link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='2' fill='%23fff'/%3E%3Crect y='0.6666' width='3' height='1.3333' fill='%230039A6'/%3E%3Crect y='1.3333' width='3' height='0.6667' fill='%23D52B1E'/%3E%3C/svg%3E");
}

html[lang^="es"] .pll-parent-menu-item > .menu-link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='2' fill='%23AA151B'/%3E%3Crect y='0.5' width='3' height='1' fill='%23F1BF00'/%3E%3C/svg%3E");
}

html[lang^="en"] .pll-parent-menu-item > .menu-link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3CclipPath id='a'%3E%3Cpath d='M0 0v30h60V0z'/%3E%3C/clipPath%3E%3Cpath d='M0 0v30h60V0z' fill='%23012169'/%3E%3Cpath d='M0 0l60 30m0-30L0 30' stroke='%23fff' stroke-width='6'/%3E%3Cpath d='M0 0l60 30m0-30L0 30' clip-path='url(%23a)' stroke='%23C8102E' stroke-width='4'/%3E%3Cpath d='M30 0v30M0 15h60' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M30 0v30M0 15h60' stroke='%23C8102E' stroke-width='6'/%3E%3C/svg%3E");
}

/* ---------- misc ---------- */

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  background: var(--snh-bg);
}

::-webkit-scrollbar-thumb {
  background: #2a352c;
  border-radius: 6px;
  border: 2px solid var(--snh-bg);
}

::-webkit-scrollbar-thumb:hover {
  background: #3a4a3e;
}
