/* 1.0.5: remove theme backgrounds/borders from the block wrapping this shortcode. */
.wp-block-shortcode:has(> .mtpb-app),
.wp-block-shortcode:has(.mtpb-app),
.entry-content > p:has(> .mtpb-app),
.entry-content > div:has(> .mtpb-app) {
  background: #f4f1ec !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mtpb-app {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  border: 0 !important;
  box-shadow: 0 0 0 100vmax #f4f1ec !important;
  clip-path: inset(0 -100vmax) !important;
}

.mtpb-app::before,
.mtpb-app::after {
  content: none !important;
  display: none !important;
}
