.is-style-button-fill>a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--wp--preset--color--highlight);
    border: none;
    border-radius: var(--wp--custom--border-radius--default);
    box-shadow: none;
    color: var(--wp--preset--color--base) !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-button-fill>a:hover,
.is-style-button-fill>a:active,
.is-style-button-fill>a:focus {
    opacity: 0.9;
    transform: scale(1.05);
    text-decoration: none !important
}

.is-style-button-outline>a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid var(--wp--preset--color--base) !important;
    border-radius: var(--wp--custom--border-radius--default);
    box-shadow: none;
    color: var(--wp--preset--color--base) !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-button-outline>a:hover,
.is-style-button-outline>a:active,
.is-style-button-outline>a:focus {
    opacity: 0.9;
    transform: scale(1.05);
    text-decoration: none !important;
}

.is-style-faux-menu{
    list-style: none;
    text-align: center;
}

.is-style-faux-menu a{
    text-decoration: none;
}