.widget-event-container {
    display:flex;
    align-items: center;
    margin-bottom: 0.75rem !important;
}

.widget-event-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.25rem;
}

.widget-event-right {
    margin-left: 1.25rem;
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.widget-event-right strong {

    margin-top: 6px;
}

.widget-event-month {
    font-size: 0.75rem;
    font-weight: bold;
}

.widget-event-day {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: var(--theme-link-hover-color);
}

.event-details dd {
    margin-left: 0;
}

.fc-button-primary {
    background-color: var(--theme-link-hover-color) !important;
    border-color: var(--theme-link-hover-color) !important;
}

.event-heading {
    font-size: 30px;
}

.fc-toolbar-title {
    font-size: 25px !important;
}

@media (max-width: 768px) {
    .fc-toolbar-title {
        font-size: 20px !important;
    }
}

.calender-display-buttons {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.calender-display-buttons button {
    background-color: var(--theme-link-hover-color);
    padding: 0.25rem 0.75rem;
    font-size: 14px;
    color: #fff;
    min-width: 85px;
    border-radius: 3px;
    margin-left: 1rem;
    cursor:pointer;
}

.wp-block-latest-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
}

@media (max-width: 768px) {
    .wp-block-latest-posts {
        grid-template-columns: 1fr;
    }
}

.wp-block-latest-posts__featured-image img {
    width: auto;
    height: 200px;
    aspect-ratio: 1;
    object-fit: cover;
}

.wp-block-latest-posts li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 1rem;
}

.wp-block-latest-posts__post-title {
    text-align: center;
}