.mmt-ml-meetings {
    margin-left: 0;
    list-style: none;
}

.mmt-ml-meeting {
    position: relative;
    margin-bottom: 2.5rem;
}

.mmt-ml-meeting-image {
    display: block;
}

.mmt-ml-content-container {
    padding-top: 1.5rem;
}

.mmt-ml-desc-pane {
    position: relative;
    padding-bottom: 3rem;
}

.mmt-ml-date {
    padding: .5rem 1rem;
    font-size: 1.2rem;
    color: var(--neutralsWhite);
    background: linear-gradient(to right, var(--primaryBrandLight), var(--primaryBrandRegular));
}

.mmt-ml-more-url {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mmt-ml-more-text {
    position: absolute;
    right: 0;
    bottom: 0;
    background: none;
}

.mmt-ml-meeting:hover .mmt-ml-more-text {
    color: var(--neutralsWhite);
    background: var(--primaryBrandRegular);
}

.mmt-ml-meeting:hover .mmt-ml-more-text:before {
    background: var(--neutralsWhite);
}

.mmt-ml-meeting:hover .mmt-ml-more-text:after {
    border-left-color: var(--primaryBrandRegular);
}

@media (max-width: 800px) {
    .mmt-ml-meeting-image {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 800px) {
    .mmt-ml-meetings {
        margin-left: -2.5em;
    }

    .mmt-ml-meeting {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5rem;
    }

    .mmt-ml-image-container,
    .mmt-ml-content-container {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(50% - 2.5em);
        max-width: calc(50% - 2.5em);
        margin-left: 2.5em;
    }

    .mmt-ml-meeting:nth-child(2n):not(.upcomingMeetingsList .mmt-ml-meeting) .mmt-ml-image-container {
        order: 2;
    }

    .mmt-ml-content-container {
        padding: 2.5em;
    }
}
