/* 8.4.0 — Dark Engine mobile visual reset. Navy/cyan. Last file in chain. */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

@keyframes bu-v88-pulse {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, .55); }
  70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

@media (max-width: 899px) {
  html, html body {
    overflow-x: hidden !important;
    background: #070d14 !important;
  }

  html body.bu-board-page,
  html body.bu-nalog-page,
  html body.bu-nalog-page.bu-board-page,
  html body.bu-auth-chrome,
  html body.bu-lista-chrome {
    background: #070d14 !important;
    color: #ffffff !important;
    min-height: 100dvh !important;
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
  }

  html body.bu-board-page .bu-board-shell-wrap,
  html body.bu-board-page .bu-board-main-col,
  html body.bu-board-page .bu-feed,
  html body.bu-board-page main,
  html body.bu-board-page .bu-board-live {
    background: #070d14 !important;
    color: #ffffff !important;
  }

  html body.bu-board-page .bu-feed {
    max-width: 28rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 8px 16px 24px !important;
    width: 100% !important;
  }

  /* —— Header 52px —— */
  html body .bu-mshell,
  html body.bu-board-page .bu-mshell,
  html body.bu-nalog-page .bu-mshell {
    z-index: 9500 !important;
  }
  html body .bu-mshell-bar,
  html body.bu-board-page .bu-mshell-bar,
  html body.bu-nalog-page .bu-mshell-bar,
  html body.bu-auth-chrome .bu-mshell-bar,
  html body.bu-lista-chrome .bu-mshell-bar {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: auto !important;
    min-height: calc(52px + env(safe-area-inset-top, 0px)) !important;
    max-height: none !important;
    padding: env(safe-area-inset-top, 0px) 16px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    z-index: 9500 !important;
    background: rgba(11, 18, 30, .95) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(30, 41, 59, .8) !important;
    box-shadow: none !important;
    color: #fff !important;
    overflow: visible !important;
  }
  html body .bu-mshell-bar > * {
    height: 52px;
    display: flex;
    align-items: center;
  }
  html body .bu-mshell-brand,
  html body .bu-mshell-brand-mini {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-start;
  }
  html body .bu-mshell-brand-img,
  html body .bu-mshell-bar img,
  html body .bu-mshell-brand img {
    height: 36px !important;
    width: auto !important;
    max-width: 168px !important;
    object-fit: contain !important;
  }
  html body .bu-mshell-title {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 42vw;
  }
  html body .bu-mshell-menu {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 8px 4px !important;
  }
  html body .bu-mshell-menu span {
    background: #fff !important;
    display: block;
    height: 2px;
    margin: 5px 0;
    border-radius: 2px;
  }
  html body .bu-mshell-end {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 2px !important;
    flex: 0 0 auto;
  }
  html body .bu-mshell-end .bu-lang-pick,
  html body .bu-mshell-ico,
  html body .bu-mshell-end .bu-bell {
    display: flex !important;
    width: 40px !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
  }
  html body .bu-mshell-ico svg,
  html body .bu-mshell-end .bu-bell svg {
    width: 20px;
    height: 20px;
    stroke: #fff !important;
  }
  html body .bu-mshell-cta,
  html body .bu-mshell-end [data-view="map"],
  html body .bu-mshell-end [data-open-inbox] {
    display: none !important;
  }
  html body .bu-mshell-drawer {
    background: #0b121e !important;
    color: #fff !important;
    border-right: 1px solid #1e293b !important;
  }
  html body .bu-mshell-card {
    background: #0e1726 !important;
    border: 1px solid #1e293b !important;
    color: #fff !important;
  }
  html body .bu-mshell-card-a,
  html body .bu-mshell-drawer-kicker {
    color: #94a3b8 !important;
  }
  html body .bu-mshell-card-a span { color: #fff !important; }

  /* Kill stacked chrome */
  html body .bu-phonedock,
  html body .bu-dispo-fab,
  html body .bu-twin-bars,
  html body .bu-dock-demo,
  html body .bu-mobchrome-status,
  html body.bu-board-page .bu-app-banner,
  html body.bu-board-page .bu-app-banner.is-on,
  html body.bu-board-page .bu-board-header,
  html body.bu-board-page .bu-board-header-v8 {
    display: none !important;
  }

  /* —— Dock —— */
  html body .bu-mobchrome {
    display: block !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9000 !important;
    pointer-events: none;
  }
  html body .bu-mobdock {
    pointer-events: auto;
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: calc(64px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 8px calc(env(safe-area-inset-bottom, 0px)) !important;
    background: rgba(11, 18, 30, .95) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-top: 1px solid rgba(30, 41, 59, .8) !important;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .35) !important;
  }
  html body .bu-mobdock-a {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    min-height: 44px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    color: #94a3b8 !important;
    text-decoration: none !important;
    background: none !important;
    border: 0 !important;
    font: inherit;
    position: relative;
  }
  html body .bu-mobdock-a em {
    font-size: 10px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: inherit !important;
  }
  html body .bu-mobdock-a svg {
    width: 22px;
    height: 22px;
    stroke: currentColor !important;
  }
  html body .bu-mobdock-a.is-on,
  html body .bu-mobdock-a.is-on em {
    color: #06b6d4 !important;
  }
  html body .bu-mobdock-pub {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    margin-top: -20px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #06b6d4, #0284c7) !important;
    box-shadow: 0 10px 22px rgba(6, 182, 212, .35) !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    text-decoration: none !important;
    padding: 0 !important;
  }
  html body .bu-mobdock-pub svg {
    width: 22px;
    height: 22px;
    stroke: #fff !important;
  }
  html body .bu-mobdock-pub em { display: none !important; }
  html body .bu-mobdock-ai img {
    width: 26px !important;
    height: 26px !important;
    border-radius: 8px !important;
    display: block;
  }
  html body .bu-mobdock-ai::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 22%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    animation: bu-v88-pulse 1.8s ease-out infinite;
  }

  /* —— Cards —— */
  html body.bu-board-page .bu-feed .bu-item.compact,
  html body.bu-board-page .bu-feed .bu-item.bu-row.compact,
  html body.bu-lista-chrome .bu-item.compact {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 12px !important;
    padding: 14px !important;
    background: #0e1726 !important;
    border: 1px solid #1e293b !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .28) !important;
    position: relative !important;
    gap: 10px !important;
    color: #fff !important;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.is-demo,
  html body.bu-board-page .bu-feed .bu-item.bu-row.compact.is-demo {
    background: #0e1726 !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .28) !important;
    padding-top: 34px !important;
  }
  html body.bu-board-page .bu-feed .bu-item.compact > .bu-c,
  html body.bu-board-page .bu-feed .bu-item.compact > .bu-driver-card-cta,
  html body.bu-board-page .bu-feed .bu-item.compact > .bu-c-fav {
    display: none !important;
  }
  html body .bu-pcard {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
  }
  html body .bu-pcard .bu-mcard-route,
  html body.bu-board-page .bu-feed .bu-item.compact .bu-mcard-route {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
    overflow: hidden !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
  }
  html body .bu-pcard .bu-mcard-route b,
  html body.bu-board-page .bu-feed .bu-item.compact .bu-mcard-route b {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    min-width: 0 !important;
    flex: 1 1 0;
  }
  html body .bu-pcard .bu-mcard-route i,
  html body.bu-board-page .bu-feed .bu-item.compact .bu-mcard-route i {
    flex: 0 0 auto;
    color: #06b6d4 !important;
    font-style: normal !important;
    font-weight: 900 !important;
    font-size: 16px;
  }
  html body .bu-ccflag {
    font-style: normal !important;
    font-size: 16px;
    margin-right: 2px;
  }
  html body .bu-pcard .bu-mcard-meta,
  html body.bu-board-page .bu-feed .bu-item.compact .bu-mcard-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    width: 100% !important;
  }
  html body .bu-mchip,
  html body.bu-board-page .bu-mchip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    background: rgba(30, 41, 59, .8) !important;
    color: #cbd5e1 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 4px 10px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(51, 65, 85, .5) !important;
  }
  html body .bu-mchip.is-demo { display: none !important; }
  html body .bu-item.is-demo .bu-demo-ribbon,
  html body .bu-pcard .bu-demo-ribbon,
  html body .bu-demo-ribbon {
    display: inline-flex !important;
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    align-self: auto !important;
    background: rgba(245, 158, 11, .12) !important;
    color: #f59e0b !important;
    border: 1px solid rgba(245, 158, 11, .35) !important;
    font-weight: 800 !important;
    font-size: 10px !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
    z-index: 3;
  }
  html body .bu-pcard .bu-mcard-foot,
  html body.bu-board-page .bu-feed .bu-item.compact .bu-mcard-foot {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
  }
  html body .bu-mcard-co,
  html body.bu-board-page .bu-mcard-co {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #94a3b8 !important;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html body .bu-mcard-ok {
    display: inline-flex;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    border-radius: 50%;
    background: #10b981;
    color: #042f2e;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
  }
  html body .bu-pcard-go,
  html body.bu-board-page .bu-pcard .bu-pcard-go {
    flex: 0 0 auto !important;
    min-height: 32px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    background: rgba(6, 182, 212, .12) !important;
    color: #22d3ee !important;
    border: 1px solid rgba(6, 182, 212, .35) !important;
    box-shadow: none !important;
  }

  /* Filters */
  html body.bu-board-page .bu-mfilter-strip,
  html body .bu-mfilter-strip {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 16px !important;
    background: #070d14 !important;
    border-bottom: 1px solid #1e293b !important;
    z-index: 20 !important;
  }
  html body.bu-board-page .bu-tabs-chrome,
  html body.bu-board-page .bu-mfilter-strip .bu-chrome-row {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  html body.bu-board-page .bu-mfilter-go {
    background: #0e1726 !important;
    color: #e2e8f0 !important;
    border: 1px solid #1e293b !important;
    border-radius: 12px !important;
  }
  html body.bu-board-page .bu-tabs-bar,
  html body.bu-board-page .bu-stab,
  html body.bu-board-page .bu-tab-add {
    background: #0e1726 !important;
    color: #94a3b8 !important;
    border-color: #1e293b !important;
  }
  html body.bu-board-page .bu-stab.is-on {
    background: rgba(6, 182, 212, .16) !important;
    color: #22d3ee !important;
    border-color: rgba(6, 182, 212, .4) !important;
  }
  html body.bu-board-page .bu-filter-fold,
  html body.bu-board-page #bu-filter-fold {
    background: #0b121e !important;
    color: #fff !important;
    border-color: #1e293b !important;
  }
  html body.bu-board-page .bu-lane {
    background: #0e1726 !important;
    border-color: #1e293b !important;
    box-shadow: none !important;
    color: #fff !important;
  }
  html body.bu-board-page .bu-geo,
  html body.bu-board-page input.bu-geo {
    background: #070d14 !important;
    color: #fff !important;
    border-color: #1e293b !important;
  }

  /* Empty / titles */
  html body.bu-board-page .bu-launch-empty-feed,
  html body.bu-board-page .bu-empty-state,
  html body.bu-nalog-page .bu-empty-state,
  html body.bu-board-page .bu-empty-cta-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  html body.bu-board-page .bu-launch-empty-feed,
  html body.bu-board-page .bu-empty-state {
    min-height: 46vh !important;
    padding: 36px 16px !important;
    color: #94a3b8 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* Buttons: cyan, not green */
  html body.bu-board-page .bu-btn.dark,
  html body.bu-board-page .bu-btn.primary,
  html body .bu-dispo-form .bu-btn,
  html body #bu-dispo .bu-btn.dark {
    background: linear-gradient(90deg, #06b6d4, #0284c7) !important;
    color: #fff !important;
    border: 0 !important;
  }

  /* —— Dispo AI —— */
  html body #bu-dispo.bu-ai-portal,
  html body.bu-ai-open #bu-dispo,
  html body.bu-board-page.bu-ai-open #bu-dispo,
  html body.bu-board-page #bu-dispo {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    z-index: 2147483000 !important;
    transform: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    background: #070d14 !important;
    color: #e2e8f0 !important;
    padding-top: env(safe-area-inset-top, 0px) !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
    pointer-events: auto !important;
  }
  html body.bu-ai-open .bu-mshell,
  html body.bu-ai-open .bu-mobchrome,
  html body.bu-ai-open .bu-dispo-fab,
  html body.bu-ai-open .bu-phonedock,
  html body.bu-ai-open .bu-mfilter-strip,
  html body.bu-mobile-detail-open .bu-mshell,
  html body.bu-mobile-detail-open .bu-mobchrome,
  html body.bu-mobile-detail-open .bu-phonedock {
    display: none !important;
  }
  html body #bu-dispo .bu-dispo-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 56px !important;
    height: 56px !important;
    padding: 0 16px !important;
    background: #0b121e !important;
    border-bottom: 1px solid #1e293b !important;
    color: #fff !important;
  }
  html body #bu-dispo .bu-kicker,
  html body #bu-dispo .bu-dispo-brand p {
    color: #fff !important;
    font-weight: 800 !important;
    margin: 0 !important;
    font-size: 14px !important;
  }
  html body #bu-dispo .bu-dispo-live { color: #10b981 !important; }
  html body #bu-dispo .bu-dispo-live i {
    background: #10b981 !important;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, .22) !important;
  }
  html body #bu-dispo .bu-ai-close {
    min-width: 44px !important;
    min-height: 44px !important;
    font-size: 22px !important;
    background: rgba(255,255,255,.1) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 12px !important;
  }
  html body #bu-dispo .bu-dispo-chips {
    background: #070d14 !important;
    border-bottom: 1px solid #1e293b !important;
    padding: 8px 12px !important;
  }
  html body #bu-dispo .bu-dispo-chip {
    background: #0e1726 !important;
    color: #94a3b8 !important;
    border: 1px solid #1e293b !important;
  }
  html body #bu-dispo .bu-dispo-log,
  html body #bu-dispo .bu-chat-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    padding: 16px !important;
    background: #070d14 !important;
  }
  html body #bu-dispo .bu-bubble {
    max-width: 85% !important;
    background: #0e1726 !important;
    color: #e2e8f0 !important;
    border: 1px solid #1e293b !important;
    border-radius: 16px 16px 16px 4px !important;
    padding: 12px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  html body #bu-dispo .bu-bubble.me {
    margin-left: auto !important;
    background: linear-gradient(90deg, #0891b2, #0284c7) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 16px 16px 4px 16px !important;
  }
  html body #bu-dispo .bu-dispo-form {
    flex: 0 0 auto !important;
    display: flex !important;
    gap: 8px !important;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    background: #0b121e !important;
    border-top: 1px solid #1e293b !important;
    position: sticky !important;
    bottom: 0 !important;
  }
  html body #bu-dispo .bu-dispo-form input {
    flex: 1 !important;
    min-height: 44px !important;
    font-size: 16px !important;
    background: #0e1726 !important;
    color: #fff !important;
    border: 1px solid #1e293b !important;
    border-radius: 12px !important;
    padding: 0 12px !important;
  }

  /* Detail */
  html body #bu-mobile-detail-sheet,
  html body.bu-mobile-detail-open #bu-mobile-detail-sheet {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    z-index: 2147482900 !important;
    transform: none !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    background: #070d14 !important;
    color: #e2e8f0 !important;
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  html body .bu-mdetail-head,
  html body .bu-mdetail-foot {
    background: #0b121e !important;
    border-color: #1e293b !important;
    color: #fff !important;
  }
  html body .bu-mdetail-x {
    background: #1e293b !important;
    color: #fff !important;
  }
  html body .bu-dpro-route-leg {
    background: #0e1726 !important;
    color: #fff !important;
    border: 1px solid #1e293b !important;
  }

  /* Notes */
  html body .bu-notes,
  html body.bu-notes-open #bu-notes:not([hidden]) {
    background: #0b121e !important;
    color: #fff !important;
    border-color: #1e293b !important;
  }

  /* Nalog + auth */
  html body.bu-nalog-page .bu-dash-main,
  html body.bu-nalog-page .bu-board-shell-wrap,
  html body.bu-nalog-page .bu-nalog-flow,
  html body.bu-nalog-page [data-prof-panel] {
    background: #070d14 !important;
    color: #ffffff !important;
  }
  html body.bu-nalog-page h1,
  html body.bu-nalog-page h2,
  html body.bu-nalog-page h3,
  html body.bu-nalog-page strong,
  html body.bu-nalog-page label,
  html body.bu-nalog-page p {
    color: #ffffff !important;
  }
  html body.bu-nalog-page .bu-hint,
  html body.bu-nalog-page small,
  html body.bu-nalog-page .bu-muted {
    color: #94a3b8 !important;
  }
  html body.bu-nalog-page .bu-card,
  html body.bu-nalog-page .bu-panel,
  html body.bu-nalog-page .bu-box,
  html body.bu-nalog-page .bu-dash-card,
  html body.bu-nalog-page .bu-nalog-panel-err,
  html body.bu-auth-chrome .bu-card,
  html body.bu-auth-chrome form,
  html body.bu-auth-chrome .bu-auth-box {
    background: #0e1726 !important;
    border: 1px solid #1e293b !important;
    color: #fff !important;
  }
  html body.bu-nalog-page input,
  html body.bu-nalog-page select,
  html body.bu-nalog-page textarea,
  html body.bu-auth-chrome input,
  html body.bu-auth-chrome select,
  html body.bu-auth-chrome textarea {
    background: #070d14 !important;
    color: #fff !important;
    border-color: #1e293b !important;
  }
  html body.bu-nalog-page .bu-btn.dark,
  html body.bu-auth-chrome .bu-btn.dark,
  html body.bu-auth-chrome button[type="submit"] {
    background: linear-gradient(90deg, #06b6d4, #0284c7) !important;
    color: #fff !important;
  }

  /* Landing header — drop muddy green */
  html body.bu-landing-page .bu-neon-head,
  html body.bu-product-page .bu-neon-head,
  html body [data-landing-header].bu-neon-head {
    background: rgba(11, 18, 30, .95) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(30, 41, 59, .8) !important;
  }
}

@media (min-width: 900px) {
  html body .bu-pcard { display: none !important; }
}
