/* 9.2.0 / v16 — recovery: horizontal cards, ice canvas, no 1px collapse */

html body.bu-board-page {
  background: #f4f7fb !important;
}

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-board-page .bu-feed .bu-row {
  display: block !important;
  grid-template-columns: none !important;
  grid-template-areas: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  word-break: normal !important;
}

html body.bu-board-page .bu-feed .bu-item.compact > .bu-c,
html body.bu-board-page .bu-feed .bu-item.compact > .bu-c-route,
html body.bu-board-page .bu-feed .bu-item.compact > .bu-m-meta,
html body.bu-board-page .bu-feed .bu-item.compact > .bu-driver-card-cta {
  display: none !important;
}
html body.bu-board-page .bu-feed .bu-item.compact > .bu-c-fav {
  display: flex !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 3 !important;
  width: auto !important;
}

html body.bu-board-page .bu-pcard,
html body.bu-board-page .bu-v12-card,
html body.bu-board-page .bu-v14-card {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  padding: 12px 14px !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .05) !important;
  color: #0f172a !important;
  overflow: visible !important;
}

html body.bu-board-page .bu-v14-route,
html body.bu-board-page .bu-v12-route,
html body.bu-board-page .bu-mcard-route {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) !important;
  grid-template-rows: auto !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-width: 0 !important;
  writing-mode: horizontal-tb !important;
}

html body.bu-board-page .bu-v14-end,
html body.bu-board-page .bu-v12-end,
html body.bu-board-page .bu-mcard-end {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 4px !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  color: #0f172a !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
}

html body.bu-board-page .bu-v14-end b,
html body.bu-board-page .bu-v12-end b,
html body.bu-board-page .bu-mcard-end b,
html body.bu-board-page .bu-mcard-end small,
html body.bu-board-page .bu-ccflag {
  display: inline !important;
  white-space: nowrap !important;
  writing-mode: horizontal-tb !important;
  word-break: keep-all !important;
}

html body.bu-board-page .bu-v14-arr,
html body.bu-board-page .bu-v12-arr,
html body.bu-board-page .bu-mcard-route > i {
  color: #0066ff !important;
  font-style: normal !important;
  text-align: center !important;
}

html body.bu-board-page .bu-v14-meta,
html body.bu-board-page .bu-mcard-meta,
html body.bu-board-page .bu-v12-specs {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 6px 8px !important;
  width: 100% !important;
}

html body.bu-board-page .bu-demo-ribbon {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  white-space: nowrap !important;
  background: #f59e0b !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 3px 8px !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .03em !important;
}

html body.bu-board-page .bu-v14-cta,
html body.bu-board-page .bu-v12-req {
  display: inline-flex !important;
  margin-left: auto !important;
  background: #0066ff !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 8px 14px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

html body.bu-board-page .bu-cols-head { display: none !important; }

html body.bu-board-page #bu-filter-fold.open { z-index: 9000 !important; }
html body.bu-board-page .bu-geo-list,
html body.bu-board-page .bu-lang-menu,
html body.bu-board-page .bu-veh-drop-menu { z-index: 9100 !important; }
html body .bu-toast { z-index: 100000 !important; }
