#local-contexts.default {
    height: 0;
    overflow: hidden;
}

.local-contexts-notice {
    display: flex;
    flex-wrap: nowrap;
    padding: 1rem;
}

.drawer-contents .local-contexts-notice {
    padding: 0;
    margin-bottom: 1rem;
}

.element-text .local-contexts-notice {
    padding: 0;
}

.local-contexts-notice .text:not(:only-child) {
    margin-bottom: 1rem;
}

.local-contexts-notice .notice-name {
    display: block;
    font-weight: bold;
}

.local-contexts-notice .language {
    font-weight: normal !important;
}

.local-contexts-multicheckbox {
    margin: 1rem 0;
    flex-wrap: wrap;
    align-items: flex-start;
}

.field .local-contexts-multicheckbox {
    margin: 0;
}

.local-contexts-multicheckbox-row {
    margin-bottom: 1rem;
}

.local-contexts-multicheckbox input[type="checkbox"] {
    margin-right: 1rem !important;
}

.local-contexts-multicheckbox-row .drawer-name {
    max-width: calc(100% - 5em);
}

.local-contexts-notice .image {
    height: 75px;
    border: 0px !important;
    margin-right: 1rem;
    max-width: none;
}

.project-link {
    display: block;
    width: 100%;
    text-align: right !important;
}

.local-contexts-notices ~ .project-link {
    width: auto;
    align-self: flex-end;
}

.local-contexts-project {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.local-contexts-notices .notice {
    width: 100%;
    align-self: flex-start;
}

.local-contexts-notice:not(:last-child) {
    margin-bottom: 1rem;
}


span.lc {
    font-weight: bold;
}

.local-contexts-project select {
    width: 30%;
}

.local-contexts-options {
    display: flow-root;
}

@media screen and (min-width: 1200px) {
    footer #local-contexts-content {
        clear: both;
    }

    footer .local-contexts-project {
        margin-bottom: 2rem;
    }

    footer .local-contexts-notices {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    footer .local-contexts-notices .local-contexts-notice {
        width: 50%;
    }

    footer .local-contexts-project .project-link {
        width: max-content;
        float: right;
    }
}