/**
* TODO change ids to classname plus use BEM naming conventions in TR5
**/
@media print {
  body,
  .btn,
  button {
    visibility: hidden;
  }
  body {
      width:100vw;
  }
  .omp-vdp {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  #tr-vdp,
  #overview,
  #vdp-multimedia {
      width: 90% !important;
      display: block !important;
  }
  #vdp-bid-box {
      width: fit-content !important;
  }
  .bid-list {
      height: 100% !important;
  }
  .details-section,
  .details-section--hide,
  #vinCopyWeb,
  #conditionDetails {
      display: block !important;
  }
  #conditions-grid {
      display: flex !important;
      margin-top: 12px;
  }
  #styled-divider,
  #vdp-stickyNav,
  .vdpMultimedia-container,
  #vinCopyButtonText,
  #vdpRateInfo,
  #research,
  #vinCopyMobile,
  .vdpIcon,
  .disclosureDivider,
  #mediaGallery,
  aside,
  navbar {
      display: none !important;
  }
  #condition,
  #history {
      margin: 60px 0px;
  }
  #styledDisc {
      display: flex;
      flex-direction: column;
      gap: 12px;
      width: fit-content;
      min-width: 150px;
  }
  #seller,
  #notesSection {
      margin-top: 40px;
  }
  #styledHeadingBox {
      display: flex;
  }
  #styledHeadingBoxSub {
      width: 100%;
  }
  #mediaGallery {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    object-fit: contain;
  }
  #vehicleTradeDetails,
  #vehicleTitleDetails {
    margin-top: 40px;
  }
  #vehicleTitleDetails > div,
  #vehicleTitleDetails > p {
    font-size: 30px;
    font-weight: bold;
  }
  #notesHeading,
  #styledDetail,
  #transportDetailsSection {
    margin: 12px 0;
  }
  .vdp-asis > div {
    color: red;
    border-radius: 999px;
    border-color: red;
    display: flex;
    align-items: center;
  }
  #vdpHistoryTitle {
    margin-right: 12px;
  }
  #vdpTransportInfo {
    border: 0;
    margin-top: 40px;
  }
  #styledActiveTimer {
    margin-left: 0px;
  }
  #styledHeader {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 12px;
  }
  .canvas {
    margin: 0px !important;
  }
  #canvas-content {
    margin: 0px !important;
  }
  .main-section {
    grid-template-columns: 1fr !important;
  }
}
