.cal-date-badge {
    display: inline-flex; align-items: center;
    background: #2563eb; color: #fff;
    padding: .3rem .85rem; border-radius: 2rem;
    font-size: .82rem; font-weight: 600; margin-bottom: .6rem;
}
.cal-item {
    border-radius: .6rem; border: 1px solid #e5e9f2 !important;
    transition: box-shadow .15s, transform .1s;
    text-decoration: none; color: inherit; display: block;
}
.cal-item:hover {
    box-shadow: 0 4px 16px rgba(37,99,235,.15) !important;
    transform: translateY(-2px); text-decoration: none; color: inherit;
}
#cal-religion-filter .cal-filter-btn {
    border-radius: 2rem; font-size: .83rem; padding: .3rem .9rem;
    transition: background .15s, color .15s;
}
#cal-religion-filter .cal-filter-btn.active {
    background: #2563eb; border-color: #2563eb; color: #fff;
}
#cal-religion-filter .cal-filter-btn:not(.active) {
    background: #fff; color: #555; border: 1px solid #ddd;
}
.cal-dot {
    width: 11px; height: 11px; border-radius: 50%;
    display: inline-block; flex-shrink: 0; margin-right: 7px;
}