
.ir-calendar {
    font-family: Poppins, Arial, sans-serif;
    max-width: 1200px;
    margin: auto;
}

.ir-tabs {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.ir-tabs button {
    border: none;
    padding: 14px 32px;
    border-radius: 30px;
    background: #e6e6e6;
    cursor: pointer;
    font-weight: 600;
    margin: 0 10px;
}

.ir-tabs button.active {
    background: #2fa84f;
    color: #fff;
}

.ir-event-box {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 12px;
    border-radius: 6px;
}

.ir-date {
    font-weight: 600;
    display: block;
}

.ir-title {
    color: #555;
}
