/**
 * 自定义标签样式
 * Custom Tags Styles
 */

/* 完全隐藏 Banner 搜索框的下拉（推荐词 + 实时结果），仅保留输入框与提交 */
.hellosch .schwords {
    display: none !important;
}

/* 基础标签样式 */
.custom-tag {
    display: inline-block;
    padding: 2px 8px;
    margin: 2px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
}

/* 可根据需要添加更多自定义标签样式 */
