.wp-block-button__link {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    margin-bottom: 0;
    min-height: 40px;
    padding: 8px 12px;
    text-align: center;
    touch-action: manipulation;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    background-color: #0d2886;
    border-color: #0d2886;
    color: #fff;
}
.is-style-outline > :where(.wp-block-button__link) {
    background-color: #fff !important;
    border-color: #07bce5 !important;
    border-width: 2px !important;
    color: #0d2886 !important;
}

.is-style-grey-button > :where(.wp-block-button__link) {
    background-color: #f0f3f5 !important;
    border-color: #f0f3f5 !important;
    color: #23354b !important;
}

.is-style-link-button > :where(.wp-block-button__link){
    background: transparent !important;
    border-color: transparent !important;
    font-weight: normal !important;
    color: #1033af !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
}