/* remen 列表 / 详情 — 对齐首页绿白风格 */

.remen-page {
  background: #e8f5e9;
  min-height: 100vh;
}

.remen-page .shell {
  background: #fff;
}

.remen-fixed-top {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}

.remen-page .site-header {
  position: static;
}

.remen-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
  padding: 10px 12px;
  background: #fff;
  border-bottom: 1px solid #e8f0e9;
  box-sizing: border-box;
}

.remen-nav .remen-home,
.remen-nav .remen-back {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #2e7d32;
  background: #fff;
  border: 1px solid #2e7d32;
  box-sizing: border-box;
}

.remen-nav .remen-home:active,
.remen-nav .remen-back:active {
  background: #e8f5e9;
}

.remen-tabs {
  display: flex;
  flex: 1 1 auto;
  gap: 0;
  min-width: 0;
}

.remen-tabs a {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 6px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #2e7d32;
  background: #fff;
  border: 1px solid #2e7d32;
  box-sizing: border-box;
}

.remen-tabs a + a {
  border-left: none;
}

.remen-tabs a.active {
  color: #fff;
  background: #2e7d32;
}

.remen-main {
  padding: 12px;
  background: #e8f5e9;
  box-sizing: border-box;
}

.remen-mod {
  margin-bottom: 0;
  border: 1px solid #c8e6c9;
  background: #fff;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.remen-empty-li {
  padding: 28px 12px;
  text-align: center;
  color: #666;
  font-size: 15px;
  font-weight: 400;
}

.remen-empty {
  padding: 28px 12px;
  text-align: center;
  color: #666;
  font-size: 15px;
}

.remen-article .mod-head {
  align-items: flex-start;
}

.remen-article-title {
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 700;
}

.remen-article-meta {
  padding: 8px 12px 0;
  text-align: center;
  font-size: 12px;
  color: #78909c;
}

.remen-article-body {
  padding: 12px 12px 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #222;
  text-align: center;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.remen-article-body img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.remen-article-body article,
.remen-article-body .mod-record {
  max-width: 100%;
  box-sizing: border-box;
}

.remen-article-body table,
.remen-article-body table[width] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto;
  table-layout: fixed !important;
}

.remen-article-body th,
.remen-article-body td,
.remen-article-body th[width],
.remen-article-body td[width] {
  width: auto !important;
  min-width: 0 !important;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.remen-footer {
  margin: 0;
  padding: 14px 12px 20px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #c8e6c9;
}

.remen-footer p {
  margin: 0;
  font-size: 12px;
  color: #558b2f;
  line-height: 1.5;
}
