/* 首页排名查询页面样式（橙色营销风）
   公共部分见 query-common.css，本文件仅定义本页表格列宽 */

@import url("query-common.css");

/* 表格列宽（8 列：#/域名/关键词/排名/标题/URL/状态/操作） */
.result-table th:nth-child(1) { width: 4%; }
.result-table th:nth-child(2) { width: 13%; }
.result-table th:nth-child(3) { width: 13%; }
.result-table th:nth-child(4) { width: 7%; }
.result-table th:nth-child(5) { width: 22%; }
.result-table th:nth-child(6) { width: 20%; }
.result-table th:nth-child(7) { width: 8%; }
.result-table th:nth-child(8) { width: 13%; }

/* ===== 响应式 ===== */
@media (max-width: 1100px) {
  .page-wrap.container { max-width: 95vw; }
}

@media (max-width: 768px) {
  .page-wrap.container { max-width: 100%; padding-left: 12px; padding-right: 12px; }
}

@media (max-width: 480px) {
  .page-wrap.container { padding-left: 8px; padding-right: 8px; }
}
