/* 歇口气 · 求助热线页样式 */

.hotline-alert {
  background: #FFF8EC;
  border: 1px solid #F0DDB8;
  border-radius: var(--radius);
  padding: 12px 16px;
  font-size: 0.92rem;
  color: #7A5A1E;
  margin-bottom: 20px;
}

.hotline-alert a { color: #7A5A1E; font-weight: 700; }

/* —— 地区快速跳转 —— */
.region-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.region-btn {
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--text-muted);
  border-radius: 999px;
  padding: 5px 16px;
  font-size: 0.9rem;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.15s ease;
}

.region-btn:hover {
  border-color: var(--green-deep);
  color: var(--green-deep);
  background: var(--green-mist);
}

/* —— 热线分组 —— */
.hotline-group {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px;
  margin-bottom: 18px;
  scroll-margin-top: 76px;
}

.hotline-region { font-size: 1.2rem; margin-bottom: 4px; }

.hotline-note { font-size: 0.88rem; color: #9A6A2A; margin-bottom: 8px; }

.hotline-list { list-style: none; }

.hotline-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
  padding: 14px 2px;
}

.hotline-item:first-child { border-top: none; }

.hotline-info { flex: 1; min-width: 220px; }

.hotline-name { font-size: 1rem; font-weight: 700; }

.hotline-hours {
  display: inline-block;
  font-size: 0.78rem;
  color: var(--green-deeper);
  background: var(--green-mist);
  border-radius: 999px;
  padding: 0 10px;
  margin-left: 8px;
  vertical-align: middle;
}

.hotline-desc { font-size: 0.88rem; color: var(--text-muted); margin-top: 2px; }

.hotline-call {
  display: inline-block;
  background: var(--green-deep);
  color: #FFFFFF;
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 1.02rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.hotline-call:hover { background: var(--green-deeper); }

.hotline-number-plain {
  font-size: 1rem;
  font-weight: 700;
  color: var(--green-deeper);
  white-space: nowrap;
}

/* —— 更多国家 —— */
.hotline-more-desc { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 12px; }

.hotline-more-list { list-style: none; }

.hotline-more-list li { padding: 8px 0; border-top: 1px solid var(--border); }

.hotline-more-list li:first-child { border-top: none; }

.hotline-more-note { display: block; font-size: 0.85rem; color: var(--text-muted); }

@media (max-width: 600px) {
  .hotline-item { align-items: flex-start; }
  .hotline-call { width: 100%; text-align: center; }
}
