.wp-block-ws-library-ws-featured-content {
padding: var(--ws-space);
background: var(--color-2);
border-radius: var(--border-radius);
}
.wp-block-ws-library-ws-featured-content h2:first-child,
.wp-block-ws-library-ws-featured-content h3:first-child {
margin-top: 0;
}:root {
--ws-list-content-columns: 2;
}
@media (min-width: 992px) {
:root {
--ws-list-content-columns: 4;
}
}
.wp-block-ws-library-ws-list-content .list-items {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-left: -15px;
margin-right: -15px;
}
.wp-block-ws-library-ws-list-content .item {
width: calc(100% / var(--ws-list-pictos-columns));
padding: 0 15px;
margin: 15px 0;
}.wp-block-list {
padding: 0;
list-style-type: none;
}
.wp-block-list li {
padding-left: 25px;
position: relative;
margin-bottom: 15px;
}
.wp-block-list li::before {
content: '';
display: block;
height: 14px;
width: 14px;
border-radius: 5px;
position: absolute;
left: 0;
top: 5px;
background-color: currentColor;
}
.wp-block-list li li::before {
opacity: 0.7;
}
.wp-block-list li li li::before {
opacity: 0.4;
}
.wp-block-list .wp-block-list {
margin-top: 15px;
}
ol.wp-block-list {
counter-reset: compteur;
}
ol.wp-block-list li {
counter-increment: compteur;
}
ol.wp-block-list li::before {
content: counter(compteur)'.';
top: 0;
height: auto;
background: 0 none;
color: currentColor;
font-weight: 700;
}