/*
Theme Name: Nagaland Theme
Author: Your Name
Version: 1.0
*/

/* 顶部菜单背景 */
.nav-wrapper {
    background-color: #800080;
    padding: 10px 0;
}

/* 菜单横排展示 */
.menu-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 菜单链接样式 */
.menu-list li a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Georgia', serif;
    font-size: 16px;
    font-weight: normal;
}

.menu-list li a:hover {
    text-decoration: underline;
}

/* -------------------------------
   手机端响应式样式（最大宽度768px）
----------------------------------*/
@media screen and (max-width: 768px) {

  /* 标题或菜单容器垂直堆叠 */
  .site-header,
  .header-menu,
  .menu-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  /* 导航菜单项垂直排列 */
  .menu-list li {
    margin-bottom: 10px;
  }

  /* Logo 居中 */
  .logo,
  .site-header .logo a {
    text-align: center;
    width: 100%;
  }

  /* 主内容区域 padding 缩小 */
  .site-content {
    padding: 10px;
  }

  /* 图片自动缩放 */
  img {
    max-width: 100%;
    height: auto;
  }

  /* 表格横向滚动 */
  table {
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  /* 字体大小适中 */
  body {
    font-size: 16px;
  }
}

.header-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.menu-list {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 20px;
}

.table-wrapper {
  overflow-x: auto;
  display: block;
}
.table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}

/* 表格样式 */
.sabe-pane-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.sabe-pane-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

/* 分隔线 */
.sabe-pane-divider {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #eee;
}

/* 结果面板 */
.sabe-pane-result {
    margin: 15px 0;
    font-size: 16px;
}
.live-indicator {
    color: #ff0000;
    font-weight: bold;
}

/* 刷新按钮 */
.sabe-pane-refresh {
    background: #0073aa;
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
}
.sabe-pane-refresh:hover {
    background: #005177;
}

/* 表格样式 */
.sabe-pane-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.sabe-pane-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

/* 分隔线 */
.sabe-pane-divider {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #eee;
}

/* 结果面板 */
.sabe-pane-result {
    margin: 15px 0;
    font-size: 16px;
}
.live-indicator {
    color: #ff0000;
    font-weight: bold;
}

/* 刷新按钮 */
.sabe-pane-refresh {
    background: #0073aa;
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
}
.sabe-pane-refresh:hover {
    background: #005177;
}