.wp-block-buttons.is-style-button-full-width .wp-block-button{
    flex-basis: 100%;
}
.wp-block-buttons.is-style-button-full-width .wp-block-button a,
.wp-block-buttons.is-style-button-full-width .wp-block-button div {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.wp-block-button.is-style-button-purple a,
.wp-block-button.is-style-button-purple div{
    order-radius: 0;
    font-family: 'Doctrine-Bold';
    padding: 7px 23px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 0px;
    background-color:#27273f;
    color: #ffffff;
    box-shadow: none;
}

.wp-block-button.is-style-button-purple a:hover,
.wp-block-button.is-style-button-purple div:hover{
    background-color: #599f7a;
    color: #ffffff;
}

.wp-block-button.is-style-button-green a,
.wp-block-button.is-style-button-green div{
    order-radius: 0;
    font-family: 'Doctrine-Bold';
    padding: 7px 23px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 0px;
    background-color:#599f7a;
    color: #ffffff;
}

.wp-block-button.is-style-button-green a:hover,
.wp-block-button.is-style-button-green div:hover{
    background-color: #27273f;
    color: #ffffff;
}

.is-style-max-content {
    width: max-content;
    margin: 0 auto;
}