/*
	Theme Name: 子比主题
	Description: Zibll 子比主题专为商城、论坛、圈子博客、自媒体、资讯类的网站设计开发，采用简约优雅的设计风格让网站更具美感，创新的前端模块化功能配置和全面的前端用户功能，以及快捷的支付功能、全面的用户功能以及强大的社区论坛功能使子比主题成为更适合现代化网站的优雅主题！ <a target="_blank" href="https://www.zibll.com">访问官网</a>
	Theme URI: https://www.zibll.com
	Author: 瑞浩网络-Qinver
	Author URI: https://www./* ===== 全局目录搜索框（外部一个输入框 + 图标按钮）===== */

.global-dir-search{
  margin: 12px 0 16px;
}

/* 输入框容器：用于把图标按钮塞到输入框里面 */
.global-dir-search-bar{
  position: relative;
  width: 100%;
  max-width: 520px; /* 想更宽就改这里，比如 640px */
}

/* 输入框本体 */
#global-dir-search-input{
  width: 100%;
  height: 46px;
  padding: 0 58px 0 14px; /* 右侧留给图标按钮 */
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 999px;
  outline: none;
  background: #fff;
  box-sizing: border-box;
}

#global-dir-search-input:focus{
  border-color: rgba(0,0,0,.22);
  box-shadow: 0 0 0 4px rgba(0,0,0,.06);
}

#global-dir-search-input::placeholder{
  color: rgba(0,0,0,.45);
}

/* 右侧图标按钮（去掉黑底） */
#global-dir-search-btn{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: transparent;     /* ✅ 无黑色背景 */
  color: rgba(0,0,0,.55);      /* 图标颜色 */
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#global-dir-search-btn:hover{
  background: rgba(0,0,0,.06);
  color: rgba(0,0,0,.75);
}

#global-dir-search-btn:active{
  background: rgba(0,0,0,.10);
}



/* 无结果提示 */
#global-dir-search-tip{
  margin-top: 8px;
  font-size: 13px;
  color: var(--theme-color); 
}
/* 选中时：边框 + 阴影都用主题色 */
#global-dir-search-input:focus{
  outline: none !important;
  border-color: var(--theme-color) !important;
  /* 外圈阴影：主题色 + 透明度 */
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--theme-color) 18%, transparent) !important;
}


zibll.com
	Requires at least: 5.0
	Requires PHP: 7.0-8.2
	Version: 8.1
	Tags: 社区、论坛、圈子、商城、中文、博客、科技、简约、付费阅读、付费下载、扁平化、用户中心、网址导航、熊掌号、垂直站点、SEO优化、响应式、增强编辑器
*/
 