/* Override panel-injected view-mode / landing-mobile */
html.landing-opros,
body.landing-opros,
body.landing-opros.view-desktop,
body.landing-opros.view-mobile {
  background: #f6f7f9 !important;
  color: #1c1c1c !important;
  display: block !important;
  min-width: 0 !important;
}

.opros-page {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  background: #f6f7f9;
  color: #1c1c1c;
}
