:root{--cds-font-family:inherit;--cds-container-max-width:100%;--cds-height:500px;--cds-width:100%;--cds-speed:15s;--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-calendar-header:var(--cds-date-color)}.cds-events-container.cds-template-2{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-2 .cds-header{background:linear-gradient(135deg,var(--cds-header-bg),var(--cds-header-bg-gradient,var(--cds-header-bg)));padding:.5rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.1)}.cds-template-2 .cds-bell-icon{width:20px;height:20px;opacity:.9;flex-shrink:0}.cds-template-2 .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-2 .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-2 .cds-carousel-wrapper{position:relative;overflow-y:auto;scrollbar-width:none;height:var(--cds-height);padding:1.5rem;background-color:#f8f9fa;contain:content}.cds-template-2 .cds-carousel-wrapper::-webkit-scrollbar{display:none}.cds-template-2 .cds-carousel-track{display:flex;flex-direction:column;gap:15px}@keyframes cds-scroll-vertical{0%{transform:translateY(0)}100%{transform:translateY(-50%)}}.cds-template-2 .cds-set-separator{margin-bottom:var(--cds-height)}.cds-template-2 .cds-event-card{display:flex;align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.05);transition:transform .2s,border-color .2s;flex-shrink:0;width:100%;width:100%;padding:15px}.cds-template-2 .cds-event-card:hover{transform:translateX(5px);border-color:var(--cds-date-color)}.cds-template-2 .cds-date-box{width:70px;height:70px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 8px rgba(0,0,0,.15);border:1px solid #e0e0e0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex-shrink:0;margin-right:15px}.cds-template-2 .cds-date-month{order:-1;width:100%;background-color:var(--cds-date-color);color:#fff;font-size:.65rem;text-transform:uppercase;font-weight:700;text-align:center;padding:4px 0;letter-spacing:1px;line-height:normal;margin:0}.cds-template-2 .cds-date-day{font-size:var(--cds-event-date-size,1.5rem);font-weight:800;color:#333;line-height:1;margin-top:5px;margin-bottom:0}.cds-template-2 .cds-date-year{font-size:.6rem;color:#999;margin-top:auto;margin-bottom:6px;font-weight:500;line-height:normal}.cds-template-2 .cds-content{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:0}.cds-template-2 .cds-event-title{margin:0 0 4px 0;font-size:var(--cds-event-title-size,1.05rem);color:#2c3e50;font-weight:700;line-height:1.2}.cds-template-2 .cds-event-desc{margin:0;font-size:var(--cds-event-desc-size,.8rem);color:#666;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cds-template-2 .cds-event-link{display:inline-block;margin-top:6px;font-size:.8rem;color:var(--cds-date-color);text-decoration:none;font-weight:600}.cds-template-2 .cds-event-link:hover{text-decoration:underline}.cds-template-2 .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-2 .cds-carousel-wrapper{padding:1rem}}.cds-events-container.cds-height-auto{display:flex;flex-direction:column;height:100%;min-height:200px}.cds-events-container.cds-height-auto .cds-carousel-wrapper{flex:1 1 auto;height:auto;min-height:0;overflow-y:auto}