/*
 * Shared wrapper rules for all Interactive Tools shortcodes.
 * Keeps tool containers flush at the top in mixed theme layouts.
 */
.it-shortcode-wrapper {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  padding-top: 0 !important;
}

.it-shortcode-wrapper > * {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  padding-top: 0 !important;
}
