.pbtpw-index-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.pbtpw-index-title-h2 {
    background-image: var(--pbtpw-title-bg);
    background-position: 0 var(--pbtpw-title-bg-offset);
    background-repeat: no-repeat;
    font-size: 22px;
    height: 37px;
    padding-left: 45px;
    padding-top: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .pbtpw-index-title {
        flex-direction: column;
    }

    .pbtpw-index-title-h2 {
        background-color: initial;
        background-position: 0 -275px;
        background-repeat: no-repeat;
        font-size: 22px;
        height: 37px;
        margin: 1px 20px -10px -10px;
        padding-left: 45px;
        padding-top: 2px;
        position: relative;
    }

    .pbtpw-index-title .list-inline {
        overflow-x: auto;
        scrollbar-width: none;
        text-wrap-mode: nowrap;
        display: flex;
        justify-content: space-between;
        margin-left: 0;
        margin-top: 10px;
        white-space-collapse: collapse;
        width: 100%;
    }

    .pbtpw-index-title .list-inline::-webkit-scrollbar {
        display: none;
    }
}

.pbtpw-widget-tab-post.index-tab .list-inline {
    margin-bottom: 0px;
}
