#twc-workshops-calendar {
    margin-bottom: 10px;
}
.fc-event-title {
    white-space: pre-line;
}
.fc-daygrid-event {
    flex-wrap: wrap;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 5px;
    margin: 5px;
}
.twc-workshop-img img {
    max-width: unset!important;
    width: 100%!important;
    object-fit: cover;
    padding: 0!important;
    aspect-ratio: 1;
    border-radius: 5px;
}
.twc-workshop {
    width: 30%;
    border: thin solid;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px, rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}
.twc-workshop-loop-products {
    display: flex;
    flex-wrap: wrap;
    flex: 4;
    justify-content: space-around;
    gap: 2.5vw;
}
.twc-workshop-desc {
    margin-left: 10px;
    padding: 10px;
}

@media screen and (max-width: 750px) {

    .twc-workshop {
        width: 47.5%;
    }
}
@media screen and (max-width: 540px) {
    div#twc-workshops-calendar {
        height: 500px;
    }
    .fc-event-title {
        font-size: 10px!important;
    }
    th .fc-col-header-cell .fc-col-header-cell-cushion {
        padding: 15px 0;
        font-size: 18px;
    }
    .fc .fc-list-table td {
        padding: 4px 6px!important;
    }
    div.fc-header-toolbar.fc-toolbar  {
        display: flex;
        flex-direction: column;
    }
    div.fc-toolbar-chunk {
        margin-top: 5px;
    }
    .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
        margin-left: .5em!important;
    }
    #twc-workshops-date-label {
        font-size: 20px!important;
        margin: auto!important;
    }
    .twc-workshop {
        width: 95%;
    }
}
