/*
Theme Name: GeneratePress Child — noriguri 잡지
Template: generatepress
Description: noriguri.com 건강 잡지형 홈 + 글 스타일
Version: 1.0.0
*/

/* 일반 글 페이지 — 팁·주의·면책 박스 (본문 HTML 블록 class) */
.entry-content .tip,
.entry-content .tip-box {
  background: #e8ebe4;
  border-left: 4px solid #3d6b52;
  padding: 0.85rem 1rem;
  border-radius: 0 8px 8px 0;
  margin: 1rem 0;
}

.entry-content .warn {
  background: #fff8e6;
  border-left: 4px solid #d4a84b;
  padding: 0.85rem 1rem;
  border-radius: 0 8px 8px 0;
  margin: 1rem 0;
}

.entry-content .disclaimer,
.entry-content .disclaimer-box {
  font-size: 0.85rem;
  color: #5c6b66;
  background: #f0eeea;
  border: 1px solid #ddd4c4;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  margin-top: 1.5rem;
}

.entry-content h2 {
  color: #3d6b52;
}
