/* =========================================================
   01-base.css
   - wrapper, 공통 색/텍스트 베이스
========================================================= */
.dive-waiver-wrapper{
  max-width: 760px;
  margin: 0 auto;
  padding: 16px;
}

/* =========================
   Standalone page: hide theme/bricks page title
   - big title at very top (theme output)
   - only affects standalone pages (body has dw-standalone)
========================= */
body.dw-standalone h1.entry-title,
body.dw-standalone .entry-title,
body.dw-standalone .post-title,
body.dw-standalone .page-title,
body.dw-standalone .brxe-post-title,
body.dw-standalone .bricks-post-title,
body.dw-standalone .brxe-title,
body.dw-standalone .brxe-heading {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
