/* Bizniz Design 6 — curved blue header, side glow, mint contact buttons, social grid, services cards. */

.pub-card--biznizdesign6,

.pub-card--template-06,

.bc-card.bc-t-template-06 {

  --bc-t6-primary: #1261d1;

  --bc-t6-mint: #76d7c4;

  --bc-t6-dark: #000000;

  --bc-t6-ink: #ffffff;

  --bc-t6-muted: #cccccc;

  --bc-t6-btn-ink: #000000;

  --bc-t6-card-width: 400px;

  --bc-t6-glow: #1261d1;

  --bc-t6-stripe: #ffffff;

  font-family: var(--bc-t6-font-contact, Inter, system-ui, -apple-system, "Segoe UI", sans-serif);

  width: 100%;

  max-width: min(100%, 430px);

  margin-left: auto;

  margin-right: auto;

  box-sizing: border-box;

  color: var(--bc-t6-ink);

  /* Icon grids (max-content) + side glows must not widen the page / shift the card. */
  overflow-x: hidden;
  min-width: 0;
  contain: inline-size;

}



.pub-card--biznizdesign6 *,

.pub-card--template-06 *,

.bc-card.bc-t-template-06 * {

  box-sizing: border-box;

}



.pub-card.pub-card--biznizdesign6,

.pub-card.pub-card--template-06 {

  overflow-x: hidden;
  overflow-y: visible;

  border: none;

  box-shadow: none;

  background: transparent;

}



.bc-t6-card {
  width: 100%;
  max-width: min(100%, var(--bc-t6-card-width));
  margin: 0 auto;
  background-color: var(--bc-t6-dark);
  border-radius: 45px;
  overflow-x: hidden;
  /* Do not use overflow-y:hidden or contain:layout — clips name under the header seam in preview */
  overflow-y: visible;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.8);
  color: var(--bc-t6-ink);
  position: relative;
  padding-bottom: 20px;
  transform: translateZ(0);
  min-width: 0;
  box-sizing: border-box;
  /* Do NOT reset --bc-t6-stripe here — inherits from article/card root (SECTION OUTLINE COLOR). */
}



/* Side glow — static gradients (no blur filter; blur caused mobile repaint jitter) */
.bc-t6-card::before,
.bc-t6-card::after {
  content: "";
  position: absolute;
  top: 12%;
  width: 72px;
  height: 76%;
  background: radial-gradient(
    ellipse at center,
    color-mix(in srgb, var(--bc-t6-glow, var(--bc-t6-primary)) 55%, transparent) 0%,
    transparent 72%
  );
  filter: none;
  opacity: 0.85;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}



.bc-t6-card::before {

  left: -40px;

}



.bc-t6-card::after {

  right: -40px;

}



/* Straight header (Template 6). Client: curve belongs to Template 5 only —
   T6 banner is a flat rectangle with a straight seam line below it. */
.bc-t6-header {
  background-color: var(--bc-t6-header, var(--bc-t6-primary));
  padding: 30px 25px 60px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 5;
  border-bottom: none;
  box-sizing: border-box;
}

/* Seam under banner (SECTION OUTLINE COLOR) — straight line.
   Above hero (z-index 11) so the stroke is visible; below profile (12) so it does not cut the face. */
.bc-t6-header-stripe {
  height: 4px;
  width: 100%;
  background-color: var(--bc-t6-stripe, #ffffff) !important;
  position: relative;
  z-index: 11;
  flex-shrink: 0;
  pointer-events: none;
  display: block;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}



.bc-t6-logo-b {

  background: #fff;

  color: #000;

  width: 52px;

  height: 52px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 900;

  font-size: 34px;

  border-radius: 10px;

  position: relative;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

  flex-shrink: 0;

  overflow: hidden;

  line-height: 1;

}



.bc-t6-logo-b img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 8px;

}



.bc-t6-logo-b:not(.bc-t6-logo-b--img)::after {

  content: "";

  position: absolute;

  bottom: 8px;

  left: 50%;

  transform: translateX(-50%);

  border-left: 7px solid transparent;

  border-right: 7px solid transparent;

  border-bottom: 9px solid #000;

}



.bc-t6-bizniz-title {

  /* Matches SECTIONS → TEXT COLOR (--bc-t6-band-label / socialFontColor). */
  color: var(--bc-t6-band-label, #fff);

  font-size: clamp(1.35rem, 5.8vw, 1.75rem);

  font-weight: 800;

  letter-spacing: 0.06em;

  text-transform: uppercase;

  margin: 0;

  line-height: 1.1;

  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);

}



/* Profile row */

.bc-t6-hero {

  padding: 0 25px;

  margin-top: -28px;

  position: relative;

  /* No z-index here — a hero stacking context would hide the stripe OR trap the profile under it. */
  background: transparent;

}



.bc-t6-hero-top {

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  gap: 12px;

  width: 100%;

}



.bc-t6-profile-text {

  flex: 1;

  min-width: 0;

  position: relative;

  z-index: 12;

  /* Keep name below the blue header / stripe so it is not clipped in builder preview */
  padding-top: 36px;

  box-sizing: border-box;

}



.bc-t6-profile-name {

  color: #fff;

  font-size: clamp(1.5rem, 6vw, 1.875rem);

  font-weight: 700;

  margin: 0 0 2px;

  line-height: 1.15;

}



.bc-t6-profile-title {

  color: var(--bc-t6-muted);

  font-size: clamp(1rem, 4.2vw, 1.1875rem);

  margin: 0;

  line-height: 1.35;

}



.bc-t6-profile-image {

  width: 110px;

  height: 110px;

  border-radius: 50%;

  border: 4px solid #fff;

  outline: 2px solid #000;

  overflow: hidden;

  background: #222;

  flex-shrink: 0;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);

  position: relative;

  z-index: 12;

}



.bc-t6-profile-image img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



.bc-t6-profile-fallback {

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 700;

  font-size: 1.4rem;

  color: #fff;

}



/* Mint contact action stack */

.bc-t6-actions-stack {

  padding: 25px;

  display: flex;

  flex-direction: column;

  gap: 12px;

  position: relative;

  z-index: 10;

}



.bc-t6-btn-mint,
a.bc-t6-btn-mint,
button.bc-t6-btn-mint {
  appearance: none;
  -webkit-appearance: none;
  background-color: var(--bc-t6-mint);
  color: var(--bc-t6-btn-ink);
  text-decoration: none;
  padding: 0 14px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: clamp(0.88rem, 3.5vw, 1.05rem);
  line-height: 1.2;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  border: 2px solid var(--bc-t6-cta-outline, transparent);
  font-family: inherit;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  overflow: visible;
  flex: 0 0 auto;
}

/* Transparent / none outline — drop lift shadow (reads as a black ring). */
[data-bc-cta-outline="0"] .bc-t6-btn-mint,
[data-bc-cta-outline="0"] a.bc-t6-btn-mint,
[data-bc-cta-outline="0"] button.bc-t6-btn-mint {
  border: none;
  box-shadow: none;
}



.bc-t6-btn-mint:hover {

  filter: brightness(0.98);

}



.bc-t6-btn-mint__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 35px;
  margin-right: 15px;
  color: var(--bc-t6-btn-icon, var(--bc-t6-btn-ink));
}

.bc-t6-btn-mint__ico svg,
.bc-t6-btn-mint__ico img.brand-ico {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  display: block;
  object-fit: contain;
}

/* Do not force fill on stroke-only glyphs (website globe) — that painted a solid circle. */
.bc-t6-btn-mint__ico svg:not([fill="none"]):not(.bc-ico-globe) {
  fill: currentColor;
}

.bc-t6-btn-mint__ico svg.bc-ico-globe,
.bc-t6-btn-mint__ico svg[fill="none"] {
  fill: none;
}

.bc-t6-btn-mint__ico svg [fill]:not([fill="none"]) {
  fill: currentColor;
}

.bc-t6-btn-mint__ico svg [stroke]:not([stroke="none"]) {
  stroke: currentColor;
}

.bc-t6-btn-mint__ico .brand-ico-mask {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-color: currentColor;
}



.bc-t6-btn-mint__ico--map svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
}



.bc-t6-btn-mint__ico i {
  font-size: 24px;
  line-height: 1;
  width: 35px;
  text-align: center;
  color: inherit !important;
}



.bc-t6-btn-mint__text {
  min-width: 0;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  color: inherit;
}



/* Socials banner — white brand icons on blue */

.bc-t6-social-banner {

  background-color: var(--bc-t6-primary);

  padding: 12px 10px 14px;

  text-align: center;

  position: relative;

  z-index: 5;

}



.bc-t6-social-banner__title {

  margin: 0 0 12px;

  font-weight: 800;

  font-size: clamp(1.35rem, 5.5vw, 1.75rem);

  letter-spacing: 2px;

  text-transform: uppercase;

  color: var(--bc-t6-band-label, #fff);

}



.bc-t6-social-icons-grid {

  display: grid;

  grid-template-columns: repeat(5, 1fr);

  gap: 20px;

  max-width: 320px;

  margin: 0 auto;

  justify-items: center;

  align-items: center;

}



.bc-t6-social-link {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  text-decoration: none;

  line-height: 0;

}



.bc-t6-social-link--guide {

  pointer-events: none;

}



.bc-t6-social-link__glyph {

  display: inline-flex;

  align-items: center;

  justify-content: center;

}



.bc-t6-social-link__glyph svg,

.bc-t6-social-link__glyph img.brand-ico {

  width: 26px;

  height: 26px;

  max-width: 26px;

  max-height: 26px;

  display: block;

  object-fit: contain;

  filter: brightness(0) invert(1);

}



.bc-t6-social-link__glyph i {

  font-size: 26px;

  line-height: 1;

  color: #fff;

}



/* Alternating section backgrounds */
.bc-t6-section--primary {
  background-color: var(--bc-t6-primary);
  color: #fff;
}

/* Section OUTLINE COLOR — single seam (border only). Do not stack inset box-shadow. */
.bc-t6-section--primary.bc-t6-section--icons {
  border-top: 3px solid var(--bc-t6-stripe, #ffffff) !important;
  border-bottom: 3px solid var(--bc-t6-stripe, #ffffff) !important;
  box-shadow: none !important;
  box-sizing: border-box;
}

.bc-t6-section--dark {
  background-color: var(--bc-t6-dark);
  color: var(--bc-t6-ink);
}



.bc-t6-section-heading {

  margin: 0 0 12px;

  letter-spacing: 0.08em;

  font-size: clamp(1rem, 3.8vw, 1.125rem);

  font-weight: 700;

  text-align: center;

  text-transform: uppercase;

}



.bc-t6-section--services .bc-t6-section-heading {

  font-weight: 400;

}



.bc-t6-section--primary .bc-t6-section-heading {

  color: #fff;

}



.bc-t6-section--dark .bc-t6-section-heading {

  color: var(--bc-t6-ink);

}



/* Icon chip bands (message / payment) */

.bc-t6-icon-scroll-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding-bottom: 4px;
}

.bc-t6-icon-scroll-wrap .bc-t6-btn-item .bc-t6-btn-lbl {
  max-width: 72px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: normal;
}

.bc-t6-icon-grid-wrap {
  overflow: visible;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 8px 4px;
}

/* Message / Payment / etc — 4-col static grid; incomplete rows stay left-aligned (not centered). */

.bc-t6-icon-grid-wrap .bc-t6-icon-grid .bc-t6-btn-item {
  width: var(--tpl-ico-size, 52px) !important;
  min-width: var(--tpl-ico-size, 52px) !important;
  max-width: var(--tpl-ico-size, 52px) !important;
  flex: 0 0 var(--tpl-ico-size, 52px) !important;
}

.bc-t6-icon-grid-wrap .bc-t6-btn-item .bc-t6-btn-lbl {
  max-width: 100%;
  width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
  text-align: center;
  line-height: 1.15;
  font-size: clamp(0.55rem, 2.4vw, 0.68rem);
  letter-spacing: 0.01em;
}
.bc-t6-icon-grid-wrap .bc-t6-icon-grid {
  display: grid !important;
  grid-template-columns: repeat(4, var(--tpl-ico-size, 52px)) !important;
  grid-auto-flow: row !important;
  grid-auto-columns: unset !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  justify-content: space-between !important;
  justify-items: center;
  align-items: start;
  column-gap: 0 !important;
  row-gap: 1rem !important;
}

.bc-t6-section--icons {

  padding: 12px 12px 14px;

  position: relative;

  z-index: 5;

  max-width: 100%;

  min-width: 0;

  overflow-x: hidden;

  box-sizing: border-box;

}



.bc-t6-icon-grid {

  display: grid !important;

  grid-auto-flow: column !important;

  grid-auto-columns: var(--tpl-ico-hex-size, var(--tpl-ico-size, 52px)) !important;

  grid-template-columns: unset !important;

  justify-content: start !important;

  justify-items: center;

  align-items: start;

  column-gap: var(--tpl-grid-col-gap, 0.85rem);

  row-gap: var(--tpl-grid-row-gap, 0.55rem);

  width: max-content;

  max-width: none;

  box-sizing: border-box;

}



.bc-t6-icon-grid .bc-t6-btn-item {

  flex: none;

  width: var(--tpl-ico-hex-size, var(--tpl-ico-size, 52px)) !important;

  min-width: var(--tpl-ico-hex-size, var(--tpl-ico-size, 52px)) !important;

  max-width: var(--tpl-ico-hex-size, var(--tpl-ico-size, 52px)) !important;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: flex-start;

  gap: 0.35rem;

  background: transparent;

  border: none;

  border-radius: 0;

  padding: 0;

  margin: 0;

  text-decoration: none;

  color: inherit;

  cursor: pointer;

  font: inherit;

  box-sizing: border-box;

}



.bc-t6-btn-item .bc-t6-btn-ico {

  display: flex;

  align-items: center;

  justify-content: center;

  width: var(--tpl-ico-hex-size, var(--tpl-ico-size, 52px));

  height: var(--tpl-ico-hex-size, var(--tpl-ico-size, 52px));

  min-width: var(--tpl-ico-hex-size, var(--tpl-ico-size, 52px));

  max-width: var(--tpl-ico-hex-size, var(--tpl-ico-size, 52px));

  min-height: var(--tpl-ico-hex-size, var(--tpl-ico-size, 52px));

  max-height: var(--tpl-ico-hex-size, var(--tpl-ico-size, 52px));

  background: var(--tpl-chip-fill, var(--bc-t6-primary));

  color: var(--tpl-chip-icon, #fff);

  border-radius: var(--tpl-chip-radius, 8px);

  box-sizing: border-box;

  overflow: visible;

}



.bc-t6-btn-item .bc-t6-btn-lbl {

  font-size: 0.68rem;

  line-height: 1.2;

  text-align: center;

  word-break: normal;

  overflow-wrap: normal;

  hyphens: none;

  max-width: min(100%, 4.75rem);

}



.bc-t6-section--primary .bc-t6-section-heading {
  color: var(--bc-t6-band-label, #fff);
}

.bc-t6-section--primary .bc-t6-btn-lbl {
  color: var(--bc-t6-band-label, #fff);
}

.bc-t6-section--primary.bc-t6-section--icons .bc-t6-btn-ico:not(.bc-t6-btn-ico--glyph-only) {
  background: var(--bc-t6-band-chip-fill, var(--tpl-chip-fill, #ffffff)) !important;
  color: var(--tpl-chip-icon, #1060cf) !important;
  /* Icon rings: Outline picker only (bc-template-56-icon-chips). Never stack CTA/section border. */
  border: none !important;
}

.bc-t6-section--primary.bc-t6-section--icons .bc-t6-btn-ico svg,
.bc-t6-section--primary.bc-t6-section--icons .bc-t6-btn-ico i {
  fill: currentColor;
  color: inherit;
}

.bc-t6-section--primary.bc-t6-section--icons .bc-t6-btn-ico svg [fill]:not([fill="none"]) {
  fill: currentColor;
}

[data-bc-t6="1"][data-bc-icon-outline="1"][data-bc-icon-shape="hexagon"] .bc-t6-section--primary.bc-t6-section--icons .bc-t6-btn-ico:not(.bc-t6-btn-ico--glyph-only),
[data-bc-t6="1"][data-bc-icon-outline="1"][data-bc-icon-shape="shield"] .bc-t6-section--primary.bc-t6-section--icons .bc-t6-btn-ico:not(.bc-t6-btn-ico--glyph-only),
.pub-card--template-06[data-bc-icon-outline="1"][data-bc-icon-shape="hexagon"] .bc-t6-section--primary.bc-t6-section--icons .bc-t6-btn-ico:not(.bc-t6-btn-ico--glyph-only),
.pub-card--template-06[data-bc-icon-outline="1"][data-bc-icon-shape="shield"] .bc-t6-section--primary.bc-t6-section--icons .bc-t6-btn-ico:not(.bc-t6-btn-ico--glyph-only),
.bc-card.bc-t-template-06[data-bc-icon-outline="1"][data-bc-icon-shape="hexagon"] .bc-t6-section--primary.bc-t6-section--icons .bc-t6-btn-ico:not(.bc-t6-btn-ico--glyph-only),
.bc-card.bc-t-template-06[data-bc-icon-outline="1"][data-bc-icon-shape="shield"] .bc-t6-section--primary.bc-t6-section--icons .bc-t6-btn-ico:not(.bc-t6-btn-ico--glyph-only) {
  background: transparent !important;
  background-color: transparent !important;
  /* Hexagon/shield use their own ::before ring — no square border. */
  border: none !important;
}

.bc-t6-section--primary.bc-t6-section--icons .bc-t6-btn-ico--glyph-only {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--tpl-chip-icon, #fff) !important;
  border-radius: 0 !important;
}

.bc-t6-section--primary.bc-t6-section--icons .bc-t6-btn-ico--glyph-only svg,
.bc-t6-section--primary.bc-t6-section--icons .bc-t6-btn-ico--glyph-only img.brand-ico {
  width: 26px;
  height: 26px;
  display: block;
}



.bc-t6-section--dark .bc-t6-btn-lbl {

  color: var(--bc-t6-ink);

}



[data-bc-t6="1"][data-bc-icon-shape="circle"] .bc-t6-btn-ico,

.pub-card--template-06[data-bc-icon-shape="circle"] .bc-t6-btn-ico {

  border-radius: 50% !important;

}



[data-bc-t6="1"][data-bc-icon-shape="square"] .bc-t6-btn-ico,

.pub-card--template-06[data-bc-icon-shape="square"] .bc-t6-btn-ico {

  border-radius: 2px !important;

}



[data-bc-t6="1"][data-bc-icon-shape="squircle"] .bc-t6-btn-ico,

.pub-card--template-06[data-bc-icon-shape="squircle"] .bc-t6-btn-ico {

  border-radius: var(--bc-squircle-radius, 40%) !important;

}



.bc-t6-btn-item .bc-t6-btn-ico svg,

.bc-t6-btn-item .bc-t6-btn-ico img.brand-ico,

.bc-t6-btn-item .bc-t6-btn-ico i {

  max-width: var(--tpl-ico-svg, 28px);

  max-height: var(--tpl-ico-svg, 28px);

}



.bc-t6-btn-item[data-bc-coupon],

.bc-t6-btn-item[data-bc-about-us] {

  cursor: pointer;

  font: inherit;

}



/* Services / delivery mint cards */

.bc-t6-section--cta {

  padding: 12px 25px 14px;

  text-align: center;

  position: relative;

  z-index: 10;

}



.bc-t6-cta-scroll-wrap {

  overflow-x: auto;

  overflow-y: hidden;

  -webkit-overflow-scrolling: touch;

  scroll-snap-type: x proximity;

  scrollbar-width: thin;

  padding-bottom: 4px;

}



.bc-t6-cta-grid-wrap {
  overflow: visible;
  padding-bottom: 0;
}

/* Services / delivery — same full-width stack + gap as contact mint buttons. */
.bc-t6-cta-grid.bc-t6-cta-grid--static {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: unset !important;
  grid-auto-flow: unset !important;
  grid-auto-columns: unset !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.bc-t6-cta-grid--static .bc-t6-service-card {
  scroll-snap-align: unset;
  width: 100% !important;
}

.bc-t6-cta-grid:not(.bc-t6-cta-grid--static) {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(140px, 1fr);
  gap: 15px;
  width: max-content;
  min-width: 100%;
  max-width: none;
}

.bc-t6-service-card {
  appearance: none;
  -webkit-appearance: none;
  background-color: var(--bc-t6-mint);
  color: var(--bc-t6-btn-ink);
  padding: 0 14px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(0.88rem, 3.5vw, 1.05rem);
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  border: 2px solid var(--bc-t6-cta-outline, transparent);
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  scroll-snap-align: start;
  box-sizing: border-box;
  overflow: visible;
  text-align: left;
  width: 100%;
  flex: 0 0 auto;
}

[data-bc-cta-outline="0"] .bc-t6-service-card {
  border: none;
  box-shadow: none;
}

.bc-t6-service-card:hover {
  filter: brightness(0.97);
}

.bc-t6-service-card__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 35px;
  margin-right: 15px;
  color: inherit;
}

.bc-t6-service-card__ico svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  display: block;
  fill: currentColor;
}

.bc-t6-service-card__ico svg [fill]:not([fill="none"]) {
  fill: currentColor;
}

.bc-t6-service-card__ico .brand-ico-mask {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-color: currentColor;
}

.bc-t6-service-card__label {
  min-width: 0;
  flex: 1;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  word-break: normal;
  overflow-wrap: normal;
}



/* Gallery / video */

.bc-t6-module {

  padding: 0 25px 20px;

  position: relative;

  z-index: 5;

}



.bc-t6-module .bc-video-grid,

.bc-t6-module .tpl-gallery-grid,

.bc-t6-gallery-host .tpl-gallery-grid {

  border-radius: 15px;

  overflow: hidden;

}

/* Locked 2×2 video previews (same idea as Featured Items — never stack 1–4 down). */
.bc-t6-video-host .bc-video-grid,
.bc-t6-module.bc-t6-video .bc-video-grid,
.bc-t6-card .bc-video-grid {
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  gap: 8px !important;
  grid-auto-flow: row !important;
}

.bc-t6-video-host .bc-video-grid--n2,
.bc-t6-video-host .bc-video-grid--n3,
.bc-t6-video-host .bc-video-grid--n4,
.bc-t6-module.bc-t6-video .bc-video-grid--n2,
.bc-t6-module.bc-t6-video .bc-video-grid--n3,
.bc-t6-module.bc-t6-video .bc-video-grid--n4,
.bc-t6-card .bc-video-grid--n2,
.bc-t6-card .bc-video-grid--n3,
.bc-t6-card .bc-video-grid--n4 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.bc-t6-video-host .bc-video-grid__cell,
.bc-t6-module.bc-t6-video .bc-video-grid__cell,
.bc-t6-card .bc-video-grid__cell {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  aspect-ratio: 16 / 9 !important;
}

.bc-t6-gallery-host {

  padding: 0;

  text-align: center;

}

.bc-t6-gallery-host .tpl-gallery-grid {

  display: grid !important;

  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;

  gap: 8px;

  margin: 0;

}

.bc-t6-gallery-host .tpl-gal-cell img {

  width: 100%;

  aspect-ratio: 1;

  object-fit: cover;

  border-radius: 10px;

  display: block;

}



/* Footer extras */

.bc-t6-card .tpl-email-list {

  padding: 0 25px 16px;

  color: var(--bc-t6-ink);

  position: relative;

  z-index: 5;

}

/* Subscribe matches upper mint / service CTA fill */
.bc-t6-card .tpl-email-list__btn {
  width: 100%;
  min-height: 44px;
  border-radius: var(--tpl-radius-md, 16px);
  padding: 0.72rem 1rem;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--bc-t6-mint, #76d7c4) !important;
  color: var(--bc-t6-btn-ink, #111111) !important;
  border: 2px solid var(--bc-t6-cta-outline, transparent) !important;
}

/* High-specificity guarantee: Subscribe fills the button color like the
   action buttons below it (beats any base button reset). */
.bc-card.bc-t-template-06 .bc-t6-card .tpl-email-list .tpl-email-list__btn,
.pub-card--template-06 .bc-t6-card .tpl-email-list .tpl-email-list__btn {
  background-color: var(--bc-t6-mint, #76d7c4) !important;
  background-image: none !important;
  color: var(--bc-t6-btn-ink, #111111) !important;
}



.bc-t6-card .tpl-cta-wrap--card-actions {

  padding: 0 25px 16px;

  position: relative;

  z-index: 5;

}

/* Grouped footer uses shared pad — avoid double inset vs Templates 1–4 */
.bc-t6-card .tpl-card-bottom-actions--grouped .tpl-cta-wrap--card-actions {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

/* Keep a small black separator when two colored bands are consecutive.
   Final lock also lives in bc-all-templates-fixes.css (loads last). */
.bc-t6-card .bc-t6-section--primary + .bc-t6-section--primary {
  margin-top: 8px;
}

/* Bottom CTA equal gap — reinforced in bc-all-templates-fixes.css (loads last). */
.bc-t6-card .tpl-card-bottom-actions--grouped {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.bc-t6-card .tpl-footer.tpl-footer--suite {

  padding: 0 25px 8px;

  background: transparent;

  position: relative;

  z-index: 5;

}



.bc-t6-card .tpl-footer-brand__tagline,

.bc-t6-card .tpl-footer-brand__link {

  color: var(--bc-t6-muted);

}



/* Published recipient — full width */

html.pub-card-recipient #card-mount .pub-card.pub-card--template-06,

html.pub-card-recipient #card-mount .pub-card.pub-card--biznizdesign6 {

  max-width: none !important;

  width: 100% !important;

  margin: 0 !important;

  background: transparent !important;

}



html.pub-card-recipient #card-mount .pub-card--template-06 .bc-t6-card,

html.pub-card-recipient #card-mount .pub-card--biznizdesign6 .bc-t6-card {

  max-width: none;

  width: 100%;

  border-radius: 0;

  box-shadow: none;

}



html.pub-card-recipient #card-mount .pub-card--template-06 .bc-t6-card::before,

html.pub-card-recipient #card-mount .pub-card--template-06 .bc-t6-card::after,

html.pub-card-recipient #card-mount .pub-card--biznizdesign6 .bc-t6-card::before,

html.pub-card-recipient #card-mount .pub-card--biznizdesign6 .bc-t6-card::after {

  display: none;

}



html.pub-card-recipient body.pub-card-page:has(#card-mount .pub-card--template-06),

html.pub-card-recipient body.pub-card-page:has(#card-mount .pub-card--biznizdesign6) {

  background: #1a1a1a !important;

}


