/* 参会指南三页共用（会场 / 酒店 / 旅游）
 * 覆盖 .main-newsdate 的全局 text-align:center，正文左对齐（参考 HHME 2025 文档式排版） */
.main-newsdate .guide-sheet {
  text-align: left;
}

.guide-page-header {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid #f0d8d8;
}

.guide-page-title {
  text-align: left;
  margin: 0 0 10px 0;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.02em;
}

.guide-page-lead {
  text-align: left;
  font-size: 15px;
  color: #555;
  max-width: none;
  margin: 0;
  line-height: 1.75;
}

.guide-nav {
  display: flex;
  gap: 10px;
  margin: 18px 0 26px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.guide-nav a {
  padding: 10px 22px;
  background: #fdf6f6;
  color: #B01C2E;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #f0d8d8;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.guide-nav a:hover {
  background: #f5e8e8;
  box-shadow: 0 2px 8px rgba(176, 28, 46, 0.12);
}
.guide-nav a.active {
  background: #B01C2E;
  color: #fff;
  border-color: #B01C2E;
}
.info-card {
  background: #fff;
  border: 1px solid #f0d8d8;
  border-radius: 8px;
  padding: 26px 28px 28px 28px;
  margin-bottom: 22px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.info-card h3 {
  color: #B01C2E;
  font-size: 19px;
  margin: 0 0 14px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5e8e8;
  font-weight: 700;
}
.info-card p {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  margin: 0 0 10px 0;
}
.info-card p:last-child {
  margin-bottom: 0;
}

/* 与 2025 版类似的章节小标题：一、二、三… */
.guide-num-title {
  font-size: 19px;
  font-weight: 700;
  color: #B01C2E;
  margin: 26px 0 14px 0;
  padding: 0;
  border: none;
}
.guide-num-title:first-of-type {
  margin-top: 4px;
}

/* 正文首行缩进 */
.guide-prose {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  text-indent: 2em;
  margin: 0 0 12px 0;
  text-align: justify;
}
.guide-prose:last-child {
  margin-bottom: 0;
}
.guide-figure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.guide-figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fafafa;
}
.guide-figure img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
}
.guide-figure figcaption {
  font-size: 13px;
  color: #666;
  padding: 10px 12px 12px 12px;
  line-height: 1.5;
  background: #fff;
  text-align: left;
}
.guide-hero {
  margin: 0 0 22px 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f0d8d8;
  box-shadow: 0 4px 20px rgba(176, 28, 46, 0.08);
}
.guide-hero img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.guide-hero figcaption {
  font-size: 13px;
  color: #555;
  padding: 12px 16px;
  background: linear-gradient(to bottom, #fffefb, #fff);
  border-top: 1px solid #f5e8e8;
  text-align: left;
}
.guide-tip {
  background: #fff8f8;
  border-left: 4px solid #B01C2E;
  padding: 14px 18px;
  margin-top: 20px;
  border-radius: 0 6px 6px 0;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  text-align: left;
}

/* 会场 / 酒店：卡片内正文两端对齐（标题仍左齐） */
.main-newsdate .guide-sheet .info-card p {
  text-align: justify;
}

/* 旅游页景点卡片：左对齐 + 首行缩进（对齐 2025 版叙述习惯） */
.main-newsdate .guide-sheet .spot-card {
  align-items: flex-start;
  text-align: left;
}
.main-newsdate .guide-sheet .spot-card .spot-icon {
  text-align: center;
  flex-shrink: 0;
}
.main-newsdate .guide-sheet .spot-card .spot-info {
  text-align: left;
}
.main-newsdate .guide-sheet .spot-card .spot-info h3 {
  text-align: left;
  font-size: 17px;
}
.main-newsdate .guide-sheet .spot-card .spot-info .tags {
  text-align: left;
}
.main-newsdate .guide-sheet .spot-card .spot-info p {
  font-size: 15px;
  line-height: 1.85;
  color: #444;
  text-indent: 2em;
  text-align: justify;
  margin-bottom: 10px;
}
.main-newsdate .guide-sheet .spot-card .spot-info p:last-child {
  margin-bottom: 0;
}

/* 旅游页 · 美食网格：固定 3×2，避免 flex 出现「一行五个、底行单独一个」 */
.main-newsdate .guide-sheet .food-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 16px;
  margin: 4px 0 0 0;
  padding: 0;
  list-style: none;
}
.main-newsdate .guide-sheet .food-grid li {
  margin: 0;
  text-align: left;
  background: #fff;
  border: 1px solid #f0d8d8;
  border-radius: 8px;
  padding: 14px 16px 16px 16px;
  box-shadow: 0 1px 2px rgba(176, 28, 46, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  min-height: 5.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
}
.main-newsdate .guide-sheet .food-grid li:hover {
  border-color: #e8c4c9;
  box-shadow: 0 4px 14px rgba(176, 28, 46, 0.08);
}
.main-newsdate .guide-sheet .food-grid li strong {
  display: block;
  color: #B01C2E;
  font-size: 15px;
  line-height: 1.35;
}
.main-newsdate .guide-sheet .food-grid .food-desc {
  display: block;
  font-size: 14px;
  line-height: 1.65;
  color: #555;
}
@media (max-width: 992px) {
  .main-newsdate .guide-sheet .food-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .main-newsdate .guide-sheet .food-grid {
    grid-template-columns: 1fr;
  }
}
