/* Pages already have closing-section padding; only the shared post shell lacks it. */
body.single-post #brx-content.layout-default {
  padding-bottom: 64px;
}

@media (max-width: 767px) {
  body.single-post #brx-content.layout-default {
    padding-bottom: 40px;
  }
}
