/* Canonical WebHostWatch article shell derived from the Stitch template. */
body.ww-article-shell {
  overflow-x: hidden;
  padding-bottom: 5rem;
}

body.ww-article-shell #mobile-menu-drawer.translate-x-full {
  display: none !important;
}

body.ww-article-shell img,
body.ww-article-shell iframe,
body.ww-article-shell table {
  max-width: 100%;
}

@media (max-width: 767px) {
  body.ww-article-shell .article-body .grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.ww-article-shell .article-body .grid > *,
  body.ww-article-shell .article-body ul,
  body.ww-article-shell .article-body li {
    min-width: 0;
  }

  body.ww-article-shell .article-body li.flex {
    flex-wrap: wrap;
  }
}

.ww-article-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.ww-article-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 80rem;
  height: 4rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.ww-article-brand,
body.ww-article-shell > nav.fixed a[href="/"]:first-child {
  display: inline-flex !important;
  align-items: center;
  gap: 0.625rem;
  min-width: 0;
  color: #0f172a;
  font-family: Manrope, Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.ww-article-brand img,
body.ww-article-shell > nav.fixed a[href="/"]:first-child img {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  border-radius: 0.65rem;
}

.ww-article-brand .ww-brand-logo,
body.ww-article-shell > nav.fixed a[href="/"]:first-child .ww-brand-logo {
  width: auto !important;
  height: 2.15rem !important;
  max-width: 14rem;
  border-radius: 0 !important;
  object-fit: contain;
}

.ww-article-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: Manrope, Inter, sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
}

.ww-article-links a {
  color: #475569;
  text-decoration: none;
}

.ww-article-links a:hover,
.ww-article-links a[aria-current="page"] {
  color: #059669;
}

.ww-menu-button {
  display: none;
  border: 0;
  background: transparent;
  color: #334155;
  font: inherit;
  cursor: pointer;
}

.ww-injected-disclosure {
  max-width: 80rem;
  margin: 6rem auto 0;
  padding: 0.7rem 1rem;
  border: 1px solid #fde68a;
  border-radius: 0.5rem;
  background: #fffbeb;
  color: #92400e;
  font-size: 0.78rem;
  line-height: 1.5;
}

body.ww-template-injected main.prose-guide,
body.ww-template-injected main.max-w-3xl {
  padding-top: 2rem !important;
}

main.ww-upgraded-main {
  width: 100%;
  max-width: none !important;
  padding: 2rem 0 5rem !important;
}

.ww-template-hero-section,
.ww-template-content-section {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.ww-template-hero {
  display: grid;
  gap: 2rem;
  align-items: center;
  margin: 2rem 0;
  padding: 2rem;
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 86% 18%, rgba(16, 185, 129, 0.16), transparent 28rem),
    linear-gradient(135deg, #ffffff 0%, #f8fafc 54%, #ecfdf5 100%);
  box-shadow: 0 8px 32px -4px rgba(26, 28, 28, 0.06);
}

.ww-template-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1.2rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.ww-template-title {
  max-width: 52rem;
  margin: 0 0 1rem;
  color: #111827;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(2.05rem, 3.35vw, 3.55rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.ww-template-subtitle {
  max-width: 48rem;
  margin: 0 0 1.4rem;
  color: #475569;
  font-size: 1.12rem;
  line-height: 1.7;
}

.ww-template-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  color: #64748b;
  font-size: 0.93rem;
}

.ww-template-avatar {
  display: none !important;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.55rem;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(188, 202, 192, 0.58);
  overflow: hidden;
}

.ww-template-avatar img {
  width: 1.45rem;
  height: 1.45rem;
  object-fit: contain;
}

.ww-template-logo-card {
  display: flex;
  min-height: 14rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #ffffff;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 32px -4px rgba(26, 28, 28, 0.06);
}

.ww-template-logo-card.ww-logo-card-dark {
  background:
    radial-gradient(circle at 24% 18%, rgba(16, 185, 129, 0.22), transparent 12rem),
    #101827;
}

.ww-template-logo-card img {
  width: auto;
  max-width: min(80%, 22rem);
  max-height: 8rem;
  object-fit: contain;
}

.ww-template-content-grid {
  display: block;
}

.ww-template-sidebar {
  display: none;
}

.ww-template-sidebar-card {
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.2rem;
  box-shadow: 0 8px 32px -4px rgba(26, 28, 28, 0.06);
}

.ww-template-sidebar-card p {
  margin: 0 0 1rem;
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ww-template-sidebar-card a {
  display: block;
  padding: 0.55rem 0;
  color: #64748b;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.ww-template-sidebar-card a:hover {
  color: #059669;
}

.ww-template-article {
  min-width: 0;
}

body.ww-article-shell > nav.fixed .bg-primary,
body.ww-article-shell > nav.fixed a[href="#verdict"],
body.ww-article-shell > nav.fixed a[href="#"],
body.ww-article-shell #mobile-menu-drawer a[href="#"],
body.ww-article-shell #mobile-menu-drawer a[href="#verdict"] {
  display: none !important;
}

body.ww-article-shell .sticky.top-20,
body.ww-article-shell .sticky.top-24 {
  top: 6.25rem !important;
  max-height: calc(100vh - 7.25rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 1rem;
}

body.ww-article-shell aside {
  align-self: start;
}

body.ww-article-shell .merged-review,
body.ww-article-shell .article-callout {
  margin-bottom: 2rem !important;
}

body.ww-article-shell #promo {
  display: none !important;
}

body.ww-article-shell .article-body p,
body.ww-article-shell .prose-guide p {
  font-family: Inter, Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  word-spacing: normal;
  font-kerning: normal;
  text-rendering: auto;
}

body.ww-article-shell .article-body li,
body.ww-article-shell .article-body td,
body.ww-article-shell .prose-guide li,
body.ww-article-shell .prose-guide td {
  font-family: Inter, Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  word-spacing: normal;
  font-kerning: normal;
  text-rendering: auto;
}

body.ww-article-shell .article-body table,
body.ww-article-shell .prose-guide table {
  overflow-wrap: anywhere;
}

body.ww-article-shell footer {
  margin-top: 3rem;
}

/* Stitch v2: integrated article rail and body system. */
body.ww-article-shell .ww-article-layout-grid {
  align-items: start !important;
}

body.ww-article-shell .ww-article-rail {
  position: relative;
}

body.ww-article-shell .ww-article-rail-inner {
  position: static !important;
  top: auto !important;
  max-height: none !important;
  overflow: visible !important;
  gap: 0 !important;
  padding: 0.8rem 0.75rem 1rem;
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 36px rgba(13, 28, 47, 0.055);
  backdrop-filter: blur(14px);
}

body.ww-article-shell .ww-rail-toc,
body.ww-article-shell .ww-rail-specs,
body.ww-article-shell .ww-template-sidebar-card {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 1rem 0.6rem !important;
}

body.ww-article-shell .ww-rail-toc {
  padding-bottom: 0.65rem !important;
}

body.ww-article-shell .ww-rail-specs {
  margin-top: 0.35rem;
  padding-top: 0.95rem !important;
  background: rgba(255, 255, 255, 0.48) !important;
  border-radius: 0.5rem !important;
}

body.ww-article-shell .ww-rail-toc > p,
body.ww-article-shell .ww-rail-specs > p,
body.ww-article-shell .ww-template-sidebar-card > p {
  margin: 0 0 0.75rem !important;
  color: #64748b !important;
  font-size: 0.68rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.ww-article-shell .ww-rail-link {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0;
  min-width: 0;
  margin: 0.1rem 0;
  padding: 0.58rem 0.65rem 0.58rem 0.72rem !important;
  border: 0 !important;
  border-left: 0 !important;
  border-radius: 0.38rem !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #64748b !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  transition: background 0.18s ease, color 0.18s ease;
}

body.ww-article-shell .ww-rail-link::before {
  content: "";
  position: absolute;
  left: 0.18rem;
  top: 50%;
  width: 0.16rem;
  height: 1rem;
  border-radius: 999px;
  background: #059669;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.18s ease;
}

body.ww-article-shell .ww-rail-link .material-symbols-outlined {
  display: none !important;
}

body.ww-article-shell .ww-rail-link:hover,
body.ww-article-shell .ww-rail-link.active {
  background: rgba(255, 255, 255, 0.42) !important;
  box-shadow: none !important;
  color: #0f172a !important;
}

body.ww-article-shell .ww-rail-link.active::before {
  opacity: 1;
}

body.ww-article-shell .ww-rail-link:hover .material-symbols-outlined,
body.ww-article-shell .ww-rail-link.active .material-symbols-outlined {
  display: none !important;
}

body.ww-article-shell .ww-rail-specs ul {
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ww-article-shell .ww-spec-row {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0.85rem;
  align-items: start !important;
  padding: 0.74rem 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(188, 202, 192, 0.26) !important;
  color: #334155;
  line-height: 1.35;
}

body.ww-article-shell .ww-spec-row:first-child {
  border-top: 0 !important;
  padding-top: 0 !important;
}

body.ww-article-shell .ww-spec-label {
  min-width: 0;
  color: #64748b !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
}

body.ww-article-shell .ww-spec-value {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #0f172a !important;
  font-size: 0.83rem !important;
  font-weight: 900 !important;
  text-align: right;
}

body.ww-article-shell .ww-spec-value.text-primary,
body.ww-article-shell .ww-spec-value.text-emerald-600 {
  color: #047857 !important;
}

body.ww-article-shell .ww-main-article {
  min-width: 0;
}

body.ww-article-shell .ww-pros-cons {
  margin: 0 0 3rem !important;
  padding: 1.2rem !important;
  border: 0 !important;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #f8fafc, #eff4ff);
}

body.ww-article-shell .ww-pros-cons > .grid {
  gap: 1rem !important;
}

body.ww-article-shell .ww-pros-cons > .grid > div,
body.ww-article-shell .article-body section#who .grid > div {
  border: 0 !important;
  border-radius: 0.5rem !important;
  background: rgba(255, 255, 255, 0.76) !important;
  padding: 1.25rem !important;
  box-shadow: none !important;
}

body.ww-article-shell .ww-pros-cons h3,
body.ww-article-shell .article-body section#who h3 {
  margin-top: 0 !important;
  letter-spacing: -0.02em;
}

body.ww-article-shell .ww-editorial-callout {
  border: 0 !important;
  border-radius: 0.5rem !important;
  background:
    linear-gradient(135deg, rgba(236, 253, 245, 0.86), rgba(239, 244, 255, 0.84)) !important;
  box-shadow: inset 0 0 0 1px rgba(5, 150, 105, 0.08) !important;
}

body.ww-article-shell .article-body blockquote {
  border: 0 !important;
  border-radius: 0.5rem;
  background: #eff4ff;
  padding: 1.25rem 1.4rem !important;
}

body.ww-article-shell .article-body table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(188, 202, 192, 0.25);
}

body.ww-article-shell .article-body th,
body.ww-article-shell .article-body td {
  border: 0 !important;
  border-bottom: 1px solid rgba(188, 202, 192, 0.24) !important;
}

body.ww-article-shell .article-body tr:last-child td {
  border-bottom: 0 !important;
}

body.ww-article-shell .article-body th {
  background: #eff4ff !important;
}

body.ww-article-shell .ww-metric-strip,
body.ww-article-shell .article-body .grid:has([class*="text-3xl"]),
body.ww-article-shell .article-body .grid:has([class*="text-2xl"]) {
  border-radius: 0.5rem;
  background: #f8fafc;
  padding: 0.6rem;
}

body.ww-article-shell .ww-metric-strip > div,
body.ww-article-shell .article-body .grid:has([class*="text-3xl"]) > div,
body.ww-article-shell .article-body .grid:has([class*="text-2xl"]) > div {
  border: 0 !important;
  border-radius: 0.45rem !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.ww-article-shell .ww-article-section {
  scroll-margin-top: 7rem;
}

body.ww-article-shell #mobile-toc {
  border: 0 !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 12px 40px rgba(13, 28, 47, 0.06) !important;
  backdrop-filter: blur(14px);
}

body.ww-article-shell #mobile-toc-menu {
  border-top: 0 !important;
  background: #f8fafc !important;
}

body.ww-article-shell #mobile-toc-menu a {
  border-radius: 0.75rem !important;
}

body.ww-article-shell .ww-cookie-settings-control {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  max-width: 100% !important;
}

body.ww-article-shell .ww-cookie-notice-inline {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  max-width: 80rem !important;
  margin: 0.75rem auto 0 !important;
  transform: none !important;
  border-radius: 0.75rem !important;
  background: #262626 !important;
  color: #ffffff !important;
  padding: 0.9rem 1rem !important;
  font-size: 0.88rem !important;
  line-height: 1.45 !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16) !important;
}

body.ww-article-shell .ww-cookie-notice-inline p {
  margin: 0 0 0.65rem !important;
  color: inherit !important;
}

body.ww-article-shell .ww-cookie-notice-inline a,
body.ww-article-shell .ww-cookie-notice-inline .cn-learn-more {
  color: #10b981 !important;
}

body.ww-article-shell .ww-cookie-notice-inline .cn-ok,
body.ww-article-shell .ww-cookie-notice-inline .cn-buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

body.ww-article-shell .ww-cookie-notice-inline .cn-ok {
  justify-content: space-between !important;
}

body.ww-article-shell .ww-cookie-notice-inline .cn-buttons {
  margin-left: auto !important;
}

body.ww-article-shell .ww-cookie-notice-inline button,
body.ww-article-shell .ww-cookie-notice-inline .cm-btn {
  border: 0 !important;
  border-radius: 0.35rem !important;
  padding: 0.42rem 0.7rem !important;
  background: #4b5563 !important;
  color: #ffffff !important;
  font: inherit !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}

body.ww-article-shell .ww-cookie-notice-inline .cm-btn-success,
body.ww-article-shell .ww-cookie-notice-inline button:last-child {
  background: #059669 !important;
}

body.ww-article-shell .ww-cookie-notice-after-nav {
  margin-top: 5rem !important;
}

body.ww-article-shell .ww-cookie-settings-row {
  max-width: 80rem;
  margin: 0.45rem auto 0;
  padding: 0 1rem;
  text-align: right;
}

@media (min-width: 1024px) {
  body.ww-article-shell .ww-article-layout-grid {
    display: grid !important;
    grid-template-columns: minmax(15.5rem, 18rem) minmax(0, 1fr) !important;
    gap: clamp(2rem, 4vw, 4rem) !important;
  }

  body.ww-article-shell .ww-article-layout-grid > .ww-article-rail,
  body.ww-article-shell .ww-article-layout-grid > .ww-main-article {
    grid-column: auto !important;
  }

  body.ww-article-shell .ww-article-layout-grid > .ww-article-rail {
    position: sticky !important;
    top: 5.25rem !important;
    max-height: calc(100vh - 6.5rem) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(5, 150, 105, 0.34) transparent;
  }

  .ww-template-hero {
    grid-template-columns: minmax(0, 1.55fr) minmax(16rem, 0.72fr);
    gap: 2.25rem;
    padding: 2.5rem;
  }

  .ww-template-content-grid {
    display: grid;
    grid-template-columns: 17.5rem minmax(0, 1fr);
    gap: 3.25rem;
    align-items: start;
  }

  .ww-template-sidebar {
    display: block;
    position: sticky;
    top: 6.25rem;
    max-height: calc(100vh - 7.25rem);
    overflow-y: auto;
    padding-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  body.ww-article-shell > nav.fixed,
  body.ww-article-shell .ww-article-nav,
  body.ww-article-shell .ww-normalized-nav {
    background: #ffffff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .ww-article-links {
    display: none;
  }

  .ww-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ww-injected-disclosure {
    margin: 5.6rem 1rem 0;
  }

  body.ww-article-shell .sticky.top-20,
  body.ww-article-shell .sticky.top-24 {
    max-height: none;
    overflow: visible;
  }

  body.ww-article-shell {
    padding-bottom: 8rem;
  }

  body.ww-article-shell .ww-cookie-settings-control {
    padding: 0.35rem 0.6rem !important;
    font-size: 0.76rem !important;
    transform: none !important;
  }

  body.ww-article-shell .ww-cookie-settings-row {
    margin: 0.4rem 1rem 0;
    padding: 0;
  }

  body.ww-article-shell .ww-cookie-notice-inline {
    margin: 0.75rem 1rem 0 !important;
    font-size: 0.82rem !important;
  }

  body.ww-article-shell .guide-logo-card {
    min-height: 10.5rem;
    padding: 1.25rem !important;
  }

  body.ww-article-shell .guide-logo-card img {
    width: 4.5rem;
    height: 4.5rem;
  }

  body.ww-article-shell .guide-logo-card p {
    margin-top: 0.45rem !important;
    line-height: 1.35 !important;
  }
}

/* Local icon system. Keep the slow Material Symbols font off the critical path. */
body.ww-article-shell .material-symbols-outlined,
body.ww-article-shell .ww-rail-link .material-symbols-outlined {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1rem !important;
  height: 1rem !important;
  min-width: 1rem !important;
  overflow: hidden !important;
  color: currentColor !important;
  font-family: inherit !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
  vertical-align: -0.125rem !important;
}

body.ww-article-shell .material-symbols-outlined::before,
body.ww-article-shell .ww-rail-link .material-symbols-outlined::before {
  content: "";
  display: block;
  width: 0.58rem;
  height: 0.58rem;
  min-width: 0.58rem;
  border: 1.7px solid currentColor;
  border-radius: 999px;
  text-indent: 0;
}

body.ww-article-shell .ww-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  color: currentColor;
  line-height: 1;
  vertical-align: -0.125rem;
}

body.ww-article-shell .ww-icon::before {
  content: "";
  display: block;
  box-sizing: border-box;
}

body.ww-article-shell .ww-icon-dot::before,
body.ww-article-shell .ww-icon-info::before,
body.ww-article-shell .ww-icon-up::before,
body.ww-article-shell .ww-icon-down::before {
  width: 0.58rem;
  height: 0.58rem;
  border: 1.7px solid currentColor;
  border-radius: 999px;
  background: transparent;
  clip-path: none;
}

body.ww-article-shell .ww-icon-check::before {
  width: 0.82rem;
  height: 0.48rem;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-top: -0.12rem;
}

body.ww-article-shell .ww-icon-x::before {
  width: 0.82rem;
  height: 0.82rem;
  background:
    linear-gradient(45deg, transparent 43%, currentColor 43%, currentColor 57%, transparent 57%),
    linear-gradient(-45deg, transparent 43%, currentColor 43%, currentColor 57%, transparent 57%);
}

body.ww-article-shell .ww-icon-chevron::before {
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -0.2rem;
}

body.ww-article-shell .ww-rail-link .ww-icon {
  display: none !important;
}

body.ww-article-shell .ww-rail-link:hover .ww-icon,
body.ww-article-shell .ww-rail-link.active .ww-icon {
  display: none !important;
}

body.ww-article-shell .ww-rail-link .material-symbols-outlined,
body.ww-article-shell .ww-rail-link .ww-icon,
body.ww-article-shell #toc-nav .sidebar-link .ww-icon,
body.ww-article-shell .ww-template-sidebar-card a .ww-icon {
  display: none !important;
}

body.ww-article-shell .ww-author-icon {
  display: none !important;
}

body.ww-article-shell .ww-author-icon img {
  display: none !important;
}

body.ww-article-shell .ww-pros-cons h3 > .ww-icon,
body.ww-article-shell .article-body section#who h3 > .ww-icon {
  display: none !important;
}

body.ww-article-shell .ww-pros-cons ul,
body.ww-article-shell .article-body section#who ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

body.ww-article-shell .ww-pros-cons li,
body.ww-article-shell .article-body section#who li {
  align-items: flex-start !important;
  gap: 0.65rem !important;
  line-height: 1.55 !important;
}

body.ww-article-shell .ww-pros-cons li .ww-icon,
body.ww-article-shell .article-body section#who li .ww-icon {
  flex: 0 0 1rem !important;
  margin-top: 0.22rem !important;
}

body.ww-article-shell .ww-pros-cons h3 {
  align-items: center !important;
  gap: 0 !important;
}

/* Local font guards for CDN Tailwind pages and generated article markup. */
body.ww-article-shell,
body.ww-article-shell .font-body,
body.ww-article-shell .font-label,
body.ww-article-shell p,
body.ww-article-shell li,
body.ww-article-shell td,
body.ww-article-shell th {
  font-family: Inter, Arial, Helvetica, sans-serif;
}

body.ww-article-shell .font-headline,
body.ww-article-shell .font-manrope,
body.ww-article-shell h1,
body.ww-article-shell h2,
body.ww-article-shell h3,
body.ww-article-shell h4 {
  font-family: Manrope, Inter, Arial, Helvetica, sans-serif;
}

body.ww-article-shell .tracking-widest {
  letter-spacing: 0.075em;
}

body.ww-article-shell .ww-source-snapshots {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

body.ww-article-shell .ww-source-panel {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.055);
  padding: clamp(1rem, 2vw, 1.5rem);
}

body.ww-article-shell .ww-source-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

body.ww-article-shell .ww-source-heading p:first-child {
  margin: 0 0 0.25rem;
  color: #059669;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.ww-article-shell .ww-source-heading h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2.3vw, 1.65rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

body.ww-article-shell .ww-source-heading .ww-source-note {
  max-width: 32rem;
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.6;
}

body.ww-article-shell .ww-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.ww-article-shell .ww-source-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.96);
  border-radius: 0.85rem;
  background: #f8fafc;
}

body.ww-article-shell .ww-source-card img {
  width: 100%;
  height: 12.25rem;
  object-fit: cover;
  object-position: top center;
  background: #ffffff;
}

body.ww-article-shell .ww-source-card figcaption {
  padding: 0.8rem 0.95rem 0.95rem;
  color: #334155;
  font-size: 0.82rem;
  line-height: 1.55;
}

body.ww-article-shell .ww-source-card a {
  color: #047857;
  font-weight: 800;
  text-decoration: none;
}

body.ww-article-shell .ww-source-card a:hover {
  text-decoration: underline;
}

body.ww-article-shell .ww-provider-media {
  margin: clamp(1.5rem, 3vw, 2.25rem) 0;
  overflow: hidden;
  border: 1px solid rgba(209, 213, 219, 0.95);
  border-radius: 1.15rem;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}

body.ww-article-shell .ww-provider-media-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #e5e7eb;
}

body.ww-article-shell .ww-provider-media-images-single {
  grid-template-columns: 1fr;
}

body.ww-article-shell .ww-provider-media img {
  width: 100%;
  height: clamp(13rem, 26vw, 20rem);
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  padding: clamp(0.75rem, 2vw, 1.4rem);
}

body.ww-article-shell .ww-provider-media figcaption {
  display: grid;
  gap: 0.35rem;
  padding: 1rem clamp(1rem, 2vw, 1.35rem) 1.15rem;
  color: #334155;
  font-size: 0.9rem;
  line-height: 1.55;
}

body.ww-article-shell .ww-provider-media figcaption strong {
  color: #0f172a;
  font-family: Manrope, Inter, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

body.ww-article-shell .ww-provider-media figcaption a {
  width: max-content;
  color: #047857;
  font-weight: 800;
  text-decoration: none;
}

body.ww-article-shell .ww-provider-media figcaption a:hover {
  text-decoration: underline;
}

@media (max-width: 760px) {
  body.ww-article-shell .ww-source-grid {
    grid-template-columns: 1fr;
  }

  body.ww-article-shell .ww-source-card img {
    height: 10.5rem;
  }

  body.ww-article-shell .ww-provider-media-images {
    grid-template-columns: 1fr;
  }

  body.ww-article-shell .ww-provider-media img {
    height: 14rem;
  }
}
