/** === Button Block === */
.wp-block-button__link{
    font-size: 14px;
    line-height: 1.2em;
    padding: 10px 30px;
    border-radius: 6px;
    text-align: center; 
    transition: all .15s ease-in-out;
}
.is-style-outline .wp-block-button__link {
    background: 0 0;
    border: 1px solid currentcolor;
}
.is-style-outline .wp-block-button__link:hover{
    opacity: .7;
    background-color: transparent !important;
}
.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
.entry-content .wp-block-button__link:hover{
    text-decoration: none;
}
.wp-block-button .wp-block-button__link {
    text-decoration: none;
}
.entry-content .wp-block-button__link:hover{
    text-decoration: none;
}