#fw-section-custom-html-c2f4beef-16e4-49f4-bb27-c18ac501eabc {

.stream-section {
  width: 100%;
  max-width: 1100px; /* optional */
  margin: 0 auto;
}

/* Hide radio inputs */
.stream-section input[type="radio"] {
  position: absolute;
  left: -9999px;
}

/* Bubble buttons */
.stream-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.stream-switcher .btn {
  cursor: pointer;
  user-select: none;

  padding: 10px 18px;
  border-radius: 999px;

  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;

  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: inherit;

  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.stream-switcher .btn:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.stream-switcher .btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

/* Panels: hide all by default */
.stream-panels .twitch-embed {
  display: none;
}

/* Show only the selected panel (one at a time) */
#pick-matty:checked ~ .stream-panels #panel-matty { display: block; }
#pick-friend1:checked ~ .stream-panels #panel-friend1 { display: block; }
#pick-friend2:checked ~ .stream-panels #panel-friend2 { display: block; }

/* Video box outline + rounded corners */
.twitch-embed {
  width: 100%;
  aspect-ratio: 16 / 9;

  border-radius: 16px;
  padding: 6px;

  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.25),
    rgba(255,255,255,0.06)
  );
}

.twitch-embed iframe {
  width: 100%;
  height: 100%;
  display: block;

  border: 0;
  border-radius: 12px;
}

/* Optional: highlight the active button */
#pick-matty:checked ~ .stream-switcher label[for="pick-matty"],
#pick-friend1:checked ~ .stream-switcher label[for="pick-friend1"],
#pick-friend2:checked ~ .stream-switcher label[for="pick-friend2"] {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 6px 18px rgba(0,0,0,0.28);
}
}
#fw-section-footer {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffd700;
--color-on-background-rgb: 255, 215, 0;
--color-product-image-background: #ffd700;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-header {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffd700;
--color-on-background-rgb: 255, 215, 0;
--color-product-image-background: #ffd700;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}