/* Employment Calculator · The New page bridge · 20260820a.
 * The calculator workspace is intentionally untouched; shared fixed partials own the surrounding page.
 */

html body.wp-theme-intro .entry-content > .tn-employment-page {
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html body.wp-theme-intro .entry-content > .tn-employment-page > .tn-employment-tool-slot {
  display: block !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 720px) {
  html body.wp-theme-intro .entry-content > .tn-employment-page > .tn-employment-tool-slot {
    width: 100% !important;
    max-width: 100% !important;
  }
}
