/* 二级页面与独立组件样式（与全站 styles.css 解耦） */

/* 首页搜索栏跳转链接（包裹输入框与按钮） */
.search-link {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.search-link:hover {
    text-decoration: none;
}


