.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
background-color: var(--wp--preset--color--secondary);
color: var(--wp--preset--color--background);
border-color: var(--wp--preset--color--secondary);
} a {
text-decoration-thickness: .0625em !important;
text-underline-offset: .15em;
} .wp-block-navigation__responsive-container.is-menu-open { 
padding: var(--wp--preset--spacing--50);
}.feature-list-vertical { background: #1a1d1a; color: #f0f0f0; padding: 20px 25px; border-radius: 8px; 
} .feature-list-vertical ul {
margin: 0;
padding: 0;
list-style: none; } .feature-list-vertical li {
font-size: 18px; padding: 5px 0; font-weight: 500; text-align: left; } .feature-list-vertical li::before {
content: ''; 
display: inline-block;
height: 18px; width: 18px;
margin-right: 12px; vertical-align: middle; 
position: relative;
top: -2px; background-size: contain;
background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%239acd32' d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
}