.wp-block-button__link{
    font-weight:600;
}

 .is-style-white-green-arrow .wp-block-button__link, .is-style-eggplant-green-arrow .wp-block-button__link{
    background-image: url('../img/green-arrow.svg');
    background-repeat: no-repeat;
    background-position: calc(99% + 5px) center;
    background-size: auto 105%;
    padding-right: 75px;
    border: 1px solid transparent;
    transition: border-color 0.3s ease, opacity 0.3s ease;
}

.is-style-eggplant-peach-arrow .wp-block-button__link, .is-style-white-peach-arrow .wp-block-button__link, .is-style-eggshell-peach-arrow .wp-block-button__link{
    background-image: url('../img/peach-arrow.svg');
    background-repeat: no-repeat;
    background-position: calc(100% + 5px) center;
    background-size: auto 105%;
    padding-right: 75px;
    border: 1px solid transparent;
    transition: border-color 0.3s ease, opacity 0.3s ease;
}

.is-style-eggshell-peach-arrow .wp-block-button__link{
    background-image: url('../img/peach-arrow-myrtle.svg');
}

.is-style-eggshell-peach-arrow .wp-block-button__link{
    border: 1px solid var(--wp--preset--color--eggplant);
    transition: border-color 0.3s ease, opacity 0.3s ease;
}

.is-style-eggplant-green-arrow .wp-block-button__link:hover, .is-style-eggplant-peach-arrow .wp-block-button__link:hover, .is-style-eggshell-peach-arrow .wp-block-button__link:hover{
    border: 1px solid var(--wp--preset--color--snow);
    opacity: 0.9;
}


.is-style-white-green-arrow .wp-block-button__link:hover, .is-style-white-peach-arrow .wp-block-button__link:hover{
    border: 1px solid var(--wp--preset--color--eggplant);
    opacity: 0.9;
}

a#contact-select-btn{
    background-color: var(--wp--preset--color--eggplant);
    color: var(--wp--preset--color--snow);
    font-size: var(--wp--preset--font-size--s);
    border-radius: 9999px;
    line-height: var(--wp--custom--line-height--regular);
}