/* Keep last Orchid sidebar items visible above sticky profile footer (Super Admin long menu). */
.aside nav.aside-collapse > ul.nav {
  padding-bottom: 5.5rem;
}

/* Billing console: custom page-head inside #billing-manager-mount replaces Orchid screen title */
body:has(#billing-manager-mount) .layout > div.d-md-flex.align-items-center.mb-3,
body:has(#billing-manager-mount) .layout > div.d-md-flex.align-items-center:has(h1.h3) {
  display: none !important;
}

/* Paper background behind billing content (mock shell) */
body:has(#billing-manager-mount) .col-xxl.col-xl-9.col-12.mx-auto {
  background: #f4f3ef;
}

body:has(#billing-manager-mount) #post-form {
  background: transparent;
}
