.is-style-call-to-action>a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: var(--wp--custom--border-radius--default);
    box-shadow: none;
    color: var(--wp--preset--color--white) !important;
    font-weight: 700;
    line-height: 1;
    max-width: 100%;
    opacity: 1;
    padding: calc(0.667em + 2px) calc(1.333em + 2px) !important;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
    transform: scale(1)
}

.is-style-call-to-action>a:hover,
.is-style-call-to-action>a:active,
.is-style-call-to-action>a:focus {
    opacity: 0.9;
    transform: scale(1.05);
    text-decoration: none !important
}