/* Kids' Confetti — bright, bouncy, joyful */
.tpl-kids-confetti {
  --ev-bg: #FFF6EE;
  --ev-accent: #D81B60;
  --ev-soft: #FBEDF2;
}
.tpl-kids-confetti .ev-hero { padding-top: 66px; }
.tpl-kids-confetti .ev-hero h1 {
  color: #3B1F45;
  text-shadow: 3px 3px 0 #F2A93B33;
}
.tpl-kids-confetti .ev-kicker { color: #D81B60; }

/* Bunting flags along the top */
.kc-bunting { display: flex; justify-content: center; gap: 4px; overflow: hidden; }
.kc-flag {
  width: 26px; height: 34px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  flex: 0 0 auto;
}
.kc-flag:nth-child(4n+1) { background: #D81B60; }
.kc-flag:nth-child(4n+2) { background: #F2A93B; }
.kc-flag:nth-child(4n+3) { background: #3B1F45; }
.kc-flag:nth-child(4n+4) { background: #7BC4A5; }

/* CSS balloon trio — no cover photo needed to feel festive */
.kc-art { display: flex; justify-content: center; align-items: flex-end; gap: 18px; margin-top: 26px; height: 96px; }
.kc-balloon { display: block; width: 52px; height: 64px; border-radius: 50% 50% 48% 48%; position: relative; }
.kc-balloon::before { content: ""; position: absolute; left: 50%; bottom: -5px; transform: translateX(-50%); border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid inherit; }
.kc-balloon::after { content: ""; position: absolute; left: 50%; bottom: -28px; width: 1.5px; height: 26px; background: rgba(59, 31, 69, .3); }
.kc-balloon.b1 { background: #D81B60; transform: rotate(-6deg); }
.kc-balloon.b2 { background: #F2A93B; width: 60px; height: 74px; z-index: 1; }
.kc-balloon.b3 { background: #3B1F45; transform: rotate(6deg); }
.kc-message p { font-size: 1.12rem; text-align: center; margin: 0; }
.tpl-kids-confetti .ev-count-unit b { color: #D81B60; }
.tpl-kids-confetti .attend-btn.selected { border-color: #F2A93B; background: #FFF3D6; }
