/*
 Theme Name:   nab-3dyyds
 Theme URI:    https://ai.3dyyds.com
 Description:  Astra Child Theme
 Author:       nab-3dyyds
 Author URI:   https://your-site.com
 Template:     nab
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  astra-child
*/

/*调整首页搜索文本样式*/
.search-banner.-white .s-title{
    color:#202935;
}
.search-banner {
    position: relative;
    padding: 50px 50px;
    margin-bottom: 50px;
}
.search-banner .s-title{
    margin: 0 0 24px 0;
    font-weight: inherit;
    text-align: center;
    color: var(--tb--base);
    font-style: italic;
    /* 动态字体大小：最小值16px，首选值4vw，最大值48px */
    font-size: clamp(16px, 6vw, 36px);
}

.tb-s-cur li {
    line-height: 1;
    padding: 6px 11px;
    border-radius: 4px;
    cursor: pointer;
    color: #242424;
    transition: all .3s;
    position: relative;
}

.search-banner.-white .-label {
    color: #202935;
}

/*隐藏首页搜索框的背景图片和底部热门搜索内容*/
.search-banner img.-img,
.menu-hot {
    display: none !important;
}