/* Blog-post FAQ accordion overrides (2026-07-02).
   webhavva-blocks.css is compiled for wide landing sections where the expanded
   answer is deliberately indented (.accordion__open padding-left: 24%). Inside
   the narrow single-post column that indent reads as a big right shift, so
   align the answer with the question text instead. */
.post-single .accordion__open {
  padding: 12px 20px 0;
}
.post-single .block-accordion__one .accordion__open-text {
  max-width: none;
}
