/* HomBoo brand micro-overrides — detail & legal page specifics */

/* detail page guide device size */
.guide-device .device-mock  { max-width: 330px; }
.guide-device .device-content { height: 470px; }

/* legal page wrappers */
.legal-wrap h1,
.legal-wrap h2 { font-family: "Baloo 2", cursive; }
.legal-wrap h2 { font-size: 1.4rem; margin-top: 1.2rem; }
.legal-wrap p,
.legal-wrap li { color: #5f5a69; font-weight: 600; }
.legal-note {
  background: #eef6ff;
  border: 1px solid #d4e5f7;
  border-radius: 12px;
  padding: .9rem;
}
