@charset "utf-8";

@import url('./subpage.css');

.subpage-section__lead {
    max-width: 52rem;
}

.legal-list {
    margin: 0;
}

.legal-list__row {
    display: grid;
    gap: 0.75rem;
    padding-block: 1.25rem;
    border-bottom: 1px dashed rgb(var(--color-black--rgb) / 0.28);
    @media print, screen and (width >= 768px) {
        grid-template-columns: 14rem minmax(0, 1fr);
        gap: 2rem;
    }
}

.legal-list__row:first-child {
    padding-top: 0;
}

.legal-list__row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.legal-list dt {
    font-weight: 400;
}

.legal-list dd,
.legal-list p,
.legal-list ul,
.legal-payment p,
.legal-payment ul {
    margin: 0;
}

.legal-list a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.legal-table-wrap {
    overflow-x: auto;
}

.legal-table {
    width: 100%;
    min-width: 37.5rem;
    border-collapse: collapse;
}

.legal-table caption {
    margin-bottom: 1rem;
    text-align: left;
}

.legal-table th,
.legal-table td {
    padding: 0.875rem 0;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dashed rgb(var(--color-black--rgb) / 0.28);
}

.legal-table th {
    width: 70%;
    padding-right: 1.5rem;
    font-weight: inherit;
}

.legal-table td {
    white-space: nowrap;
}

.legal-table tr:last-child th,
.legal-table tr:last-child td {
    padding-bottom: 0;
    border-bottom: 0;
}

.legal-payment__heading {
    margin: 2rem 0 0.75rem;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.02em;
}
