/**
 * ThemeSky 自定义样式文件
 * 
 * 此文件包含从主题文件中分离出来的自定义样式，
 * 目的是避免污染主题核心文件，便于维护和升级。
 * 
 * @version 1.0.0
 * @author ThemeSky Team
 */

/* ========================================
   移动端响应式样式 (最大宽度: 767px)
   ======================================== */
@media (max-width: 767px) {
	
	/* Banner 图片样式优化 */
	.ts-banner .banner-bg .bg-content img {
		min-height: 100% !important;
		object-fit: contain;
		-o-object-fit: contain; /* Opera 兼容性 */
		width: calc(100% - 20px);
	}
	
	/* 搜索过滤器样式调整 */
	#search-filter {
		height: auto !important; /* 让高度被子元素撑开 */
		top: 300px !important;
		position: relative !important;
	}
	
}