.mmt-ml-more-link {
    position: relative;
    top: -.5rem;
    display: block;
    text-align: right;
}

.at-article--hasTitle .mmt-ml-more-link {
    top: -2.7rem;
}

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

.mmt-ml-meetings p {
    flex: 1;
    margin: 0;
    padding-left: 1em;
    font-size: .8em;
}

.mmt-ml__date {
    text-align: right;
}

.mmt-ml-meeting {
    padding: 1em 0;
    border-bottom: 1px solid hsla(0,0%,65%,.5);
}

.mmt-ml-first {
    padding-top: 0;
}

.mmt-ml-meeting {
    position: relative;
    padding-right: 4em;
}

.mmt-ml__meetingTitle {
    flex: 1 35%;
    font-size: 1em;
}

.mmt-ml__meetingTitle a {
    color: inherit;
    text-decoration: none;
}

.mmt-ml-meeting--external {
    display: inline-flex;
}

.mmt-ml-meeting--external span {
    font-weight: normal;
    font-size: .8rem;
    color: var(--primaryColor);
    border: 1px solid;
    border-radius: 1em;
    padding: 0 1em;
}

.mmt-ml__location {
    flex: 0 25%;
    line-height: 1.2;
}

.mmt-ml__locationTown {
    display: block;
    color: #000;
}

.mmt-ml__label span,
.mmt-ml__input {
    position: absolute;
    left: -999em;
}

.mmt-ml__label {
    position: absolute;
    top: 50%;
    right: 0;
}

.mmt-meeting-list-detailed .mmt-ml__label {
    transform: translateY(-1em);
    opacity: 1;
}

.mmt-ml__label::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 2em;
    width: 2em;
    border-radius: 100%;
    line-height: 2em;
    color: var(--primaryColor);
    box-shadow: 0 0 0 1px var(--primaryColor) inset;
    cursor: pointer;
    transition: all .5s cubic-bezier(.165,.84,.44,1);
}

.mmt-ml-first .mmt-ml__label::before {
    top: -.5em;
}

.mmt-ml-blockLink .mmt-ml__label::before {
    bottom: auto;
    transform: translateY(-50%);
}

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

.mmt-ml-blockLink:hover .mmt-ml__label:before,
.mmt-ml__label:hover:before {
    border-color: var(--primaryColor);
    color: #fff;
    box-shadow: 0 0 0 2em var(--primaryColor) inset;
}

.mmt-ml-meeting .mmt-ml__input:checked + label::before {
    opacity: 0;
    pointer-events: none;
    cursor: default;
}

.mmt-ml-desc-pane,
.mmt-ml-footer-pane {
    position: absolute;
    left: -999em;
    clear: right;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.mmt-ml-meeting .mmt-ml__input:checked ~ .mmt-ml-desc-pane,
.mmt-ml-meeting .mmt-ml__input:checked ~ .mmt-ml-footer-pane {
    position: static;
    max-height: 10em;
    opacity: 1;
    transition: opacity .3s .2s, max-height .2s;
}

.mmt-ml-desc-pane a {
    display: block
}

.mmt-meeting-list {
    container: meeting-list / inline-size;
}

@container meeting-list (min-width: 500px) {
    .mmt-meeting-list .mmt-ml-meetingHeader {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
}
