/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.scc-flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.scc-distribution-wrapper h2,
.scc-distribution-history-wrapper h2,
.scc-members-wrapper h2,
.scc-meetings-wrapper h2,
.scc-archive-wrapper h2,
.scc-archive-wrapper h3 {
    margin: 0;
}

.scc-distribution-wrapper.cards h2 {
    text-align: center;
}

.scc-distribution-history-wrapper {
    padding-bottom: 1em;
}

.distribution-card {
    min-width: 180px;
    padding: 0.5em;
    text-align: center;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
    border: 1px solid #DEDEDE;
    font-family: Roboto;
    margin: 0 1% 2em 1%;
    page-break-inside: avoid;
}

table.distribution-table {
    width: auto;
    margin-bottom: 1em;
}

.distribution-table thead th,
.distribution-table thead th:last-child,
.distribution-table thead th:first-child {
    text-transform: none;
    font-weight: bold;
    padding: 8px;
}

.distribution-table thead {
    background-color: #f2f2f2;
}

.distribution-table td,
.distribution-table td:first-child,
.distribution-table td:last-child {
    border: 1px solid #e9e9e9;
    padding: 8px;
}

ul.date-docs {
    display: inline-block;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

ul.date-docs li {
    display: inline-block;
    position: relative;
    padding: 0 0.4em 0 0.7em;
}

ul.date-docs li::before {
    content: "|";
    position: absolute;
    top: 0;
    left: 0;
}

ul.date-docs li:first-child {
    padding-left: 0;
}

ul.date-docs li:first-child::before {
    display: none;
}

.member-wrapper {
    padding: 0.7em 0.5em;
    break-inside: avoid-column;
}

.members-list-wrapper {
    column-count: 2;
    padding-bottom: 1.5em;
}

@media only screen and (max-width: 425px) {
    .members-list-wrapper {
        column-count: 1;
    }
}

.scc-archive-wrapper h3 {
    font-size: 1em;
}

.scc-archive-wrapper .year-wrapper>ul {
    margin: 0.1em 0 0.2em 1em;
}

.year-wrapper {
    border-left: 5px solid #EFEFEF;
    padding-left: 0.7em;
    margin-left: 0.4em;
    margin-bottom: 1.5em;
}

#recapt {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10000;
    display: none;
}