@media only screen and (min-width: 320px) {
    .gb-tabs__buttons{
        justify-content: flex-start;
    }
    .gb-tabs__buttons .gb-button, .editor-styles-wrapper .gb-tabs__buttons .gb-button,
    .gb-tabs__buttons .gb-button:hover, .editor-styles-wrapper .gb-tabs__buttons .gb-button:hover,
    .gb-tabs__buttons .gb-button:focus, .editor-styles-wrapper .gb-tabs__buttons .gb-button:focus{
        background:none;
        border:none;
        color:inherit;
        text-decoration: underline;
        font-size:12px;
        
    }
    .gb-tabs__buttons .gb-block-is-current, .editor-styles-wrapper .gb-tabs__buttons .is-selected{
        background-color:#000000;
        color:#ffffff;
        text-decoration: none;
    }
}

@media only screen and (min-width: 768px) {
    .gb-tabs__buttons{
        justify-content: center;
    }
}

@media only screen and (min-width: 990px) {
    .gb-tabs__buttons .gb-button:hover, .editor-styles-wrapper .gb-tabs__buttons .gb-button:hover, 
    .gb-tabs__buttons .gb-button.gb-block-is-current, .editor-styles-wrapper .gb-tabs__buttons .gb-button.is-selected{
        background-color:#000000;
        color:#ffffff;
        text-decoration: none;
    }
}

@media only screen and (min-width: 1280px) {

}