[class*=uxc-icon] {
display: flex;
align-items: center;
} .uxc-icon-topblock {
align-items: flex-start;
}
.uxc-icon-topblock:before {
position: relative;
flex-shrink: 0;
top: -0.4em;
}
.uxc-icon-cube-danger:before {
content: '';
flex-shrink: 0;
width: 0.333em;
height: 0.333em;
margin-right: 1.668em;
background-color: var(--uxc-color-danger);
}
.uxc-icon-dashes:before {
content: '';
background-image: url(//www.raphsevenyacht.fr/wp-content/plugins/bb-uxc-kit/assets/icons/dashes.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
flex-shrink: 0;
width: 0.72em;
height: 2.085em;
margin-right: 1.101em;
}
.uxc-icon-shifted-dashes:before {
content: '';
background-image: url(//www.raphsevenyacht.fr/wp-content/plugins/bb-uxc-kit/assets/icons/shifted_dashes.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
flex-shrink: 0;
width: 0.72em;
height: 2.085em;
margin-right: 1.251em;
}