.is-style-fsk-list, 
.is-style-fsk-column-list {
margin: 1em;
list-style-type: none;
}
.is-style-fsk-column-list {
column-count: 2;
column-gap: 60px;
}
.is-style-fsk-list li, 
.is-style-fsk-column-list li {
margin-bottom: 8px;
}
.is-style-fsk-list li::before, 
.is-style-fsk-column-list li::before {
content: "\2022";
display: inline-block;
width: 18px;
margin-left: -18px;
position: relative;
top: 2px;
font-weight: bold;
font-size: 26px;
line-height: 1.2;	
color: var(--wp--preset--color--klippel-brand);
} .is-style-fsk-column-text {
column-count: 2;
column-gap: 60px;
column-rule: 2px solid var(--klippel-brand);
text-align: justify;
hyphens: auto;
} .is-style-fsk-quote {
border: none; 
padding: 0 20px;
margin: 0;
}
.is-style-fsk-quote h3 {
margin-bottom: 16px;
} figure.wp-block-gallery.is-style-fsk-gallery {
gap: 60px;
flex-wrap: nowrap;
} .is-style-fsk-button a:hover {
background-color: inherit !important;
color: var(--wp--preset--color--klippel-brand) !important;
border-color: var(--wp--preset--color--klippel-brand);
transition: all 230ms ease-out;
}
.is-style-fsk-button-dark a {
border-color: var(--wp--preset--color--klippel-text);
}
.is-style-fsk-button-dark a:hover {
color: var(--wp--preset--color--klippel-text);
} .is-style-fsk-separator, .is-style-fsk-separator-light {
width: 100% !important;
height: 2px !important;
border: none;
}
.is-style-fsk-separator {
background-color: var(--wp--preset--color--klippel-brand) !important;
}
.is-style-fsk-separator-light {
background-color: var(--wp--preset--color--base-2) !important;
} .is-style-fsk-image {
border: 3px solid var(--klippel-grey-transparent-light);
border-radius: 3px;
box-shadow: 0 0 10px #ccc;
}
@media screen and (max-width: 768px) { figure.wp-block-gallery.is-style-fsk-gallery {
flex-wrap: wrap !important;
} .is-style-fsk-column-list {
column-count: inherit;
} .is-style-fsk-column-text {
column-count: inherit;
}	
}