:root[data-theme='dark'] .video-template-editor { max-width: none !important; }

.fullwidth-layout .video-template-editor { max-width: 100% !important; width: 100% !important; padding-left: 1rem; padding-right: 1rem; margin: 0 !important; }

/* remove the left/right empty gutters by resetting row margins and column paddings */
.fullwidth-layout .video-template-editor .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.fullwidth-layout .video-template-editor .col-lg-3,
.fullwidth-layout .video-template-editor .col-lg-6 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* ensure container-fluid has no horizontal padding */
.fullwidth-layout .container-fluid.px-0,
.fullwidth-layout .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* optional: reduce cookie banner width impact */
.fullwidth-layout .cookie-banner__inner { max-width: 100% !important; }
