/* 1.0.6: make the app a clean full-width section with no theme frame. */
.wp-block-shortcode:has(.mtpb-app) {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 calc(50% - 50vw) !important;
  padding: 0 !important;
  background: #f4f1ec !important;
  border: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: visible !important;
}

.wp-block-shortcode:has(.mtpb-app)::before,
.wp-block-shortcode:has(.mtpb-app)::after {
  content: none !important;
  display: none !important;
}

.mtpb-app {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f4f1ec !important;
  border: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  clip-path: none !important;
}

.entry-content:has(.mtpb-app),
.wp-block-post-content:has(.mtpb-app) {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
