@media only screen and (min-width: 320px) {
    .gb-tabs{
        row-gap:40px;
    }
    .post-scroller-hint.tab-hint{
        position: relative;
        padding-top:0px;
    }
    .black .hint-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='430' height='430' fill='none' viewBox='0 0 430 430'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='12'%3E%3Cpath stroke='black' d='M368.199 241.8c-3.2 11.9-7.8 29.3-12.8 47.9-9.1 34.1-25.5 54-25.5 54l-11 41.1-76.3-20.4-43.2-11.6 11-41.1a105.8 105.8 0 0 1-27-70.2l-.2-54.1c0-6.6 5.1-12 11.7-12.4 17.5-1 32.4 12.7 32.9 30.2l.6 20 9.5-35.5'/%3E%3Cpath stroke='black' d='m233.5 205.8 31.2-116.4C267 80.6 277 75.7 285.8 78c9.8 2.6 14.7 12.5 12.1 22.3l-30.7 114.5m33.601 9 14.1-52.8c2.3-8.8 11.3-14 20.1-11.6 9.8 2.6 15.7 12.7 13 22.6l-13.6 50.9m.099 0 7-26.2c2.5-9.3 11.3-12 20.6-9.5s14.8 12 12.3 21.3l-6.3 23.3'/%3E%3Cpath stroke='black' d='m267.199 214.8 36.8-137.5c2.5-9.3 12-14.8 21.3-12.3s14.8 12 12.3 21.3l-36.8 137.5'/%3E%3Cpath stroke='black' d='M69 74.8c83.3-16.7 149.9 0 149.9 0'/%3E%3Cpath stroke='black' d='m206.001 55.1 13 19.7-19.7 12.9'/%3E%3C/g%3E%3C/svg%3E");
        margin-bottom:10px;
    }
    .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:white;
        text-decoration: none;
    }
    .gb-tabs__items .gb-tabs__item{
        display:flex;
        flex-direction: column;
    }
    .gb-tabs__items .gb-tabs__item:nth-child(even){
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 768px) {
    .gb-tabs__buttons{
        justify-content: center;
    }
    .gb-tabs__items .gb-tabs__item{
        flex-direction: row;
    }
    .gb-tabs__items .gb-tabs__item:nth-child(even){
        flex-direction: row;
    }
}

@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) {

}