/* Roberin The New — BMR 20260711b: global lower-block parity + article h2 min-width (cell 16 / cell 4 exact replay of Character Counter contract) */

.tn-bmr-page .tn-article-title h2 {
  min-width: 0;
}

body.tn-bmr-page-body :is(.cs-entry__footer, .cs-sight-testimonials, .cs-contact-form) {
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.tn-bmr-page-body .cs-entry__footer {
  margin-top: 28px !important;
  margin-bottom: 0 !important;
}

body.tn-bmr-page-body .cs-sight-testimonials,
body.tn-bmr-page-body .cs-contact-form {
  margin-top: 24px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 540px) {
  body.tn-bmr-page-body :is(.cs-entry__footer, .cs-sight-testimonials, .cs-contact-form) {
    width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
  }

  body.tn-bmr-page-body .cs-entry__footer {
    margin-top: 24px !important;
  }

  body.tn-bmr-page-body .cs-sight-testimonials,
  body.tn-bmr-page-body .cs-contact-form {
    margin-top: 22px !important;
  }
}
