:root {
  --wbr-brand: #2563eb;
  --wbr-brand-light: #3b82f6;
  --wbr-brand-dark: #1e3a8a;
  --wbr-ink: #0f172a;
  --wbr-text: #334155;
  --wbr-muted: #64748b;
  --wbr-soft: #f8fafc;
  --wbr-line: #e2e8f0;
  --wbr-card: #ffffff;
  --wbr-radius: 18px;
  --wbr-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.wbr-blog,
.wbr-blog * {
  box-sizing: border-box;
}

.wbr-blog {
  background: var(--wbr-soft);
  color: var(--wbr-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

.wbr-single {
  background: #fff;
}

.wbr-wrap {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.wbr-wrap--narrow {
  width: min(860px, calc(100% - 32px));
}

.wbr-wrap--article {
  width: min(820px, calc(100% - 32px));
}

.wbr-wrap--wide {
  width: min(1040px, calc(100% - 32px));
}

.wbr-center {
  text-align: center;
}

.wbr-blog h1,
.wbr-blog h2,
.wbr-blog h3 {
  color: var(--wbr-ink);
  line-height: 1.12;
  margin: 0;
}

.wbr-blog h1,
.wbr-blog h2.wbr-display,
.wbr-final-cta h2,
.wbr-newsletter-band h2,
.wbr-featured-card h3,
.wbr-single-header h1,
.wbr-prose h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.02em;
}

.wbr-blog p {
  margin: 0;
}

.wbr-blog a {
  color: inherit;
  text-decoration: none;
}

.wbr-eyebrow {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.wbr-eyebrow--brand { color: var(--wbr-brand); }
.wbr-eyebrow--teal { color: #0f766e; }
.wbr-eyebrow--amber { color: #b45309; }
.wbr-eyebrow--blue { color: #1d4ed8; }
.wbr-eyebrow--violet { color: #7c3aed; }

.wbr-hero,
.wbr-archive-hero {
  background: #fff;
  border-bottom: 1px solid var(--wbr-line);
  padding: 64px 0 72px;
}

.wbr-hero h1,
.wbr-archive-hero h1 {
  font-size: clamp(2.35rem, 5.2vw, 4.75rem);
  margin-bottom: 18px;
}

.wbr-hero__intro,
.wbr-archive-description {
  color: var(--wbr-muted);
  font-size: 18px;
  line-height: 1.75;
  margin-inline: auto;
  max-width: 720px;
}

.wbr-search {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 30px auto 24px;
  max-width: 650px;
  position: relative;
}

.wbr-search__icon {
  border: 2px solid #94a3b8;
  border-radius: 999px;
  height: 15px;
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 1;
}

.wbr-search__icon::after {
  background: #94a3b8;
  content: "";
  height: 8px;
  position: absolute;
  right: -6px;
  top: 10px;
  transform: rotate(45deg);
  width: 2px;
}

.wbr-search input[type="search"] {
  background: #fff;
  border: 2px solid var(--wbr-line);
  border-radius: 16px;
  color: var(--wbr-ink);
  flex: 1;
  font-size: 16px;
  min-height: 56px;
  outline: 0;
  padding: 0 18px 0 48px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.wbr-search input[type="search"]:focus {
  border-color: var(--wbr-brand);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
}

.wbr-search button {
  background: var(--wbr-brand);
  border: 0;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  min-height: 56px;
  padding: 0 20px;
}

.wbr-audience-chips,
.wbr-cta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.wbr-audience-chips > span {
  color: var(--wbr-muted);
  font-size: 14px;
}

.wbr-chip {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 12px;
}

.wbr-chip--brand { background: #eff6ff; border-color: #bfdbfe; color: var(--wbr-brand-dark); }
.wbr-chip--teal { background: #f0fdfa; border-color: #99f6e4; color: #0f766e; }
.wbr-chip--amber { background: #fffbeb; border-color: #fde68a; color: #b45309; }
.wbr-chip--blue { background: #eff6ff; border-color: #bfdbfe; color: #1d4ed8; }
.wbr-chip--violet { background: #f5f3ff; border-color: #ddd6fe; color: #7c3aed; }

.wbr-home-stack,
.wbr-archive-stack {
  display: grid;
  gap: 76px;
  padding: 58px 0 76px;
}

.wbr-section-title {
  margin-bottom: 22px;
}

.wbr-section-title h2,
.wbr-inline-heading h2,
.wbr-popular-newsletter h2,
.wbr-related h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.wbr-featured-card {
  background: #fff;
  border: 1px solid var(--wbr-line);
  border-radius: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wbr-featured-card:hover,
.wbr-card:hover,
.wbr-start-card:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: var(--wbr-shadow);
  transform: translateY(-3px);
}

.wbr-featured-card__image {
  background: #e2e8f0;
  min-height: 320px;
  position: relative;
}

.wbr-featured-card__image img,
.wbr-card__image img,
.wbr-feature-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wbr-featured-card__image .wbr-chip {
  left: 18px;
  position: absolute;
  top: 18px;
}

.wbr-featured-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}

.wbr-featured-card h3 {
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  margin-bottom: 14px;
  transition: color 0.2s ease;
}

.wbr-featured-card:hover h3 {
  color: var(--wbr-brand);
}

.wbr-featured-card p {
  color: var(--wbr-muted);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 22px;
}

.wbr-meta,
.wbr-card__meta {
  align-items: center;
  color: #94a3b8;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 12px;
}

.wbr-inline-heading {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.wbr-inline-heading span,
.wbr-related__label span {
  background: var(--wbr-line);
  flex: 1;
  height: 1px;
}

.wbr-start-grid,
.wbr-card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wbr-start-card {
  background: #fff;
  border: 1px solid var(--wbr-line);
  border-radius: 18px;
  padding: 22px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wbr-start-card > span {
  align-items: center;
  background: #eff6ff;
  border-radius: 12px;
  color: var(--wbr-brand);
  display: inline-flex;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  margin-bottom: 14px;
  width: 38px;
}

.wbr-start-card h3,
.wbr-card__title,
.wbr-side-card h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}

.wbr-start-card p,
.wbr-card__excerpt,
.wbr-side-card p {
  color: var(--wbr-muted);
  font-size: 14px;
  line-height: 1.65;
}

.wbr-section-heading {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
}

.wbr-section-icon {
  align-items: center;
  border-radius: 16px;
  display: flex;
  flex-shrink: 0;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.wbr-section-icon svg {
  height: 26px;
  width: 26px;
}

.wbr-section-icon--teal { background: #ccfbf1; color: #0f766e; }
.wbr-section-icon--amber { background: #fef3c7; color: #b45309; }
.wbr-section-icon--blue { background: #dbeafe; color: #1d4ed8; }
.wbr-section-icon--violet { background: #ede9fe; color: #7c3aed; }
.wbr-section-icon--brand { background: #dbeafe; color: var(--wbr-brand); }

.wbr-section-heading__copy {
  flex: 1;
}

.wbr-section-heading__row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.wbr-section-heading h2 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.wbr-section-heading p {
  color: var(--wbr-muted);
  margin-top: 8px;
}

.wbr-view-all,
.wbr-inline-link {
  color: var(--wbr-brand);
  font-size: 14px;
  font-weight: 800;
}

.wbr-view-all--teal { color: #0f766e; }
.wbr-view-all--amber { color: #b45309; }
.wbr-view-all--blue { color: #1d4ed8; }
.wbr-view-all--violet { color: #7c3aed; }

.wbr-card {
  background: #fff;
  border: 1px solid var(--wbr-line);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wbr-card__link {
  display: block;
  height: 100%;
}

.wbr-card__image {
  background: #e2e8f0;
  height: 190px;
}

.wbr-card__body {
  padding: 22px;
}

.wbr-card__title {
  color: var(--wbr-ink);
  line-height: 1.35;
  margin-top: 12px;
}

.wbr-card__excerpt {
  margin-bottom: 14px;
}

.wbr-popular-newsletter {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
}

.wbr-popular-list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.wbr-popular-list li + li {
  margin-top: 4px;
}

.wbr-popular-list a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 16px;
  display: flex;
  gap: 16px;
  padding: 12px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.wbr-popular-list a:hover {
  background: #fff;
  border-color: var(--wbr-line);
}

.wbr-popular-rank {
  color: #cbd5e1;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  width: 34px;
}

.wbr-popular-copy > span,
.wbr-popular-list--compact a {
  color: var(--wbr-ink);
  display: block;
  font-weight: 800;
}

.wbr-popular-copy small {
  color: #94a3b8;
}

.wbr-newsletter,
.wbr-side-cta,
.wbr-newsletter-band {
  background: var(--wbr-ink);
  color: #fff;
}

.wbr-newsletter {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.wbr-newsletter h2,
.wbr-newsletter-band h2 {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin-bottom: 10px;
}

.wbr-newsletter p,
.wbr-side-cta p,
.wbr-newsletter-band p {
  color: #cbd5e1;
  line-height: 1.65;
  margin-bottom: 20px;
}

.wbr-btn {
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  padding: 14px 20px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.wbr-btn--primary {
  background: var(--wbr-brand);
  color: #fff;
}

.wbr-btn--primary:hover {
  background: var(--wbr-brand-dark);
  color: #fff;
}

.wbr-btn--light {
  background: #fff;
  color: var(--wbr-brand);
}

.wbr-btn--light:hover {
  background: #eff6ff;
  color: var(--wbr-brand-dark);
}

.wbr-btn--outline-light {
  border: 2px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

.wbr-btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.wbr-final-cta {
  background: linear-gradient(135deg, var(--wbr-brand-dark), var(--wbr-brand));
  color: #fff;
  padding: 60px 0;
}

.wbr-final-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 14px;
}

.wbr-final-cta p {
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto 26px;
  max-width: 720px;
}

.wbr-admin-note,
.wbr-empty {
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
  color: var(--wbr-muted);
  padding: 24px;
}

/* Single post */
.wbr-breadcrumb {
  background: var(--wbr-soft);
  border-bottom: 1px solid var(--wbr-line);
}

.wbr-breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 12px 0;
}

.wbr-breadcrumb li {
  color: var(--wbr-muted);
  font-size: 14px;
}

.wbr-breadcrumb li:not(:last-child)::after {
  color: #cbd5e1;
  content: "/";
  margin-left: 8px;
}

.wbr-breadcrumb a:hover {
  color: var(--wbr-brand);
}

.wbr-single-header {
  padding: 48px 0 28px;
}

.wbr-single-header h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin: 16px 0 20px;
}

.wbr-single-header__excerpt {
  color: var(--wbr-muted);
  font-size: 19px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.wbr-single-meta {
  align-items: center;
  border-bottom: 1px solid var(--wbr-line);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-bottom: 28px;
}

.wbr-team-byline {
  align-items: center;
  display: flex;
  gap: 12px;
}

.wbr-team-byline img {
  border-radius: 12px;
  height: 44px;
  width: 44px;
}

.wbr-team-byline p {
  color: var(--wbr-ink);
  font-size: 14px;
  font-weight: 900;
}

.wbr-team-byline span,
.wbr-single-meta__items,
.wbr-share__label {
  color: var(--wbr-muted);
  font-size: 13px;
}

.wbr-meta-divider {
  background: var(--wbr-line);
  height: 32px;
  width: 1px;
}

.wbr-single-meta__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wbr-share {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.wbr-share__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wbr-share__label {
  font-weight: 700;
}

.wbr-share__btn {
  align-items: center;
  background: #f1f5f9;
  border-radius: 999px;
  color: var(--wbr-text);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: 34px;
}

.wbr-share__btn:hover {
  transform: translateY(-1px);
}

.wbr-share__btn--x:hover { background: #0f172a; color: #fff; }
.wbr-share__btn--linkedin:hover { background: #0a66c2; color: #fff; }
.wbr-share__btn--facebook:hover { background: #1877f2; color: #fff; }

.wbr-ai-btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--wbr-line);
  border-radius: 999px;
  color: var(--wbr-text);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
  line-height: 1;
  padding: 7px 12px 7px 10px;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.wbr-ai-btn:hover {
  transform: translateY(-1px);
}

.wbr-ai-btn__icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.wbr-ai-btn__icon svg {
  height: 16px;
  width: 16px;
}

.wbr-ai-btn--chatgpt:hover {
  background: rgba(16, 163, 127, 0.1);
  border-color: #10a37f;
  color: #0d8a6a;
}

.wbr-ai-btn--claude:hover {
  background: rgba(198, 97, 63, 0.1);
  border-color: #c6613f;
  color: #b4502f;
}

.wbr-ai-btn--perplexity:hover {
  background: rgba(32, 128, 141, 0.1);
  border-color: #20808d;
  color: #1a6b76;
}

.wbr-feature-image {
  margin-top: 24px;
}

.wbr-feature-image img {
  aspect-ratio: 16 / 7;
  border-radius: 24px;
  display: block;
}

.wbr-single-layout {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 360px;
  padding: 52px 0;
}

.wbr-article {
  min-width: 0;
}

.wbr-key-takeaways {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 20px;
  margin-bottom: 32px;
  padding: 26px;
}

.wbr-key-takeaways h2 {
  color: var(--wbr-brand-dark);
  font-family: Inter, system-ui, sans-serif;
  font-size: 19px;
  margin-bottom: 12px;
}

.wbr-key-takeaways ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wbr-key-takeaways li {
  color: var(--wbr-text);
  line-height: 1.65;
  padding-left: 28px;
  position: relative;
}

.wbr-key-takeaways li + li {
  margin-top: 8px;
}

.wbr-key-takeaways li::before {
  border-bottom: 2px solid var(--wbr-brand);
  border-right: 2px solid var(--wbr-brand);
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  width: 6px;
}

.wbr-prose {
  color: var(--wbr-text);
  font-size: 17px;
  line-height: 1.85;
}

.wbr-prose h2 {
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  margin: 44px 0 16px;
  scroll-margin-top: 110px;
}

.wbr-prose h3 {
  color: #1e293b;
  font-size: 1.25rem;
  font-weight: 900;
  margin: 28px 0 10px;
  scroll-margin-top: 110px;
}

.wbr-prose p,
.wbr-prose ul,
.wbr-prose ol {
  margin-bottom: 20px;
}

.wbr-prose a {
  color: var(--wbr-brand);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wbr-prose strong {
  color: var(--wbr-ink);
}

.wbr-prose table {
  border: 1px solid var(--wbr-line);
  border-collapse: separate;
  border-radius: 16px;
  border-spacing: 0;
  display: block;
  margin: 28px 0;
  max-width: 100%;
  overflow-x: auto;
}

.wbr-prose th,
.wbr-prose td {
  border-bottom: 1px solid var(--wbr-line);
  padding: 14px 16px;
  text-align: left;
}

.wbr-prose th {
  background: var(--wbr-soft);
  color: var(--wbr-ink);
}

.wbr-prose tr:last-child td {
  border-bottom: 0;
}

.wbr-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
}

.wbr-tags a {
  background: #f1f5f9;
  border-radius: 999px;
  color: var(--wbr-muted);
  font-size: 13px;
  padding: 8px 12px;
}

.wbr-author-box {
  align-items: flex-start;
  background: var(--wbr-soft);
  border: 1px solid var(--wbr-line);
  border-radius: 24px;
  display: flex;
  gap: 22px;
  margin-top: 42px;
  padding: 30px;
}

.wbr-author-box__logo {
  align-items: center;
  background: #fff;
  border-radius: 22px;
  display: flex;
  flex-shrink: 0;
  height: 86px;
  justify-content: center;
  width: 86px;
}

.wbr-author-box img {
  height: 62px;
  width: 62px;
}

.wbr-author-box h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.wbr-author-box p:last-child {
  color: var(--wbr-muted);
  line-height: 1.75;
}

.wbr-sidebar {
  min-width: 0;
}

.wbr-sticky-stack {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 96px;
}

.wbr-toc,
.wbr-side-card,
.wbr-side-cta {
  border-radius: 22px;
  padding: 24px;
}

.wbr-toc,
.wbr-side-card {
  background: #fff;
  border: 1px solid var(--wbr-line);
}

.wbr-toc ul,
.wbr-toc-mobile ul,
.wbr-popular-list--compact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wbr-toc li + li,
.wbr-toc-mobile li + li {
  margin-top: 8px;
}

.wbr-toc a,
.wbr-toc-mobile a {
  border-left: 2px solid var(--wbr-line);
  color: var(--wbr-muted);
  display: block;
  font-size: 14px;
  line-height: 1.4;
  padding: 4px 0 4px 12px;
}

.wbr-toc a.is-active,
.wbr-toc a:hover,
.wbr-toc-mobile a:hover {
  border-color: var(--wbr-brand);
  color: var(--wbr-brand);
  font-weight: 800;
}

.wbr-toc-mobile {
  border: 1px solid var(--wbr-line);
  border-radius: 18px;
  margin-bottom: 28px;
  padding: 16px;
}

.wbr-toc-mobile summary {
  color: var(--wbr-ink);
  cursor: pointer;
  font-weight: 900;
}

.wbr-toc-mobile ul {
  margin-top: 14px;
}

.wbr-side-cta h3 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.wbr-side-cta .wbr-btn {
  display: flex;
  width: 100%;
}

.wbr-side-cta__trust {
  color: #94a3b8;
  display: block;
  font-size: 12px;
  margin-top: 12px;
  text-align: center;
}

.wbr-side-card h3 {
  color: var(--wbr-ink);
}

.wbr-popular-list--compact li + li {
  margin-top: 12px;
}

.wbr-popular-list--compact a:hover {
  color: var(--wbr-brand);
}

.wbr-related {
  background: var(--wbr-soft);
  border-top: 1px solid var(--wbr-line);
  padding: 58px 0;
}

.wbr-related__label {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
}

.wbr-related h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  margin-bottom: 26px;
}

.wbr-newsletter-band {
  padding: 52px 0;
}

.wbr-comments {
  margin-top: 44px;
}

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

.wbr-pagination .page-numbers {
  background: #fff;
  border: 1px solid var(--wbr-line);
  border-radius: 10px;
  color: var(--wbr-text);
  padding: 10px 14px;
}

.wbr-pagination .current,
.wbr-pagination .page-numbers:hover {
  background: var(--wbr-brand);
  border-color: var(--wbr-brand);
  color: #fff;
}

.wbr-empty {
  text-align: center;
}

.wbr-empty h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.wbr-empty p {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .wbr-featured-card,
  .wbr-popular-newsletter,
  .wbr-single-layout {
    grid-template-columns: 1fr;
  }

  .wbr-sidebar {
    order: -1;
  }

  .wbr-sticky-stack {
    position: static;
  }

  .wbr-toc--desktop {
    display: none;
  }
}

@media (max-width: 780px) {
  .wbr-hero,
  .wbr-archive-hero {
    padding: 46px 0 54px;
  }

  .wbr-home-stack,
  .wbr-archive-stack {
    gap: 52px;
    padding: 42px 0 58px;
  }

  .wbr-search {
    align-items: stretch;
    flex-direction: column;
  }

  .wbr-search__icon {
    top: 28px;
  }

  .wbr-search button {
    width: 100%;
  }

  .wbr-start-grid,
  .wbr-card-grid {
    grid-template-columns: 1fr;
  }

  .wbr-featured-card__body {
    padding: 28px;
  }

  .wbr-featured-card__image {
    min-height: 240px;
  }

  .wbr-section-heading {
    gap: 14px;
  }

  .wbr-section-heading__row {
    align-items: flex-start;
    flex-direction: column;
  }

  .wbr-view-all {
    display: inline-flex;
  }

  .wbr-single-header {
    padding-top: 36px;
  }

  .wbr-meta-divider {
    display: none;
  }

  .wbr-feature-image img {
    aspect-ratio: 4 / 3;
  }

  .wbr-single-layout {
    padding-top: 36px;
  }

  .wbr-author-box {
    flex-direction: column;
  }

  .wbr-final-cta,
  .wbr-newsletter-band {
    padding: 44px 0;
  }
}

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

