.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border,
.tribe-events .tribe-events-c-events-bar__search-container,
.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
    border-radius: 12px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    background-color: var(--color-burgendy);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
    background: var(--color-burgendy);
    color: var(--color-white);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover,
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:focus,
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:active {
    background-color: var(--color-burgendy);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month {
    border: solid 10px var(--color-burgendy);
    border-radius: 18px;
    display: grid;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header tr {
    padding-block: 20px;
    border-bottom: solid 1px var(--color-burgendy);
    gap: 10px;
    padding-left: 10px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper{
    height: auto;
    margin-bottom: 10px;
}

/* .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--desktop,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week{
    border-left: solid 1px var(--color-burgendy);
} */

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3{
    font-size: var(--p-size);
    font-weight: var(--fw-semibold);
}

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button{
    font-size: var(--h5-size);
}

.tribe-events .tribe-events-calendar-month__header-column {
    padding: 0;
}