/* Only the rules Elementor cannot express per-widget: the rhythm inside
   the article body. Everything else is a widget control in the editor. */
.nb-quote,
.entry-content blockquote {
  font-family: 'Bubblegum Sans', cursive;
  font-size: clamp(21px, 4vw, 27px);
  line-height: 1.4;
  font-style: italic;
  color: #3A2220;
  margin: clamp(26px, 4vw, 32px) 0;
  padding: clamp(20px, 4vw, 30px);
  background: #F5F1EA;
  border-left: 3px solid #B24A2C;
}

.nb-h2,
.entry-content h2 {
  font-family: 'Bubblegum Sans', cursive;
  font-size: clamp(24px, 4vw, 31px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 34px 0 12px;
}

.nb-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nb-filter a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(58, 34, 32, 0.22);
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
}

.nb-filter a:hover,
.nb-filter a[aria-current="page"] {
  border-color: currentColor;
}

.nb-filter span {
  opacity: 0.6;
  font-size: 0.85em;
}

.nb-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
