/* Standalone pages do not use the homepage's overflow-clipping wrapper. */
.case-page,
.service-page {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.case-page main,
.case-page article,
.case-gallery,
.case-gallery > *,
.case-body,
.markdown-content {
    min-width: 0;
}

.case-lightbox {
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
}

@supports not (overflow: clip) {
    .case-page,
    .service-page {
        overflow-x: hidden;
    }
}

.markdown-content table {
    display: block;
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
    overflow-x: auto;
    font-size: 0.88em;
    line-height: 1.5;
    -webkit-overflow-scrolling: touch;
}

.markdown-content th,
.markdown-content td {
    min-width: 150px;
    padding: 14px 16px;
    border: 1px solid rgba(16, 17, 15, 0.2);
    text-align: left;
    vertical-align: top;
}

.markdown-content th {
    background: #10110f;
    color: #fff;
    font-size: 0.78em;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.markdown-content tbody tr:nth-child(even) {
    background: #e8e7e0;
}
