.gsc-neo-event-container {
    display: flex;
}

.gsc-neo-event-container:not(:first-child) {
    margin-top: 30px;
}

.gsc-neo-event-circle-container {
    color: white;
    background-color: var(--theme-color);
    min-width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.gsc-neo-event-circle-day-container {
    font-size: 25px;
}

.gsc-neo-event-title {
    font-weight: bold;
    font-size: 18px;
}

.gsc-neo-event-information-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
    color: var(--font-color);

}


.gsc-neo-more-posts-button.event {
    margin-top: 30px;
}

.gsc-neo-page-title.month {
    font-size: 35px;
}

.gsc-neo-page-title.event {
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .gsc-neo-page-title.month {
        font-size: 22px;
    }
}