/* oowa.ru v0 overlay — does not change favicon / site icon */
:root {
  --oowa-green: #18cf7e;
  --oowa-green-dark: #12a866;
  --oowa-ink: #0f172a;
  --oowa-muted: #64748b;
  --oowa-bg: #f4f7f5;
  --oowa-card: #ffffff;
  --oowa-line: #e2e8e4;
  --oowa-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  --oowa-radius: 16px;
}

html {
  font-family: Manrope, "Segoe UI", sans-serif;
}

body.home,
body.blog,
body.archive,
body.single,
body.search,
body.page,
body.category {
  background: var(--oowa-bg) !important;
  color: var(--oowa-ink);
  font-family: Manrope, "Segoe UI", sans-serif !important;
}

/* ==========================================================================
   Top Bar
   ========================================================================== */
.space-header-height .space-header-top,
.space-header-top {
  background: #0f172a !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 0 !important;
  min-height: 34px !important;
  height: auto !important;
}

.space-header-top .space-wrapper,
.space-header-top-ins {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 4px 15px !important;
  min-height: 34px !important;
}

.space-header-top-menu.box-75 {
  width: 100% !important;
  float: none !important;
}

.space-header-top-soc.box-25 {
  display: none !important;
}

.space-header-height .space-header-top-menu ul.space-top-menu,
.space-header-top-menu ul.space-top-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.space-header-top-menu ul.space-top-menu::-webkit-scrollbar {
  display: none !important;
}

.space-header-height .space-header-top-menu ul.space-top-menu li,
.space-header-top-menu ul.space-top-menu li {
  display: inline-flex !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
}

.space-header-height .space-header-top-menu ul.space-top-menu li a,
.space-header-top-menu a {
  display: inline-block !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  font-family: Manrope, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all 0.15s ease !important;
  line-height: 1.4 !important;
}

.space-header-height .space-header-top-menu ul.space-top-menu li a:hover,
.space-header-top-menu a:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
}

/* ==========================================================================
   Main Header & Navigation
   ========================================================================== */
.space-header-height {
  height: auto !important;
  min-height: 0 !important;
}

.space-header-wrap {
  position: relative !important;
  background: #ffffff !important;
  box-shadow: 0 1px 0 var(--oowa-line) !important;
  z-index: 50 !important;
}

.space-header {
  background: #ffffff !important;
  height: auto !important;
  min-height: 68px !important;
  box-shadow: none !important;
}

.space-header-ins {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 68px !important;
  padding: 4px 15px !important;
  background: #ffffff !important;
}

.space-header-logo.box-25 {
  width: auto !important;
  float: none !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.space-header-menu.box-75 {
  width: auto !important;
  float: none !important;
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin: 0 0 0 16px !important;
  padding: 0 !important;
}

/* Main Nav Menu List */
.space-header-height .space-header-menu ul.main-menu,
.space-header-menu ul.main-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  list-style: none !important;
}

.space-header-height .space-header-menu ul.main-menu > li,
.space-header-menu ul.main-menu > li {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
}

/* Main Nav Top-Level Links */
.space-header-height .space-header-menu ul.main-menu > li > a,
.space-header-menu ul.main-menu > li > a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 22px 12px 10px 12px !important;
  font-family: Manrope, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: var(--oowa-ink) !important;
  border-bottom: 0 !important;
  background: transparent !important;
  border-radius: 10px !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease !important;
}

.space-header-height .space-header-menu ul.main-menu > li > a:hover,
.space-header-height .space-header-menu ul.main-menu > li:hover > a,
.space-header-menu ul.main-menu > li > a:hover,
.space-header-menu ul.main-menu > li:hover > a {
  background: #f1f5f3 !important;
  color: var(--oowa-green-dark) !important;
  border-bottom: 0 !important;
}

/* Menu Item Badges (sitting cleanly at top: 3px, above the text) */
.space-header-height .space-header-menu ul.main-menu > li > a:before,
.space-header-menu ul.main-menu > li > a:before,
ul.main-menu > li.top > a:before,
ul.main-menu > li.new > a:before,
ul.main-menu > li.best > a:before,
ul.main-menu > li.hot > a:before,
ul.main-menu > li.fair > a:before {
  position: absolute !important;
  top: 3px !important;
  left: 12px !important;
  right: auto !important;
  bottom: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: Manrope, sans-serif !important;
  font-size: 8.5px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  padding: 2px 6px !important;
  border-radius: 999px !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  z-index: 10 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}

.space-header-height .space-header-menu ul.main-menu > li.top > a:before,
ul.main-menu > li.top > a:before {
  content: "Основное меню" !important;
  background: #fef3c7 !important;
  color: #b45309 !important;
}

.space-header-height .space-header-menu ul.main-menu > li.new > a:before,
ul.main-menu > li.new > a:before {
  content: "News" !important;
  background: #dcfce7 !important;
  color: #15803d !important;
}

.space-header-height .space-header-menu ul.main-menu > li.best > a:before,
ul.main-menu > li.best > a:before {
  content: "Новое" !important;
  background: #ede9fe !important;
  color: #6d28d9 !important;
}

.space-header-height .space-header-menu ul.main-menu > li.hot > a:before,
ul.main-menu > li.hot > a:before {
  content: "Свежее" !important;
  background: #ffe4e6 !important;
  color: #e11d48 !important;
}

ul.main-menu > li:not(.top):not(.new):not(.best):not(.hot):not(.fair) > a:before {
  display: none !important;
  content: none !important;
}

/* Submenu Dropdown Chevron */
.space-header-height .space-header-menu ul.main-menu > li.menu-item-has-children > a:after,
.space-header-menu ul.main-menu > li.menu-item-has-children > a:after {
  content: "\f078" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-size: 9px !important;
  position: static !important;
  margin-left: 5px !important;
  margin-top: 1px !important;
  display: inline-block !important;
  color: #94a3b8 !important;
  line-height: 1 !important;
  transition: transform 0.15s ease, color 0.15s ease !important;
}

.space-header-height .space-header-menu ul.main-menu > li.menu-item-has-children:hover > a:after,
.space-header-menu ul.main-menu > li.menu-item-has-children:hover > a:after {
  transform: translateY(1px) !important;
  color: var(--oowa-green-dark) !important;
}

/* Submenu Dropdown Panels */
.space-header-height .space-header-menu ul.main-menu > li ul.sub-menu,
.space-header-menu ul.main-menu > li ul.sub-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  min-width: 240px !important;
  max-width: 320px !important;
  width: max-content !important;
  background: #ffffff !important;
  border: 1px solid var(--oowa-line) !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1) !important;
  padding: 8px !important;
  z-index: 100 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(6px) !important;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease !important;
}

.space-header-height .space-header-menu ul.main-menu > li:hover > ul.sub-menu,
.space-header-menu ul.main-menu > li:hover > ul.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.space-header-menu ul.main-menu > li ul.sub-menu li {
  width: 100% !important;
  float: none !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.space-header-menu ul.main-menu > li ul.sub-menu li a {
  display: block !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  font-family: Manrope, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  background: transparent !important;
  border-bottom: 0 !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
  white-space: normal !important;
  transition: background 0.15s ease, color 0.15s ease !important;
}

.space-header-menu ul.main-menu > li ul.sub-menu li a:hover {
  background: #f1f5f3 !important;
  color: var(--oowa-green-dark) !important;
}

.space-header-menu ul.main-menu > li ul.sub-menu li a:before,
.space-header-menu ul.main-menu > li ul.sub-menu li a:after {
  display: none !important;
  content: none !important;
}

/* Search Button */
.space-header-search {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 8px !important;
  flex-shrink: 0 !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
}

.space-header-search i.desktop-search-button,
.desktop-search-button {
  width: 38px !important;
  height: 38px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #334155 !important;
  font-size: 15px !important;
  cursor: pointer !important;
  background: transparent !important;
  transition: background 0.15s ease, color 0.15s ease !important;
}

.space-header-search i.desktop-search-button:hover,
.desktop-search-button:hover {
  background: #f1f5f3 !important;
  color: var(--oowa-ink) !important;
}

.space-mobile-menu-icon {
  display: none !important;
}

@media (max-width: 991px) {
  .space-header-menu {
    display: none !important;
  }
  .space-mobile-menu-icon {
    display: flex !important;
    position: static !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    margin-left: 8px !important;
  }
}

.space-mobile-menu .space-mobile-menu-block {
  background: #ffffff !important;
  font-family: Manrope, sans-serif !important;
}

.space-header-search-block {
  background: rgba(15, 23, 42, 0.6) !important;
}

.space-header-search-block-ins input {
  border-radius: 14px !important;
  font-family: Manrope, sans-serif !important;
  padding: 14px 18px !important;
}

/* ==========================================================================
   Archive & Loop Post Cards
   ========================================================================== */
.space-title-box,
.space-title-box-ins {
  background: var(--oowa-card) !important;
  border-bottom: 1px solid var(--oowa-line);
}

.space-title-box-h1 h1 {
  font-family: Manrope, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
  color: var(--oowa-ink) !important;
}

.space-archive-loop-item.oowa-card,
.space-archive-loop-item {
  position: relative;
  background: var(--oowa-card);
  border-radius: var(--oowa-radius);
  box-shadow: var(--oowa-shadow);
  border: 1px solid var(--oowa-line);
  overflow: hidden;
  margin: 0 0 18px !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.space-archive-loop-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}

.space-archive-loop-item-img-link img,
.space-archive-loop-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.space-archive-loop-item-title,
.space-archive-loop-item-title a,
h2.space-archive-loop-item-title,
h2.space-archive-loop-item-title a {
  font-family: Manrope, sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.3;
  color: var(--oowa-ink) !important;
}

.space-archive-loop-item-excerpt {
  color: var(--oowa-muted);
  font-size: 15px;
}

.space-archive-loop-item-more a,
.read-more a {
  color: var(--oowa-green-dark) !important;
  font-weight: 700;
  text-decoration: none !important;
}

a.oowa-card-hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  font-size: 0;
}

.space-archive-loop-item-img-category,
.space-archive-loop-item-more,
.read-more,
.space-archive-loop-item a:not(.oowa-card-hit) {
  position: relative;
  z-index: 3;
}

.space-archive-loop-item-img-category a,
.space-news-3-item-img-category a,
.space-title-box-category a {
  background: #dcfce7 !important;
  color: #166534 !important;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
}

/* Search form on feed */
.oowa-feed-search {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  padding: 10px 14px;
  background: var(--oowa-card);
  border: 1px solid var(--oowa-line);
  border-radius: 12px;
  box-shadow: var(--oowa-shadow);
}

.oowa-feed-search input[type="search"] {
  width: 100%;
  border: 0 !important;
  outline: none;
  font: 500 14px/1.4 Manrope, sans-serif;
  background: transparent;
}

/* Category Chips */
.oowa-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.oowa-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--oowa-card);
  border: 1px solid var(--oowa-line);
  color: var(--oowa-muted) !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}

.oowa-chip.is-active,
.oowa-chip:hover {
  background: var(--oowa-ink);
  border-color: var(--oowa-ink);
  color: #ffffff !important;
}

/* Promo code copy button */
.oowa-copy {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  padding: 6px 12px;
  border: 2px dashed rgba(24, 207, 126, 0.55);
  border-radius: 10px;
  background: #ffffff;
  color: var(--oowa-ink);
  font: 800 12px/1 Manrope, ui-monospace, monospace;
  cursor: pointer;
  vertical-align: middle;
}

.oowa-copy.is-copied {
  background: var(--oowa-green);
  border-color: var(--oowa-green);
  color: #ffffff;
}

/* Load more button */
.oowa-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 8px 0 20px;
  padding: 14px 20px;
  border: 1px solid var(--oowa-line);
  border-radius: 16px;
  background: var(--oowa-card);
  color: var(--oowa-ink);
  font: 700 15px/1 Manrope, sans-serif;
  cursor: pointer;
  box-shadow: var(--oowa-shadow);
}

.oowa-load-more:hover {
  border-color: rgba(24, 207, 126, 0.45);
  color: var(--oowa-green-dark);
}

.oowa-load-more[disabled] {
  opacity: 0.6;
  cursor: default;
}

/* Single page content & wrappers */
.space-page-content,
.space-page-content-box,
.space-single-content {
  background: var(--oowa-card);
  border-radius: var(--oowa-radius);
  box-shadow: var(--oowa-shadow);
  border: 1px solid var(--oowa-line);
}

.space-news-3-item-ins,
.space-news-4-item {
  background: var(--oowa-card);
  border-radius: 14px;
  box-shadow: var(--oowa-shadow);
  overflow: hidden;
  border: 1px solid var(--oowa-line);
}

.space-breadcrumbs,
.space-breadcrumbs a {
  font-size: 13px;
  color: var(--oowa-muted) !important;
}

.space-page-content a {
  color: var(--oowa-green-dark);
}

.space-archive-loop-item-title-box-ins {
  padding: 18px 20px 16px !important;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.space-footer,
.space-footer-copy,
.space-footer-top {
  background: #0f172a !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.space-footer a,
.space-footer-copy a,
.space-footer-menu a {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* ==========================================================================
   Brand Placeholder Tiles
   ========================================================================== */
.oowa-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 180px;
  height: 100%;
  padding: 18px 12px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #334155, #0f172a);
}

.oowa-tile-title {
  position: relative;
  font: 800 20px/1.15 Manrope, sans-serif;
}

.oowa-tile-sub {
  position: relative;
  font: 600 11px/1 Manrope, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.75;
}

.oowa-tile-yandex { background: linear-gradient(135deg, #ef4444, #f97316); }
.oowa-tile-travel { background: linear-gradient(135deg, #0ea5e9, #2563eb); }
.oowa-tile-kinopoisk { background: linear-gradient(135deg, #f97316, #b45309); }
.oowa-tile-ozon { background: linear-gradient(135deg, #2563eb, #1e3a8a); }
.oowa-tile-market { background: linear-gradient(135deg, #fbbf24, #f97316); }
.oowa-tile-shopping { background: linear-gradient(135deg, #8b5cf6, #4c1d95); }
.oowa-tile-tech { background: linear-gradient(135deg, #64748b, #0f172a); }
.oowa-tile-plus { background: linear-gradient(135deg, #7c3aed, #f97316); }
.oowa-tile-ivi { background: linear-gradient(135deg, #db2777, #9f1239); }
.oowa-tile-okko { background: linear-gradient(135deg, #6d28d9, #1e1b4b); }
.oowa-tile-pyaterochka { background: linear-gradient(135deg, #ef4444, #7f1d1d); }
.oowa-tile-magnit { background: linear-gradient(135deg, #e11d48, #7f1d1d); }
.oowa-tile-aliexpress { background: linear-gradient(135deg, #f97316, #dc2626); }
.oowa-tile-kuper { background: linear-gradient(135deg, #10b981, #166534); }
.oowa-tile-lavka { background: linear-gradient(135deg, #f59e0b, #c2410c); }
.oowa-tile-perekrestok { background: linear-gradient(135deg, #16a34a, #14532d); }
.oowa-tile-vkmusic { background: linear-gradient(135deg, #3b82f6, #312e81); }
.oowa-tile-premier { background: linear-gradient(135deg, #c026d3, #6b21a8); }
.oowa-tile-auchan { background: linear-gradient(135deg, #dc2626, #7f1d1d); }
.oowa-tile-default { background: linear-gradient(135deg, #18cf7e, #0f766e); }

.space-news-9-item-img .oowa-tile,
.space-news-3-item-img .oowa-tile {
  min-height: 220px;
}

.oowa-hide-empty-news,
.space-news-9-item:empty {
  display: none !important;
}

.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.navigation.pagination .page-numbers {
  border-radius: 10px !important;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.oowa-updated {
  margin: 0 0 16px;
  color: var(--oowa-muted);
  font-size: 13px;
  font-weight: 600;
}

.oowa-post-nav {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--oowa-line);
}

.space-page-content table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 12px;
}

.space-header-search-block input {
  font-family: Manrope, sans-serif;
  border-radius: 12px !important;
}

@media (max-width: 767px) {
  h2.space-archive-loop-item-title,
  h2.space-archive-loop-item-title a {
    font-size: 17px !important;
  }
  .space-news-9-item-title-box a {
    font-size: 22px !important;
  }
  .space-news-9-item-info-wrap {
    padding: 22px 20px !important;
  }
}

/* ==========================================================================
   Featured Slider «Последние новости»
   ========================================================================== */
.space-footer-top {
  padding-top: 28px;
  padding-bottom: 12px;
}

.space-news-9 {
  overflow: visible;
}

.space-news-9 .space-block-title {
  margin-bottom: 18px;
}

.space-news-9 .space-block-title span {
  color: #ffffff !important;
  font-family: Manrope, sans-serif !important;
  font-weight: 800 !important;
  font-size: 28px !important;
  letter-spacing: -0.03em;
}

.space-news-9-item-ins {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 16px !important;
}

.space-news-9-item-background {
  background: #0b1c1c !important;
  border-radius: 16px !important;
  overflow: hidden;
  min-height: 340px;
}

.space-news-9-item-info {
  background: linear-gradient(90deg, #0e1a1a 0%, rgba(14, 26, 26, 0.88) 72%, rgba(14, 26, 26, 0.2) 100%) !important;
  z-index: 1;
}

.space-news-9-item-info-wrap {
  padding: 36px 40px !important;
}

.space-news-9-item-info-category span {
  background: var(--oowa-green) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  padding: 4px 10px !important;
}

.space-news-9-item-title-box,
.space-news-9-item-title-box a {
  font-family: Manrope, sans-serif !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
}

.space-news-9-item-title-box a:hover {
  color: #bbf7d0 !important;
}

.space-news-9-item-info-meta,
.space-news-9-item-info-meta span,
.space-news-9-item-info-excerpt {
  color: rgba(255, 255, 255, 0.72) !important;
}

.space-news-9-item img,
.space-news-9-item-background .space-news-9-item-img img {
  border-radius: 0 !important;
  object-fit: cover;
  height: 100%;
}

.space-news-9-items .owl-nav {
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  display: flex;
  gap: 8px;
  bottom: 20px !important;
  right: 20px !important;
  border-radius: 0 !important;
}

.space-news-9-items .owl-nav button {
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
}

.space-news-9-items .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.28) !important;
}

/* ==========================================================================
   Article Typography & Content
   ========================================================================== */
.space-title-box-h1 h1 {
  font-size: 32px !important;
  line-height: 1.2 !important;
}

.space-page-content {
  padding: 28px 32px !important;
}

.space-page-content h2,
.space-page-content h3 {
  font-family: Manrope, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  color: var(--oowa-ink) !important;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 1.6em;
}

.space-page-content h2::before,
.space-page-content h3::before {
  content: "";
  width: 6px;
  height: 22px;
  border-radius: 999px;
  background: var(--oowa-green);
  flex-shrink: 0;
}

.space-page-content p,
.space-page-content li {
  font-size: 15px;
  line-height: 1.7;
}

.space-page-content table {
  width: 100%;
  background: #f8faf9;
  border: 1px solid var(--oowa-line);
}

.space-page-content table th {
  background: #ecfdf3;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.space-page-content table td,
.space-page-content table th {
  padding: 10px 12px;
  border-bottom: 1px solid var(--oowa-line);
}

.space-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.space-title-box-category a {
  margin-right: 6px;
}

.oowa-post-nav .nav-links,
.oowa-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.oowa-post-nav a,
.oowa-post-nav .nav-previous a,
.oowa-post-nav .nav-next a {
  display: block;
  padding: 14px 16px;
  background: var(--oowa-card);
  border: 1px solid var(--oowa-line);
  border-radius: 16px;
  box-shadow: var(--oowa-shadow);
  color: var(--oowa-ink) !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
}

.oowa-post-nav a:hover {
  border-color: rgba(24, 207, 126, 0.45);
  color: var(--oowa-green-dark) !important;
}

/* Related, widgets, comments */
.space-news-3 {
  margin-top: 12px;
}

.space-news-3 .space-block-title span,
.space-widget-title,
.space-block-title span {
  font-family: Manrope, sans-serif !important;
  font-weight: 800;
}

.space-news-3-item-title a {
  font-family: Manrope, sans-serif !important;
  font-weight: 700 !important;
  color: var(--oowa-ink) !important;
}

.space-comments-form-box,
.space-comments-list-items-ins,
#comments,
.space-comments {
  background: var(--oowa-card);
  border: 1px solid var(--oowa-line);
  border-radius: 16px;
  box-shadow: var(--oowa-shadow);
  padding: 20px;
  margin-top: 18px;
}

.space-comments input[type="text"],
.space-comments input[type="email"],
.space-comments textarea,
.comment-form input,
.comment-form textarea {
  border-radius: 12px !important;
  border: 1px solid var(--oowa-line) !important;
  font-family: Manrope, sans-serif !important;
}

.space-comments input[type="submit"],
.comment-form .submit,
.form-submit input {
  background: var(--oowa-green) !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-family: Manrope, sans-serif !important;
  padding: 10px 18px !important;
}

.space-widget,
.space-default-widget {
  background: var(--oowa-card);
  border: 1px solid var(--oowa-line);
  border-radius: 16px;
  box-shadow: var(--oowa-shadow);
  overflow: hidden;
}

.space-to-top a {
  color: var(--oowa-green-dark) !important;
}

body.um-page-login .um,
body.um-page-register .um {
  font-family: Manrope, sans-serif;
}

@media (max-width: 991px) {
  .oowa-post-nav .nav-links,
  .oowa-post-nav {
    grid-template-columns: 1fr;
  }
}
