#d1765224,
#d1760583,
#d2291153,
#d2291155,
#d2291158,
#d2291160,
#d1755047,
#d1753928 {
    clear: both;
}

#d1764726 .c-link:hover,
#d1765224 .c-link:hover {
    color: #fff;
}

.l-wrapper:has(.c-list.p-list) {
    max-width: 1200px;
    width: 90%;
    min-height: 20px;
    padding: 19px;
    margin: 20px auto 40px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.c-list.p-list .c-list__item:first-child,
.c-list__item .c-list.p-list .c-list__item {
    padding-left: 0;
}

.c-list.p-list .c-list__item:first-child::before,
.c-list__item .c-list.p-list .c-list__item::before {
    content: none;
}

@media screen and (max-width: 767px) {
    .examples ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px 10px;
    }
        
    .examples li {
        margin: 0;
    }
}