/* Shared Gallery H extras + item captions (all themes). */
.bb-gallery-bullets {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.bb-gallery-bullets li {
  position: relative;
  padding-left: 1.1rem;
}

.bb-gallery-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--color-primary, #0f766e);
}

.bb-gallery-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 0.85rem;
  font-weight: 600;
  color: var(--color-primary, #0f766e);
  text-decoration: none;
}

.bb-gallery-cta:hover,
.bb-gallery-cta:focus-visible {
  text-decoration: underline;
}

.bb-gallery-cap {
  display: grid;
  gap: 0.2rem;
  margin: 0;
  padding: 0.55rem 0.15rem 0;
}

.bb-gallery-cap__title {
  display: block;
  font-weight: 600;
  line-height: 1.25;
}

.bb-gallery-cap__sub {
  display: block;
  font-size: 0.92em;
  opacity: 0.85;
}

.bb-gallery-cap__text {
  display: block;
  font-size: 0.9em;
  opacity: 0.78;
  line-height: 1.35;
}

/* Shared minute fields for theme-native Category cards. */
.bb-category-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-primary-soft, color-mix(in srgb, var(--color-primary, #0f766e) 12%, transparent));
  color: var(--color-primary, #0f766e);
  font-size: 1rem;
}
.bb-category-subtitle,
.bb-category-text {
  display: block;
}
.bb-category-subtitle {
  margin-top: 0.25rem;
  font-size: 0.82em;
  font-weight: 600;
  opacity: 0.82;
}
.bb-category-text {
  margin-top: 0.3rem;
  font-size: 0.88em;
  line-height: 1.4;
  opacity: 0.75;
}
