/* =============================================
   Review Smartwatch — Design System
   Palette: violet #7c3aed → indigo #4f46e5 → cyan #06b6d4
============================================= */

:root {
  --rsmw-gradient: linear-gradient(90deg, #7c3aed, #4f46e5, #06b6d4);
  --rsmw-accent:  #7c3aed;
  --rsmw-dark:    #1e1b2e;
  --rsmw-mid:     #374151;
  --rsmw-light:   #6b7280;
  --rsmw-border:  #e5e7eb;
  --rsmw-bg:      #f9fafb;
}

/* ── Site Header (sticky unified block) ── */
.rsmw-site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
}
.rsmw-site-header.rsmw-scrolled {
  box-shadow: 0 2px 16px rgba(124,58,237,0.10);
}

/* ── Top bar ── */
.rsmw-top-bar {
  background: #7c3aed;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rsmw-top-bar p {
  color: #fff;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1;
}

/* ── Main header ── */
.rsmw-main-header {
  background: #fff;
  border-bottom: 1px solid var(--rsmw-border);
}
.rsmw-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 32px;
}

/* ── Logo ── */
.rsmw-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  flex-shrink: 0;
}
.rsmw-logo-icon {
  width: 44px;
  height: 44px;
}
.rsmw-logo-wordmark {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rsmw-logo-top {
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  font-weight: 900;
  background: var(--rsmw-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.01em;
}
.rsmw-logo-bottom {
  font-family: 'Nunito', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #4b5563;
}

/* ── Main nav ── */
.rsmw-main-nav {
  margin-left: auto;
  flex-shrink: 0;
}
.rsmw-main-nav > ul.menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rsmw-main-nav > ul.menu > li { list-style: none; position: relative; }
.rsmw-main-nav > ul.menu > li > a {
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
  color: var(--rsmw-mid) !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 4px;
  white-space: nowrap;
  transition: color 0.15s;
}
.rsmw-main-nav > ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0;
  width: 0; height: 2px;
  background: var(--rsmw-gradient);
  border-radius: 2px;
  transition: width 0.2s ease;
}
.rsmw-main-nav > ul.menu > li:hover > a,
.rsmw-main-nav > ul.menu > .current-menu-item > a,
.rsmw-main-nav > ul.menu > .current_page_item > a {
  color: var(--rsmw-dark) !important;
}
.rsmw-main-nav > ul.menu > li:hover > a::after,
.rsmw-main-nav > ul.menu > .current-menu-item > a::after,
.rsmw-main-nav > ul.menu > .current_page_item > a::after { width: 100%; }
.rsmw-main-nav .sub-menu { display: none !important; }

/* ── Search button ── */
.rsmw-search-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--rsmw-light);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 8px;
  flex-shrink: 0;
  transition: color 0.15s, background 0.15s;
}
.rsmw-search-btn:hover { color: #7c3aed; background: #f5f3ff; }

/* ── Hamburger ── */
.rsmw-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  margin-left: auto;
  flex-shrink: 0;
}
.rsmw-hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--rsmw-dark);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.rsmw-hamburger.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.rsmw-hamburger.is-active span:nth-child(2) { opacity: 0; }
.rsmw-hamburger.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Category strip ── */
.rsmw-category-strip {
  background: #f9fafb;
  border-bottom: 1px solid var(--rsmw-border);
  overflow-x: auto;
  scrollbar-width: none;
}
.rsmw-category-strip::-webkit-scrollbar { display: none; }
.rsmw-category-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  height: 40px;
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
}
.rsmw-category-strip-inner::-webkit-scrollbar { display: none; }
.rsmw-category-strip-inner a {
  text-decoration: none !important;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--rsmw-light);
  white-space: nowrap;
  padding: 0 16px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 2px solid transparent;
  transition: color 0.15s;
}
.rsmw-category-strip-inner a:first-child { padding-left: 0; }
.rsmw-category-strip-inner a:hover { color: var(--rsmw-dark); }
.rsmw-category-strip-inner a:hover::after,
.rsmw-category-strip-inner a.active::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--rsmw-gradient);
}
.rsmw-category-strip-inner a.active {
  color: var(--rsmw-dark);
  font-weight: 600;
}

/* ── Mobile menu ── */
.rsmw-mobile-menu {
  display: none;
  background: #fff;
  border-top: 1px solid var(--rsmw-border);
}
.rsmw-mobile-menu.is-open { display: block; }
.rsmw-mobile-menu > ul.menu {
  list-style: none;
  margin: 12px 0 20px;
  padding: 0 20px;
}
.rsmw-mobile-menu > ul.menu > li { list-style: none; }
.rsmw-mobile-menu > ul.menu > li > a {
  display: block;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 500;
  color: var(--rsmw-mid) !important;
  padding: 12px 0;
  border-bottom: 1px solid var(--rsmw-border);
  transition: color 0.15s;
}
.rsmw-mobile-menu > ul.menu > li:last-child > a { border-bottom: none; }
.rsmw-mobile-menu > ul.menu > li > a:hover { color: #7c3aed !important; }

/* ── Search overlay ── */
.rsmw-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 120px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.rsmw-search-overlay.is-open { pointer-events: all; opacity: 1; }
.rsmw-search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17,24,39,0.6);
  backdrop-filter: blur(2px);
}
.rsmw-search-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 24px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.rsmw-search-form {
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 12px;
}
.rsmw-search-form > svg { color: var(--rsmw-light); flex-shrink: 0; }
.rsmw-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 18px;
  height: 64px;
  color: var(--rsmw-dark);
  background: transparent;
}
.rsmw-search-input::placeholder { color: var(--rsmw-border); }
.rsmw-search-close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--rsmw-light);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 6px;
  flex-shrink: 0;
  transition: color 0.15s, background 0.15s;
}
.rsmw-search-close:hover { color: var(--rsmw-dark); background: var(--rsmw-border); }

/* ── Blocksy overrides ── */
.entry-title, .page-title, h1.title, .ct-post-title { text-align: left !important; }

/* ── Header responsive ── */
@media (max-width: 768px) {
  .rsmw-main-nav, .rsmw-search-btn { display: none !important; }
  .rsmw-hamburger { display: flex !important; }
  .rsmw-header-inner { gap: 0; padding: 0 20px; }
  .rsmw-category-strip-inner { padding: 0 20px; }
  .rsmw-logo-top { font-size: 18px; }
}
@media (max-width: 420px) {
  .rsmw-logo-bottom { display: none; }
  .rsmw-top-bar p { font-size: 10px; }
}

/* =============================================
   Content Layout — Home
============================================= */

.rsmw-page-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px 64px;
}

/* ── Hero section ── */
.rsmw-hero-section {
  display: grid;
  grid-template-columns: 1fr 37%;
  gap: 40px;
  margin-bottom: 56px;
  align-items: start;
}
.rsmw-hero-thumb-link { display: block; text-decoration: none !important; }
.rsmw-hero-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background: var(--rsmw-border);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rsmw-hero-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
.rsmw-hero-thumb-link:hover .rsmw-hero-thumb img { transform: scale(1.03); }
.rsmw-hero-emoji { font-size: 64px; }
.rsmw-hero-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.rsmw-tag {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background: var(--rsmw-gradient);
  color: #fff;
  padding: 3px 10px;
  border-radius: 20px;
}
.rsmw-hero-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--rsmw-dark);
  margin: 0 0 14px;
}
.rsmw-hero-title a { text-decoration: none !important; color: inherit !important; }
.rsmw-hero-title a:hover { color: #7c3aed !important; }
.rsmw-hero-excerpt {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--rsmw-light);
  margin: 0 0 18px;
}
.rsmw-hero-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 12.5px;
  color: var(--rsmw-light);
}
.rsmw-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--rsmw-light); display: inline-block; }

/* ── Rankings sidebar ── */
.rsmw-rankings { border-left: 1px solid var(--rsmw-border); padding-left: 32px; }
.rsmw-rankings-heading {
  font-family: 'Nunito', sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rsmw-light);
  margin: 0 0 10px;
}
.rsmw-rankings-bar { height: 3px; background: var(--rsmw-gradient); border-radius: 2px; margin-bottom: 20px; }
.rsmw-ranking-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rsmw-border);
}
.rsmw-ranking-item:last-child { border-bottom: none; }
.rsmw-ranking-thumb {
  display: block;
  width: 72px; height: 56px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--rsmw-border);
  flex-shrink: 0;
  text-decoration: none !important;
}
.rsmw-ranking-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rsmw-ranking-thumb span { display: flex; align-items: center; justify-content: center; height: 100%; font-size: 24px; }
.rsmw-ranking-info { display: flex; flex-direction: column; justify-content: center; }
.rsmw-ranking-cat {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7c3aed;
  margin: 0 0 4px;
}
.rsmw-ranking-title {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--rsmw-dark);
  margin: 0 0 5px;
}
.rsmw-ranking-title a { text-decoration: none !important; color: inherit !important; }
.rsmw-ranking-title a:hover { color: #7c3aed !important; }
.rsmw-ranking-date { font-family: 'DM Sans', system-ui, sans-serif; font-size: 11px; color: var(--rsmw-light); }

/* ── Posts section ── */
.rsmw-section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.rsmw-section-label {
  font-family: 'Nunito', sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rsmw-dark);
  white-space: nowrap;
}
.rsmw-section-line { flex: 1; height: 2px; background: var(--rsmw-gradient); border-radius: 2px; }
.rsmw-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* ── Post card ── */
.rsmw-post-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--rsmw-border);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
}
.rsmw-post-card:hover { box-shadow: 0 8px 28px rgba(124,58,237,0.10); transform: translateY(-2px); }
.rsmw-card-thumb-link { display: block; text-decoration: none !important; }
.rsmw-card-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--rsmw-border);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rsmw-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s ease; }
.rsmw-card-thumb-link:hover .rsmw-card-thumb img { transform: scale(1.05); }
.rsmw-card-emoji { font-size: 40px; }
.rsmw-card-body { padding: 18px 18px 16px; display: flex; flex-direction: column; flex: 1; }
.rsmw-card-title {
  font-family: 'DM Serif Display', serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--rsmw-dark);
  margin: 0 0 10px;
}
.rsmw-card-title a { text-decoration: none !important; color: inherit !important; }
.rsmw-card-title a:hover { color: #7c3aed !important; }
.rsmw-card-excerpt {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--rsmw-light);
  margin: 0 0 auto;
  padding-bottom: 14px;
}
.rsmw-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--rsmw-border);
  margin-top: 12px;
}
.rsmw-card-date { font-family: 'DM Sans', system-ui, sans-serif; font-size: 11.5px; color: var(--rsmw-light); }
.rsmw-card-cta {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #7c3aed !important;
  text-decoration: none !important;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.rsmw-card-cta:hover { color: #06b6d4 !important; }
.rsmw-empty-state { padding: 80px 0; text-align: center; color: var(--rsmw-light); font-family: 'DM Sans', system-ui, sans-serif; font-size: 16px; }

/* ── Footer ── */
.rsmw-footer {
  background: var(--rsmw-dark);
  padding: 48px 0 32px;
  margin-top: 64px;
}
.rsmw-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.rsmw-footer-logo { display: flex; align-items: center; gap: 10px; text-decoration: none !important; }
.rsmw-footer-brand {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 800;
  background: var(--rsmw-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.rsmw-footer-nav ul.menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 24px;
  list-style: none;
  margin: 0; padding: 0;
}
.rsmw-footer-nav ul.menu li { list-style: none; }
.rsmw-footer-nav ul.menu a {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #9ca3af !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  transition: color 0.15s;
}
.rsmw-footer-nav ul.menu a:hover { color: #fff !important; }
.rsmw-footer-network {
  width: 100%;
  border-top: 1px solid #374151;
  padding-top: 20px;
  text-align: center;
}
.rsmw-footer-network-label {
  font-family: 'Nunito', sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 12px;
}
.rsmw-footer-network-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 20px;
}
.rsmw-footer-network-list li { list-style: none; }
.rsmw-footer-network-list a {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #9ca3af !important;
  text-decoration: none !important;
  transition: color 0.15s;
}
.rsmw-footer-network-list a:hover { color: #fff !important; }
.rsmw-footer-network-list a[aria-current="page"] {
  background: var(--rsmw-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}
.rsmw-footer-copy {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 12px;
  color: #6b7280;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #374151;
  width: 100%;
  text-align: center;
}

/* ── Home responsive ── */
@media (max-width: 1024px) {
  .rsmw-hero-section { grid-template-columns: 1fr 42%; gap: 28px; }
  .rsmw-posts-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .rsmw-page-body { padding: 24px 20px 48px; }
  .rsmw-hero-section { grid-template-columns: 1fr; }
  .rsmw-rankings { border-left: none; padding-left: 0; border-top: 1px solid var(--rsmw-border); padding-top: 28px; }
  .rsmw-posts-grid { grid-template-columns: 1fr; }
  .rsmw-footer-inner { padding: 0 20px; }
}

/* =============================================
   Single Post — Article
============================================= */

.rsmw-article-page { background: #fff; }
.rsmw-article-wrap { max-width: 800px; margin: 0 auto; padding: 0 24px 80px; }

.rsmw-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 24px 0 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 13px;
  color: var(--rsmw-light);
}
.rsmw-breadcrumb a { color: var(--rsmw-light) !important; text-decoration: none !important; transition: color 0.15s; }
.rsmw-breadcrumb a:hover { color: #7c3aed !important; }
.rsmw-breadcrumb span[aria-hidden] { color: var(--rsmw-border); }
.rsmw-breadcrumb-current { color: var(--rsmw-mid); font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 260px; }

.rsmw-article-header { padding: 20px 0 0; }
.rsmw-article-cat {
  display: inline-block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--rsmw-gradient);
  color: #fff !important;
  border-radius: 4px;
  padding: 3px 10px;
  margin-bottom: 18px;
  text-decoration: none !important;
}
.rsmw-article-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(26px, 4.5vw, 38px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--rsmw-dark);
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}
.rsmw-article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rsmw-border);
  flex-wrap: wrap;
}
.rsmw-meta-author { display: flex; align-items: center; gap: 10px; }
.rsmw-meta-avatar { width: 36px; height: 36px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: var(--rsmw-gradient); }
.rsmw-meta-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rsmw-meta-name { font-family: 'DM Sans', system-ui, sans-serif; font-size: 14px; font-weight: 600; color: var(--rsmw-dark); }
.rsmw-meta-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--rsmw-border); flex-shrink: 0; }
.rsmw-meta-date, .rsmw-meta-read { font-family: 'DM Sans', system-ui, sans-serif; font-size: 13px; color: var(--rsmw-light); }
.rsmw-share-btn {
  margin-left: auto;
  background: none;
  border: 1px solid var(--rsmw-border);
  border-radius: 8px;
  padding: 7px 14px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--rsmw-mid);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: border-color 0.15s, color 0.15s;
}
.rsmw-share-btn:hover { border-color: #7c3aed; color: #7c3aed; }

.rsmw-article-hero { margin: 32px 0; border-radius: 12px; overflow: hidden; aspect-ratio: 16/9; background: var(--rsmw-border); }
.rsmw-article-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Article body typography */
.rsmw-article-body { padding-bottom: 48px; }
.rsmw-article-body p { font-family: 'DM Sans', system-ui, sans-serif; font-size: 18px; line-height: 1.78; color: var(--rsmw-mid); margin-bottom: 24px; }
.rsmw-article-body h2 { font-family: 'DM Sans', system-ui, sans-serif; font-size: 24px; font-weight: 700; color: var(--rsmw-dark); margin: 48px 0 20px; padding-top: 8px; border-top: 1px solid var(--rsmw-border); }
.rsmw-article-body h3 { font-family: 'DM Sans', system-ui, sans-serif; font-size: 20px; font-weight: 700; color: var(--rsmw-dark); margin: 36px 0 16px; }
.rsmw-article-body h4 { font-family: 'DM Sans', system-ui, sans-serif; font-size: 16px; font-weight: 700; color: var(--rsmw-dark); margin: 28px 0 12px; }
.rsmw-article-body a { background: var(--rsmw-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-decoration: underline; text-decoration-color: #7c3aed; font-weight: 500; }
.rsmw-article-body ul, .rsmw-article-body ol { font-family: 'DM Sans', system-ui, sans-serif; font-size: 17px; line-height: 1.7; color: var(--rsmw-mid); margin: 0 0 24px 24px; padding: 0; }
.rsmw-article-body li { margin-bottom: 8px; }
.rsmw-article-body blockquote { background: var(--rsmw-bg); border-left: 4px solid transparent; border-image: var(--rsmw-gradient) 1; border-radius: 0 8px 8px 0; padding: 18px 24px; margin: 32px 0; font-style: italic; color: var(--rsmw-mid); }
.rsmw-article-body blockquote p { font-size: 17px; margin: 0; }
.rsmw-article-body img { width: 100%; height: auto; border-radius: 8px; display: block; margin: 28px 0; }
.rsmw-article-body figure { margin: 28px 0; }
.rsmw-article-body figcaption { font-size: 13px; color: var(--rsmw-light); text-align: center; margin-top: 8px; }
.rsmw-article-body table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 28px 0; }
.rsmw-article-body th { background: var(--rsmw-dark); color: #fff; padding: 10px 16px; text-align: left; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.rsmw-article-body td { padding: 10px 16px; border-bottom: 1px solid var(--rsmw-border); color: var(--rsmw-mid); }
.rsmw-article-body tr:last-child td { border-bottom: none; }
.rsmw-article-body tr:nth-child(even) td { background: var(--rsmw-bg); }

/* Author bio */
.rsmw-author-bio { display: flex; align-items: flex-start; gap: 20px; background: var(--rsmw-bg); border: 1px solid var(--rsmw-border); border-radius: 12px; padding: 24px; margin: 16px 0 32px; }
.rsmw-author-avatar { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: var(--rsmw-gradient); }
.rsmw-author-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rsmw-author-name { font-family: 'DM Sans', system-ui, sans-serif; font-size: 15px; font-weight: 700; color: var(--rsmw-dark); margin-bottom: 3px; }
.rsmw-author-role { font-family: 'DM Sans', system-ui, sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; background: var(--rsmw-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 10px; }
.rsmw-author-desc { font-family: 'DM Sans', system-ui, sans-serif; font-size: 14px; line-height: 1.6; color: var(--rsmw-light); }

/* Related posts */
.rsmw-related { padding: 40px 0 0; border-top: 2px solid var(--rsmw-dark); margin-top: 8px; }
.rsmw-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 24px; }
.rsmw-related-card { display: block; text-decoration: none !important; }
.rsmw-related-thumb { width: 100%; aspect-ratio: 16/9; border-radius: 8px; overflow: hidden; background: var(--rsmw-border); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.rsmw-related-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rsmw-related-emoji { font-size: 28px; }
.rsmw-related-cat { font-family: 'DM Sans', system-ui, sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; background: var(--rsmw-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 6px; }
.rsmw-related-title { font-family: 'DM Sans', system-ui, sans-serif; font-size: 14px; font-weight: 700; line-height: 1.45; color: var(--rsmw-dark) !important; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 6px; transition: color 0.15s; }
.rsmw-related-card:hover .rsmw-related-title { color: #7c3aed !important; }
.rsmw-related-date { font-family: 'DM Sans', system-ui, sans-serif; font-size: 12px; color: var(--rsmw-light); }

@media (max-width: 768px) {
  .rsmw-article-wrap { padding: 0 16px 60px; }
  .rsmw-related-grid { grid-template-columns: 1fr 1fr; }
  .rsmw-share-btn { display: none; }
}
@media (max-width: 480px) {
  .rsmw-related-grid { grid-template-columns: 1fr; }
}
