.SpecifiedCommercialTransactionsPage {
    --SpecifiedCommercialTransactionsLineColor: rgba(29, 29, 29, 0.22);
    padding: 56px 0 80px;
}

.SpecifiedCommercialTransactionsPage .UI_PageTitle {
    margin-bottom: 36px;
}

.SpecifiedCommercialTransactionsPage .UI_PageTitle .Title {
    font-size: 20px;
    line-height: 1.15;
}

.SpecifiedCommercialTransactionsGrid {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    border-top: 1px solid var(--SpecifiedCommercialTransactionsLineColor);
}

.SpecifiedCommercialTransactionsRow {
    display: contents;
}

.SpecifiedCommercialTransactionsLabel {
    padding: 26px 48px 26px 18px;
    border-bottom: 1px solid var(--SpecifiedCommercialTransactionsLineColor);
    white-space: nowrap;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.75;
}

.SpecifiedCommercialTransactionsValue {
    min-width: 0;
    min-height: 1.75em;
    padding: 26px 18px 26px 0;
    border-bottom: 1px solid var(--SpecifiedCommercialTransactionsLineColor);
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 1rem;
    line-height: 1.75;
}

.SpecifiedCommercialTransactionsValue--danger {
    color: #e13a2f;
    font-weight: 700;
}

@media screen and (max-width: 900px) {
    .SpecifiedCommercialTransactionsPage {
        padding: 28px 0 48px;
    }

    .SpecifiedCommercialTransactionsPage .UI_ContentContainer.UI_ContentContainer--wide {
        padding: 0 16px;
    }

    .SpecifiedCommercialTransactionsPage .UI_PageTitle {
        margin-bottom: 20px;
    }

    .SpecifiedCommercialTransactionsGrid {
        display: block;
    }

    .SpecifiedCommercialTransactionsRow {
        display: block;
        border-bottom: 1px solid var(--SpecifiedCommercialTransactionsLineColor);
    }

    .SpecifiedCommercialTransactionsLabel {
        padding: 14px 16px 6px;
        border-bottom: 0;
        min-width: 0;
        white-space: normal;
    }

    .SpecifiedCommercialTransactionsValue {
        padding: 0 16px 14px;
        border-bottom: 0;
    }
}
