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

.mmt-ml-meeting {
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
}

.mmt-meeting-list-detailed .mmt-ml-meeting {
    display: inline-block;
    margin-bottom: 3em;
    cursor: pointer;
}

/**
 * Simple list
 */

.mmt-meeting-list-simple .mmt-ml-meeting a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.mmt-meeting-list-simple .mmt-ml-meeting {
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #fff;
}

.mmt-meeting-list-simple .mmt-ml-meeting + .mmt-ml-meeting {
    padding-top: 1rem;
}

.mmt-meeting-list-simple .mmt-ml-meeting:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.mmt-meeting-list-simple .mmt-ml-date-location {
    float: none;
    width: 100%;
    margin: 0;
    padding-right: 0;
    text-align: left;
}

.mmt-meeting-list-simple .mmt-ml-date {
    font-size: 1em;
    color: #e95045;
}

.mmt-meeting-list-simple .mmt-ml-title {
    font-size: 1.3em;
}

@media screen and (min-width: 535px) {
    .mmt-meeting-list-detailed .mmt-ml-meeting--hasImage {
        padding-top: 0;
    }
}

@media screen and (min-width: 900px) {
    .mmt-meeting-list-detailed .mmt-ml-meeting--hasImage {
        position: relative;
        overflow: hidden;
        margin: 0 0 3em 0;
    }
}

/**
 * Meetings List
 */

.mmt-ml-date-location {
    float: left;
    width: 130px;
    margin: -45px 0 0 0;
    padding-right: 30px;
    text-align: center;
    font-size: .8em;
}

.mmt-ml-date {
    font-size: 1.4em;
}

.mmt-ml-day {
    display: inline-block;
    font-size: 2.3em;
    font-weight: bold;
}

.mmt-ml-month {
    display: block;
    text-transform: lowercase;
}

.mmt-ml-location a {
    text-decoration: none;
    font-size: 1em;
}

.mmt-ml-title-pane h3 {
    margin: 0 0 0 130px;
    padding-left: 0.6em;
    font-size: 1.4em;
}

@media screen and (min-width: 535px) {
    .mmt-ml-title-pane h3 {
        margin-bottom: 0.6em;
    }
}

.mmt-ml-meeting-image {
    display: block;
    max-height: 106px;
    margin-left: 140px;
    margin-bottom: 1em;
    -webkit-box-shadow: 0 6px 7px -4px, 0 0px 1px 0px;
    -moz-box-shadow: 0 6px 7px -4px, 0 0px 1px 0px;
    box-shadow: 0 6px 7px -4px, 0 0px 1px 0px;
}

@media screen and (min-width: 535px) {
    .mmt-ml-meeting-image {
        display: block;
        max-height: 106px;
        margin-left: 140px;
        margin-bottom: 1em;
    }
}

@media screen and (min-width: 900px) {
    .mmt-ml-meeting-image {
        position: relative;
        display: inline;
        float: right;
        width: 180px;
        max-height: none;
        margin-left: 1em;
    }
}

.mmt-ml-details {
    margin: 0;
    padding: 0;
    border: 0;
}

.mmt-ml-description p:not(:first-child) {
    display: none;
}

.mmt-ml-description p,
.mmt-ml-meta-data {
    margin-bottom: 0;
    overflow: hidden;
}

.mmt-ml-description {
    margin-bottom: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mmt-ml-registrations {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #727171;
    font-size: .85em;
    font-weight: normal;
}

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

@media screen and (min-width: 535px) {
    .mmt-ml-description {
        margin-top: 1em;
    }
}

@media screen and (min-width: 900px) {
    .mmt-ml-registrations {
        left: auto;
        top: 7em;
    }

    .mmt-ml-details {
        min-width: 729px;
        margin-left: 130px;
        padding-left: 1em;
        padding-bottom: 2em;
        border-left: 2px solid #ECEBD4;
    }

    .mmt-ml-description {
        margin-top: 0;
        margin-bottom: 0;
    }
}