span[style*="underline"] {
	text-decoration: none !important;
    display: inline-block;
    position: relative;
}
        
span[style*="underline"]::after { 
	content: '';
	position: absolute;
    bottom: 0.16em;
    left: 0;
    width: 100%;
    height: 0.12em;
    background-color: #FC9F42;
    mix-blend-mode: multiply;
    border-radius: 2px;
}
h1 span[style*="underline"]::after { 
	bottom: 0.11em;
}

.feature-row-1 .wp-block-column::before,
.feature-row-2 .wp-block-column::before  {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background-color: var(--wp--preset--color--contrast);
}
.feature-row-1 .wp-block-column:nth-child(2)::before,
.feature-row-2 .wp-block-column:nth-child(1)::before,
.feature-row-2 .wp-block-column:nth-child(3)::before {
	background-color: var(--wp--preset--color--primary-500);
}
