/* Sou page desktop enhancements */
.pt-sou-menubar {
    display: none;
}

@media (min-width: 768px) {
    body {
        background: #f5f6fa !important;
    }

    .pt-sou-menubar {
        display: flex;
        align-items: center;
        gap: 8px;
        height: 40px;
        max-width: 960px;
        margin: 10px auto 10px;
        padding: 0 12px;
        border-radius: 8px;
        background: #fff;
        color: #777;
        font-size: 14px;
    }

    .pt-sou-menu-item {
        color: #666;
    }

    .pt-sou-menu-item:hover {
        color: #f55;
    }

    .pt-sou-menu-sep {
        color: #aaa;
    }

    .pt-sou-menu-current {
        color: #333;
    }

    .searchForm {
        max-width: 960px;
        margin: 0 auto 12px;
    }

    .searchForm .pt-search {
        padding: 12px 16px;
    }

    .searchForm .pt-search-box {
        width: 100% !important;
        height: 42px !important;
        border-radius: 6px;
        padding-left: 12px !important;
    }

    .searchForm .pt-search-box input {
        font-size: 16px !important;
    }

    .searchForm .pt-search-submit {
        min-width: 76px;
        height: 42px;
        margin-left: 12px;
        padding: 0 16px;
        border: 0;
        border-radius: 6px;
        background: #f55;
        color: #fff;
        font-size: 15px;
        line-height: 42px;
        cursor: pointer;
    }

    .history {
        max-width: 960px;
        margin: 0 auto 12px !important;
        border-radius: 10px;
    }
}
