/**
 * Theme compatibility: full-width landing inside WordPress content area.
 * Targets Astra (jazzplay.ru) and common container themes.
 */

body.jpep-landing-active #content.site-content,
body.jpep-landing-active .site-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}

body.jpep-landing-active .site-content > .ast-container,
body.jpep-landing-active .site-content > .container,
body.jpep-landing-active .site-content > .wrap {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.jpep-landing-active #primary,
body.jpep-landing-active .content-area,
body.jpep-landing-active .site-main,
body.jpep-landing-active article.page,
body.jpep-landing-active article.type-page,
body.jpep-landing-active .entry-content,
body.jpep-landing-active .wp-block-post-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.jpep-landing-active.ast-separate-container #primary,
body.jpep-landing-active.ast-separate-container .site-main,
body.jpep-landing-active.ast-separate-container .ast-article-single {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.jpep-landing-active .entry-header,
body.jpep-landing-active .entry-footer,
body.jpep-landing-active .post-navigation,
body.jpep-landing-active .comments-area {
  display: none !important;
}

body.jpep-landing-active .jazzplay-event-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
