.dynamic_attribute-container {
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    background-color: #FFFFFF;

    .section {
        padding: 0 25px 0 25px;

        h4 {
            margin: 18px 0 20px 0;
        }
    }

    .section:last-child {
        padding-bottom: unset;
    }

    .section:not(:last-child) {
        border-bottom: 1px solid #DFDFDF;
    }

    ul {
        list-style: revert;
        li::marker {
            font-size: 11px;
        }
    }
}