/* 
Add arrow style to gravityforms and search by default 
Add to regular buttons where arrow variant selected
*/

.gf-style-arrow,
.is-style-arrow .wp-element-button,
.wp-block-search__button-outside .wp-element-button {
    padding-right: 2.5em !important;
    background-image: url(../assets/ole-arrow.svg) !important;
    background-position: calc(100% - 0.5em) !important;
    background-size: 1.5em !important;
    background-repeat: no-repeat !important;
    border-radius: 2rem;
}