.bcw-widget {
  box-sizing: border-box;
  --bcw-font-scale: 1;
  --bcw-ui-scale: 1;
  --bcw-space-factor: 1;
  /* data-bc-image-size="md" (default): photo grids, logos, marquee — multiplied by --bcw-ui-scale where used */
  --bcw-image-photo-col: 220px;
  --bcw-image-logo-col: 220px;
  --bcw-image-logo-min-h: 140px;
  --bcw-image-logo-img-h: 80px;
  --bcw-image-marquee-person: 200px;
  --bcw-image-marquee-person-cap: 240px;
  --bcw-image-marquee-partner: 220px;
  --bcw-image-marquee-partner-cap: 280px;
  --bcw-image-partner-slot-minh: 120px;
  /* Extra multiplier on partner logo img max-height so data-bc-scale="lg" grows the graphic, not just the white card */
  --bcw-logo-graphic-scale: 1;
}

.bcw-widget[data-bcw-image-size="sm"] {
  --bcw-image-photo-col: 180px;
  --bcw-image-logo-col: 180px;
  --bcw-image-logo-min-h: 110px;
  --bcw-image-logo-img-h: 56px;
  --bcw-image-marquee-person: 160px;
  --bcw-image-marquee-person-cap: 200px;
  --bcw-image-marquee-partner: 180px;
  --bcw-image-marquee-partner-cap: 240px;
  --bcw-image-partner-slot-minh: 96px;
}

.bcw-widget[data-bcw-image-size="lg"] {
  --bcw-image-photo-col: 280px;
  --bcw-image-logo-col: 260px;
  --bcw-image-logo-min-h: 170px;
  --bcw-image-logo-img-h: 100px;
  --bcw-image-marquee-person: 240px;
  --bcw-image-marquee-person-cap: 300px;
  --bcw-image-marquee-partner: 260px;
  --bcw-image-marquee-partner-cap: 320px;
  --bcw-image-partner-slot-minh: 144px;
}

.bcw-widget[data-bcw-image-size="xl"] {
  --bcw-image-photo-col: 320px;
  --bcw-image-logo-col: 300px;
  --bcw-image-logo-min-h: 200px;
  --bcw-image-logo-img-h: 120px;
  --bcw-image-marquee-person: 280px;
  --bcw-image-marquee-person-cap: 340px;
  --bcw-image-marquee-partner: 300px;
  --bcw-image-marquee-partner-cap: 380px;
  --bcw-image-partner-slot-minh: 176px;
}

.bcw-widget[data-bcw-density="compact"] {
  --bcw-space-factor: 0.82;
}

.bcw-widget[data-bcw-density="relaxed"] {
  --bcw-space-factor: 1.18;
}

.bcw-widget[data-bcw-text-size="sm"] {
  --bcw-font-scale: 0.88;
}

.bcw-widget[data-bcw-text-size="lg"] {
  --bcw-font-scale: 1.14;
}

.bcw-widget[data-bcw-text-size="xl"] {
  --bcw-font-scale: 1.28;
}

.bcw-widget[data-bcw-scale="sm"] {
  --bcw-ui-scale: 0.9;
  --bcw-logo-graphic-scale: 0.9;
}

.bcw-widget[data-bcw-scale="lg"] {
  --bcw-ui-scale: 1.1;
  --bcw-logo-graphic-scale: 1.55;
}

.bcw-widget[data-bcw-scale="xl"] {
  --bcw-ui-scale: 1.2;
  --bcw-logo-graphic-scale: 1.75;
}

/* Light surface tokens for marketing sites (optional data-bc-theme="light") */
.bcw-widget[data-bcw-theme="light"] .bcw-section-heading,
.bcw-widget[data-bcw-theme="light"] .bcw-team-heading {
  color: #111827;
}

.bcw-widget[data-bcw-theme="light"] .bcw-card:not(.bcw-card--carousel) {
  color: #111827;
}

.bcw-widget[data-bcw-theme="light"] .bcw-card .bcw-card-meta {
  color: #4b5563;
  opacity: 0.95;
}

.bcw-widget[data-bcw-theme="light"] .bcw-card-media {
  background: #e5e7eb;
}

.bcw-widget[data-bcw-theme="light"][data-bcw-layout="carousel"],
.bcw-widget[data-bcw-theme="light"][data-bcw-layout="marquee"] {
  --bcw-carousel-bg: #f3f4f6;
  --bcw-carousel-nav-bg: #374151;
  --bcw-carousel-nav-fg: #f9fafb;
  --bcw-carousel-nav-hover-bg: #4b5563;
}

.bcw-widget[data-bcw-theme="light"][data-bcw-layout="carousel"] .bcw-team-heading,
.bcw-widget[data-bcw-theme="light"][data-bcw-layout="carousel"] .bcw-section-heading,
.bcw-widget[data-bcw-theme="light"][data-bcw-layout="marquee"] .bcw-team-heading,
.bcw-widget[data-bcw-theme="light"][data-bcw-layout="marquee"] .bcw-section-heading {
  color: #111827;
}

.bcw-widget[data-bcw-theme="light"][data-bcw-layout="carousel"] .bcw-card.bcw-card--carousel,
.bcw-widget[data-bcw-theme="light"][data-bcw-layout="marquee"] .bcw-card.bcw-card--carousel {
  color: #111827;
}

.bcw-widget[data-bcw-theme="light"][data-bcw-layout="carousel"] .bcw-card.bcw-card--carousel .bcw-card-meta,
.bcw-widget[data-bcw-theme="light"][data-bcw-layout="marquee"] .bcw-card.bcw-card--carousel .bcw-card-meta {
  color: #4b5563;
  opacity: 0.95;
}

.bcw-widget *,
.bcw-widget *:before,
.bcw-widget *:after {
  box-sizing: inherit;
}

.bcw-teams,
.bcw-agents,
.bcw-partners,
.bcw-offices {
  display: grid;
  gap: calc(3rem * var(--bcw-space-factor, 1));
}

.bcw-team-section {
  display: grid;
  gap: calc(1.5rem * var(--bcw-space-factor, 1));
}

.bcw-team-heading,
.bcw-section-heading {
  margin: 0;
  font-size: clamp(
    calc(1.75rem * var(--bcw-font-scale, 1)),
    3vw,
    calc(3rem * var(--bcw-font-scale, 1))
  );
  line-height: 1;
  text-transform: uppercase;
}

.bcw-grid {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(calc(var(--bcw-image-photo-col, 220px) * var(--bcw-ui-scale, 1)), 1fr)
  );
  gap: calc(1rem * var(--bcw-space-factor, 1));
}

.bcw-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.bcw-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #111;
  border-radius: 1rem;
}

.bcw-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bcw-card-name {
  margin: 0.9rem 0 0;
  font-size: calc(1.05rem * var(--bcw-font-scale, 1));
  line-height: 1.2;
  font-weight: 700;
}

.bcw-card-meta {
  margin: 0.35rem 0 0;
  font-size: calc(0.95rem * var(--bcw-font-scale, 1));
  line-height: 1.35;
  opacity: 0.82;
}

.bcw-logo-grid {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(calc(var(--bcw-image-logo-col, 220px) * var(--bcw-ui-scale, 1)), 1fr)
  );
  gap: calc(1.5rem * var(--bcw-space-factor, 1));
  align-items: stretch;
}

.bcw-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(var(--bcw-image-logo-min-h, 140px) * var(--bcw-ui-scale, 1));
  padding: calc(1.5rem * var(--bcw-ui-scale, 1));
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 1rem;
}

.bcw-widget[data-bcw-transparent-logo-cards="true"] .bcw-logo-card {
  background: transparent;
}

.bcw-logo-card img {
  max-width: 100%;
  max-height: calc(
    var(--bcw-image-logo-img-h, 80px) * var(--bcw-ui-scale, 1) * var(--bcw-logo-graphic-scale, 1)
  );
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.bcw-office-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(240px * var(--bcw-ui-scale, 1)), 1fr));
  gap: calc(1rem * var(--bcw-space-factor, 1));
}

.bcw-office-card {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #fff;
  color: #111827;
  padding: calc(1rem * var(--bcw-ui-scale, 1));
}

.bcw-office-name {
  margin: 0;
  color: #111827;
  font-size: calc(1.05rem * var(--bcw-font-scale, 1));
  line-height: 1.2;
  font-weight: 700;
}

.bcw-office-lines {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.25rem;
  color: #4b5563;
  font-size: calc(0.95rem * var(--bcw-font-scale, 1));
  line-height: 1.35;
  opacity: 1;
}

.bcw-empty,
.bcw-error {
  margin: 0;
  font-size: calc(0.95rem * var(--bcw-font-scale, 1));
  opacity: 0.75;
}

/* --- Carousel (Swiper) + Marquee (CSS infinite scroll) --- */

.bcw-widget[data-bcw-layout="carousel"],
.bcw-widget[data-bcw-layout="marquee"] {
  --bcw-carousel-bg: #000000;
  --bcw-carousel-nav-bg: #d1d5db;
  --bcw-carousel-nav-fg: #111827;
  --bcw-carousel-nav-hover-bg: #e5e7eb;
  --bcw-nav-size-factor: 1;
  /* Allow shrink inside host flex/grid (default min-width:auto breaks Swiper width math) */
  min-width: 0;
  max-width: 100%;
  width: 100%;
}

.bcw-widget[data-bcw-layout="carousel"][data-bcw-carousel-nav="sm"] {
  --bcw-nav-size-factor: 0.65;
}

.bcw-widget[data-bcw-layout="carousel"][data-bcw-carousel-nav="lg"] {
  --bcw-nav-size-factor: 1.38;
}

.bcw-widget[data-bcw-layout="carousel"][data-bcw-carousel-nav="xl"] {
  --bcw-nav-size-factor: 1.65;
}

.bcw-teams.bcw-widget[data-bcw-layout="carousel"],
.bcw-agents.bcw-widget[data-bcw-layout="carousel"],
.bcw-partners.bcw-widget[data-bcw-layout="carousel"],
.bcw-teams.bcw-widget[data-bcw-layout="marquee"],
.bcw-agents.bcw-widget[data-bcw-layout="marquee"],
.bcw-partners.bcw-widget[data-bcw-layout="marquee"] {
  display: block;
}

.bcw-widget[data-bcw-layout="carousel"] .bcw-team-heading,
.bcw-widget[data-bcw-layout="carousel"] .bcw-section-heading,
.bcw-widget[data-bcw-layout="marquee"] .bcw-team-heading,
.bcw-widget[data-bcw-layout="marquee"] .bcw-section-heading {
  color: #f9fafb;
}

.bcw-widget[data-bcw-layout="carousel"] .bcw-team-section,
.bcw-widget[data-bcw-layout="marquee"] .bcw-team-section {
  gap: calc(1.25rem * var(--bcw-space-factor, 1));
  min-width: 0;
  max-width: 100%;
  width: 100%;
}

.bcw-widget[data-bcw-show-heading="false"] .bcw-team-section {
  gap: calc(0.65rem * var(--bcw-space-factor, 1));
}

.bcw-carousel-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.bcw-carousel-shell,
.bcw-marquee-shell {
  background: var(--bcw-carousel-bg);
  border-radius: 0.5rem;
  padding: calc(1rem * var(--bcw-space-factor, 1)) calc(0.5rem * var(--bcw-space-factor, 1));
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.bcw-widget[data-bcw-transparent-shell="true"] .bcw-carousel-shell,
.bcw-widget[data-bcw-transparent-shell="true"] .bcw-marquee-shell {
  background: transparent;
}

.bcw-widget[data-bcw-layout="carousel"][data-bcw-inset="true"] .bcw-carousel-shell,
.bcw-widget[data-bcw-layout="marquee"][data-bcw-inset="true"] .bcw-marquee-shell {
  padding-left: clamp(0.75rem, 3.5vw, 2.25rem);
  padding-right: clamp(0.75rem, 3.5vw, 2.25rem);
  padding-top: clamp(0.75rem, 2vw, 1.25rem);
  padding-bottom: clamp(0.75rem, 2vw, 1.25rem);
}

.bcw-widget[data-bcw-layout="carousel"][data-bcw-inset="true"] .bcw-carousel-nav {
  padding-left: clamp(0.25rem, 2vw, 1rem);
  padding-right: clamp(0.25rem, 2vw, 1rem);
}

.bcw-widget[data-bcw-layout="carousel"] .bcw-swiper .bcw-card-media,
.bcw-widget[data-bcw-layout="marquee"] .bcw-marquee-item .bcw-card-media {
  border-radius: 0.625rem;
}

@keyframes bcw-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.bcw-marquee-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.bcw-marquee-viewport {
  overflow: hidden;
  width: 100%;
  min-width: 0;
}

.bcw-marquee-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  animation: bcw-marquee-scroll var(--bcw-marquee-duration, 75s) linear infinite;
}

.bcw-marquee-viewport:hover .bcw-marquee-track,
.bcw-marquee-viewport:focus-within .bcw-marquee-track {
  animation-play-state: paused;
}

.bcw-marquee-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: stretch;
  gap: calc(0.75rem * var(--bcw-space-factor, 1));
  /* Match gap after the last item so the seam to the duplicate group isn’t flush (track uses two siblings; flex gap doesn’t apply between them). */
  padding-inline-end: calc(0.75rem * var(--bcw-space-factor, 1));
}

.bcw-partners .bcw-marquee-group {
  gap: calc(1.25rem * var(--bcw-space-factor, 1));
  padding-inline-end: calc(1.25rem * var(--bcw-space-factor, 1));
}

.bcw-marquee-item {
  flex: 0 0 auto;
  width: calc(var(--bcw-image-marquee-person, 200px) * var(--bcw-ui-scale, 1));
  max-width: min(calc(var(--bcw-image-marquee-person-cap, 240px) * var(--bcw-ui-scale, 1)), 88vw);
}

.bcw-partners .bcw-marquee-item {
  width: calc(var(--bcw-image-marquee-partner, 220px) * var(--bcw-ui-scale, 1));
  max-width: min(calc(var(--bcw-image-marquee-partner-cap, 280px) * var(--bcw-ui-scale, 1)), 90vw);
}

.bcw-marquee-item .bcw-card {
  max-width: 100%;
}

.bcw-marquee-partner-wrap {
  height: 100%;
  display: flex;
  align-items: stretch;
}

.bcw-marquee-partner-wrap .bcw-logo-card {
  width: 100%;
  min-height: calc(var(--bcw-image-partner-slot-minh, 120px) * var(--bcw-ui-scale, 1));
}

@media (prefers-reduced-motion: reduce) {
  .bcw-marquee-track {
    animation: none;
  }
}

.bcw-card.bcw-card--carousel {
  color: #f9fafb;
}

.bcw-card.bcw-card--carousel .bcw-card-meta {
  opacity: 0.88;
  color: #e5e7eb;
}

.bcw-carousel-slide-partner {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.bcw-carousel-slide-partner .bcw-logo-card {
  width: 100%;
  min-height: calc(var(--bcw-image-partner-slot-minh, 120px) * var(--bcw-ui-scale, 1));
}

.bcw-carousel-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(1.25rem * var(--bcw-space-factor, 1));
  margin-top: calc(1.25rem * var(--bcw-space-factor, 1));
}

/* Our display:flex beats the UA [hidden] rule; force hide when JS sets hidden (teams: all slides fit). */
.bcw-carousel-nav[hidden] {
  display: none !important;
}

.bcw-carousel-prev,
.bcw-carousel-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(5.5rem * var(--bcw-ui-scale, 1) * var(--bcw-nav-size-factor, 1));
  height: calc(5.5rem * var(--bcw-ui-scale, 1) * var(--bcw-nav-size-factor, 1));
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--bcw-carousel-nav-bg);
  color: var(--bcw-carousel-nav-fg);
  cursor: pointer;
  line-height: 0;
  transition: background 0.2s ease, transform 0.15s ease;
}

.bcw-carousel-prev:hover,
.bcw-carousel-next:hover,
.bcw-carousel-prev:focus-visible,
.bcw-carousel-next:focus-visible {
  background: var(--bcw-carousel-nav-hover-bg);
  outline: none;
}

.bcw-carousel-prev:active,
.bcw-carousel-next:active {
  transform: scale(0.96);
}

.bcw-carousel-prev.swiper-button-disabled,
.bcw-carousel-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.bcw-carousel-icon {
  display: block;
  flex-shrink: 0;
  width: calc(48px * var(--bcw-ui-scale, 1) * var(--bcw-nav-size-factor, 1));
  height: calc(48px * var(--bcw-ui-scale, 1) * var(--bcw-nav-size-factor, 1));
}

.bcw-widget[data-bcw-layout="carousel"] .swiper {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.bcw-widget[data-bcw-layout="carousel"] .swiper-slide {
  min-width: 0;
  height: auto;
  box-sizing: border-box;
}

.bcw-widget[data-bcw-layout="carousel"] .swiper-slide .bcw-card,
.bcw-widget[data-bcw-layout="carousel"] .swiper-slide .bcw-carousel-slide-partner {
  max-width: 100%;
  min-width: 0;
}

/* Marketing carousel: caption overlay, hover to reveal (pointer fine) */
.bcw-card.bcw-card--carousel-text-hover {
  overflow: hidden;
  border-radius: 0.625rem;
}

.bcw-card.bcw-card--carousel-text-hover .bcw-card-media {
  border-radius: 0.625rem;
  container-type: inline-size;
}

.bcw-card.bcw-card--carousel-text-hover .bcw-card-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0.65rem 0.75rem 0.75rem;
  background: rgba(255, 255, 255, 0.58);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  backdrop-filter: blur(12px) saturate(160%);
  box-shadow: 0 -6px 24px rgba(20, 24, 31, 0.12);
  color: #ffffff;
  text-align: left;
}

.bcw-card.bcw-card--carousel-text-hover .bcw-card-caption .bcw-card-name {
  margin: 0;
  font-size: calc(1.12rem * var(--bcw-font-scale, 1));
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.bcw-card.bcw-card--carousel-text-hover .bcw-card-caption .bcw-card-meta {
  margin: 0.2rem 0 0;
  font-size: calc(0.98rem * var(--bcw-font-scale, 1));
  line-height: 1.35;
  font-weight: 500;
  color: #ffffff;
}

/*
  Host sites (e.g. Squarespace) often set accent color on a, h1–h3, or .sqs-* descendants.
  Caption sits inside <a class="bcw-card"> with an <h3 class="bcw-card-name"> — theme CSS can win without !important.
*/
.bcw-widget[data-bcw-layout="carousel"] .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption,
.bcw-widget[data-bcw-layout="carousel"] .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption .bcw-card-name,
.bcw-widget[data-bcw-layout="carousel"] .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption .bcw-card-meta,
.bcw-widget[data-bcw-layout="marquee"] .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption,
.bcw-widget[data-bcw-layout="marquee"] .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption .bcw-card-name,
.bcw-widget[data-bcw-layout="marquee"] .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption .bcw-card-meta,
.bcw-widget.bcw-teams[data-bcw-layout="grid"] .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption,
.bcw-widget.bcw-teams[data-bcw-layout="grid"] .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption .bcw-card-name,
.bcw-widget.bcw-teams[data-bcw-layout="grid"] .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption .bcw-card-meta,
.bcw-widget.bcw-agents[data-bcw-layout="grid"] .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption,
.bcw-widget.bcw-agents[data-bcw-layout="grid"] .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption .bcw-card-name,
.bcw-widget.bcw-agents[data-bcw-layout="grid"] .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption .bcw-card-meta {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

/* Opt-in: data-bc-image-hover-zoom="true" — person photos & partner logos, all layouts and text modes */
.bcw-widget[data-bcw-image-hover-zoom="true"] .bcw-card-media img,
.bcw-widget[data-bcw-image-hover-zoom="true"] .bcw-logo-card img {
  transition: transform 0.45s ease;
}

.bcw-widget[data-bcw-image-hover-zoom="true"] .bcw-card:hover .bcw-card-media img,
.bcw-widget[data-bcw-image-hover-zoom="true"] .bcw-card:focus-visible .bcw-card-media img,
.bcw-widget[data-bcw-image-hover-zoom="true"] .bcw-logo-card:hover img,
.bcw-widget[data-bcw-image-hover-zoom="true"] .bcw-logo-card:focus-visible img {
  transform: scale(1.06);
}

/* Opt-in: data-bc-grayscale-images="true" — person photos & partner logos (all layouts) */
.bcw-widget[data-bcw-grayscale-images="true"] .bcw-card-media img,
.bcw-widget[data-bcw-grayscale-images="true"] .bcw-logo-card img {
  filter: grayscale(1);
}

@supports (font-size: 1cqi) {
  .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption .bcw-card-name {
    font-size: clamp(
      calc(1.05rem * var(--bcw-font-scale, 1)),
      calc(0.65rem * var(--bcw-font-scale, 1) + 5cqi),
      calc(1.42rem * var(--bcw-font-scale, 1))
    );
  }

  .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption .bcw-card-meta {
    font-size: clamp(
      calc(0.9rem * var(--bcw-font-scale, 1)),
      calc(0.55rem * var(--bcw-font-scale, 1) + 3.8cqi),
      calc(1.12rem * var(--bcw-font-scale, 1))
    );
  }
}

@media (hover: hover) and (pointer: fine) {
  .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption {
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
  }

  .bcw-card.bcw-card--carousel-text-hover:hover .bcw-card-caption,
  .bcw-card.bcw-card--carousel-text-hover:focus-within .bcw-card-caption {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (hover: none), (pointer: coarse) {
  .bcw-card.bcw-card--carousel-text-hover .bcw-card-caption {
    opacity: 1;
  }
}
