/* Real WebView only: relies on the established IP Custom detector, never on the query parameter alone. */
html.ibp-is-app body.nmla-app-request:not(.single-listing) {
  min-height: 100dvh;
  background: var(--ip-ui-surface);
}

html.ibp-is-app body.nmla-app-request:not(.single-listing) #wrapper {
  min-height: 100dvh;
}

html.ibp-is-app body.nmla-app-request.home .mailbar {
  margin-top: var(--ip-ui-space-sm);
}

html.ibp-is-app body.nmla-app-request.post-type-archive-listing.half-archive-listings-layout #wrapper {
  padding-top: 0;
}

html.ibp-is-app body.nmla-app-request.page-template-template-dashboard-php .container.full-width,
html.ibp-is-app body.nmla-app-request.page-id-34161 .container.full-width {
  padding-bottom: calc(var(--ip-ui-space-xl) + env(safe-area-inset-bottom));
}
