.pricing .btn {width: 100%;}

/* william.abbey 04885691 */
.index .hero-image-overlay .inventory-search-facet-browse .pill-label {color:#fff;}
.index .hero-image-overlay .inventory-search-facet-browse .pill-label.checked{color:#000;}
.index .hero-image-overlay .inventory-search-facet-browse .pill-label:hover {background:#0d65bf;}
.index .hero-image-overlay .inventory-search-facet-browse .pill-label.checked:hover{color:#fff;}

/*dtheatherhall aligning weekly ad page */
.alias-new-car-ad-57781 .weekly1 {display:inline;}
.alias-new-car-ad-57781 .weekly2 {display:inline;}
.alias-new-car-ad-57781 .weekly3 {display:inline;}

/* Start 'vlp-used-price-label-final-price' (do not modify this line) */
/* Modified by jcomstock on 04/15/19 02:25 PM EDT */
.vlp .inventoryList .item.inv-type-used .pricing .final-price .label { text-decoration: none; font-weight: bold; font-size: 11px; color: #000000; }
/* End 'vlp-used-price-label-final-price' (do not modify this line) */

/* Start 'vlp-used-price-label-msrp' (do not modify this line) */
/* Modified by jcomstock on 04/15/19 02:27 PM EDT */
.vlp .inventoryList .item.inv-type-used .pricing .msrp .label { text-decoration: none; font-weight: 600; font-size: 11px; color: #000000; }
/* End 'vlp-used-price-label-msrp' (do not modify this line) */

/*dtheatherhall font size covid banner*/
.text-center.p-4.bg-contrast-max.ddc-font-size-base.content-alert-banner-container {font-size: 25px; font-weight: bold;}

/* wabbey 08942650 */
.page-header.responsive-centered-nav .header-contact {background: #182957;}

/* ddcrandyh CC10145736 + ddcsamp 10238227 */
.vehicle-card-badge .autocheck:after { content: "Vehicle History Report";  color: #000; display: block;width: 120px;white-space: normal; text-align:center}
.vdp .autocheck .badge:before { content: "Vehicle History Report";  color: var(--color-neutral-1000-alpha-9); display: block; width: 320px; white-space: normal; text-align:center; font-size: 1.5rem; margin-bottom: 10px;}
.vehicle-card-badge .autocheck img, .autocheck .badge img { margin: auto; margin-bottom: 5px}

/* ddcrandyh CC03646724 */
.inventory-featured-default .yui3-g { 
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  &:before { display: none; }
  & .yui3-u-1-3 { 
    width: 100%; height: 100%; padding-bottom: 60px; margin-bottom: 20px;   
    & .pricing { width: 100%; float: none;  } 
    & .view-link { bottom: 20px; position: absolute; width: calc(100% - 20px);  }
    & .description { 
      display: flex; flex-direction: column; 
      & .separator { display: none; } 
    }
  }
}