.configurable-base-category-viewer .section-heading {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.configurable-base-category-viewer .section-heading-line {
  flex: 1;
  height: 1px;
  /* background-color: #e5e7eb; */
  background-color: black;
}

.configurable-base-category-viewer .section-heading a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
}

/* Scoped Tailwind-like utility fallbacks for each layout */
.configurable-base-category-viewer .tw-leading-snug,
.layout-default .tw-leading-snug,
.layout-grid-4x1 .tw-leading-snug,
.layout-feature-two-rows .tw-leading-snug,
.layout-ad-right .tw-leading-snug {
  line-height: 1.375;
}

.configurable-base-category-viewer .tw-text-2xl,
.layout-default .tw-text-2xl,
.layout-grid-4x1 .tw-text-2xl,
.layout-feature-two-rows .tw-text-2xl,
.layout-ad-right .tw-text-2xl {
  font-size: 1.2rem;
  line-height: 2rem;
}

.configurable-base-category-viewer .tw-text-base,
.layout-default .tw-text-base,
.layout-grid-4x1 .tw-text-base,
.layout-feature-two-rows .tw-text-base,
.layout-ad-right .tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
