:root{--cds-font-family:inherit;--cds-container-max-width:100%;--cds-height:500px;--cds-width:100%;--cds-speed:20s;--cds-header-bg:#21235d;--cds-header-text:#ffffff;--cds-title-color:#ffffff;--cds-card-bg:#ffffff;--cds-border-color:#e2e8f0;--cds-primary-color:#396ddc;--cds-date-color:#396ddc;--cds-text-color:#334155;--cds-muted-color:#64748b}.cds-events-container.cds-template-3{width:var(--cds-width);max-width:100%;margin:0 auto;font-family:var(--cds-font-family);box-sizing:border-box;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);overflow:hidden;border:1px solid var(--cds-border-color)}.cds-template-3 .cds-header{background:linear-gradient(135deg,var(--cds-header-bg),var(--cds-header-bg-gradient,var(--cds-header-bg)));padding:.7rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.1)}.cds-template-3 .cds-bell-icon{width:20px;height:20px;opacity:.9;flex-shrink:0}.cds-template-3 .cds-title{font-size:1rem;font-weight:600;margin:0;color:var(--cds-title-color);letter-spacing:.1em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:10px}.cds-template-3 .cds-count-badge{background-color:rgba(255,255,255,.2);color:var(--cds-title-color);font-size:.7rem;width:20px;height:20px;padding:0;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;font-weight:700;line-height:1;flex-shrink:0}.cds-template-3 .cds-carousel-wrapper{position:relative;overflow-y:auto;scrollbar-width:none;height:var(--cds-height);padding:0;background-color:#fff;contain:content}.cds-template-3 .cds-carousel-wrapper::-webkit-scrollbar{display:none}.cds-template-3 .cds-carousel-track{display:flex;flex-direction:column}.cds-template-3 .cds-event-card{display:flex;flex-wrap:wrap;position:relative;padding:1rem 1.25rem 1rem 2.25rem;border-bottom:1px solid var(--cds-border-color);background-color:var(--cds-card-bg);transition:background-color .2s ease;align-items:flex-start;border-radius:0;box-shadow:none;border-left:none;border-right:none;border-top:none}.cds-template-3 .cds-event-card:hover{background-color:#f8fafc;transform:none;box-shadow:none}.cds-template-3 .cds-event-card::before{content:'';position:absolute;left:1rem;top:1.35rem;width:8px;height:8px;border-radius:50%;background-color:var(--cds-date-color);flex-shrink:0;animation:cds-bullet-pulse 2.5s ease-in-out infinite;will-change:box-shadow}@keyframes cds-bullet-pulse{0%,100%{box-shadow:0 0 0 0 color-mix(in srgb,var(--cds-date-color) 40%,transparent)}50%{box-shadow:0 0 0 5px color-mix(in srgb,var(--cds-date-color) 0,transparent)}}.cds-template-3 .cds-set-separator{margin-bottom:var(--cds-height)}.cds-template-3 .cds-date-box{flex:0 0 100%;width:100%;display:flex;flex-direction:row;align-items:center;gap:5px;order:2;background:0 0;border:none;border-right:none;border-radius:0;box-shadow:none;padding:0;margin-top:10px;justify-content:flex-start;text-align:left;line-height:1;height:auto}.cds-template-3 .cds-date-day{font-size:var(--cds-event-date-size,.8rem);font-weight:400;color:#b0b8c4;margin:0;line-height:1}.cds-template-3 .cds-date-month{font-size:var(--cds-event-date-size,.8rem);font-weight:400;color:#b0b8c4;text-transform:uppercase;margin:0;line-height:1;order:unset;width:auto;background:0 0;padding:0;letter-spacing:0}.cds-template-3 .cds-date-year{font-size:var(--cds-event-date-size,.8rem);font-weight:400;color:#b0b8c4;margin:0;line-height:1}.cds-template-3 .cds-content{flex:1 1 100%;order:1;display:flex;flex-direction:column;gap:5px;padding:0;text-align:left}.cds-template-3 .cds-event-title{font-size:var(--cds-event-title-size,18px);font-weight:700;color:#3a3a3a;margin:0;line-height:1.35}.cds-template-3 .cds-event-desc{font-size:var(--cds-event-desc-size,17px);font-weight:400;color:#6d6e6f;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cds-template-3 .cds-event-link{font-size:.75rem;font-weight:600;color:var(--cds-date-color);text-decoration:none;display:inline-flex;align-items:center;margin-top:2px}.cds-template-3 .cds-event-link:hover{text-decoration:underline;opacity:.9}.cds-template-3 .cds-event-link::after{content:"→";margin-left:4px;transition:transform .2s;font-weight:800}.cds-template-3 .cds-event-link:hover::after{transform:translateX(3px)}.cds-template-3 .cds-no-events{display:flex;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--cds-muted-color);font-size:1rem;font-weight:500;padding:2rem}@media (max-width:480px){.cds-template-3 .cds-event-card{padding:.85rem 1rem .85rem 2rem}.cds-template-3 .cds-event-card::before{left:.75rem}.cds-template-3 .cds-event-title{font-size:.9rem}}.cds-events-container.cds-template-3.cds-height-auto{display:flex;flex-direction:column;height:100%;min-height:200px}.cds-events-container.cds-template-3.cds-height-auto .cds-carousel-wrapper{flex:1 1 auto;height:auto;min-height:0;overflow-y:auto}