td.crm-col-narrow {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#crm-calendar .fc-event {
    cursor: pointer;
}

@media (max-width: 767px) {
    #crm-calendar .fc-header-toolbar {
        flex-wrap: wrap;
        gap: .25rem;
    }

    #crm-calendar .fc-toolbar-title {
        font-size: 1.05rem;
    }

    #crm-calendar .fc-button {
        padding: .2rem .4rem;
        font-size: .8rem;
    }

    #crm-calendar .fc-event-title,
    #crm-calendar .fc-list-event-title {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    #crm-calendar .fc-daygrid-event {
        font-size: .72rem;
    }
}
