.page.release-notes {
    & div.list {
        font-family: 'open-sans', 'arial';
        list-style-type: none;
        font-size: 14px;
        background: var(--ul_list_bg);
        padding: 20px;
        padding-left: 30px;
        border-radius: 10px;
        box-shadow: 0 2px 10px 0px var(--ul_list_box_shadow);
        border: 1px solid var(--ul_list_border);
        overflow: hidden;

        & li::before {
            content: '';
        }

        & ul {
            list-style-type: none;
            padding-left: 0;
            margin: 4px 0;
        }

        & h2 {
            margin-top: 44px;
            margin-bottom: 10px;

            &:first-child {
                margin-top: 0;
            }
        }

        & p {
            margin-top: 0;
            margin-bottom: 0;
            line-height: 1.6;
        }

        & > ul {
            margin-top: 10px;
            margin-bottom: 0;

            & li {
                padding: 2px 0;
                line-height: 1.6;
            }
        }
    }

    & .changelog-block {
        margin-top: 12px;
        margin-bottom: 0;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--ul_list_border);

        &:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        & .changelog-date {
            font-size: 15px;
            font-weight: bold;
        }

        & ul {
            margin-top: 6px;
            margin-bottom: 0;

            & li {
                padding: 2px 0;
                line-height: 1.6;
            }
        }
    }
}
