@charset "UTF-8";.vdp-vehicle-details h3{display:-moz-flex;display:flex;-moz-flex:1 0 auto;flex:1 0 auto;-ms-flex:1 0 auto;-moz-align-items:center;align-items:center;font-size:16px;margin:0}.vdp-vehicle-details .detail-item-row{cursor:pointer}.vdp-vehicle-details .detail-item-row+.detail-item-row{margin-top:3px}.vdp-vehicle-details .detail-item-row__header{display:-moz-flex;display:flex;transition:all .5s ease;background:#ddd;padding:15px}.vdp-vehicle-details .detail-item-row__header i{font-size:20px}.vdp-vehicle-details .detail-item-row__header svg{transition:all .5s ease;width:18px;max-height:26px;margin-right:10px}.vdp-vehicle-details .detail-item-row__header svg *{fill:#333}.vdp-vehicle-details .detail-item-row__header.open{background:#333;background:var(--primary,#333);color:#fff}.vdp-vehicle-details .detail-item-row__header.open h3{color:inherit}.vdp-vehicle-details .detail-item-row__header.open svg *{fill:#fff}.vdp-vehicle-details oem:before{content:" • "}.vdp-vehicle-details .details-list{padding:20px;background-color:#f2f2f2;list-style:none;margin-bottom:0}@media screen and (min-width:768px){.vdp-vehicle-details .details-list{display:-moz-flex;display:flex;flex-wrap:wrap;-moz-justify-content:space-between;justify-content:space-between}}.vdp-vehicle-details .details-list__item{background-color:#fff;padding:10px;flex:1;width:100%;border:1px solid #ddd}.vdp-vehicle-details .details-list__item~*{border-top:0}.vdp-vehicle-details .details-list__item a.option-disclaimer-link{color:inherit}.vdp-vehicle-details .details-list__item a.option-disclaimer-link:hover{color:var(--primary,#333)}@media (min-width:768px){.vdp-vehicle-details .details-list__item{border-top:1px solid #ddd;width:49%;flex:0 1 auto}.vdp-vehicle-details .details-list__item:nth-child(2n)~*{border-top:0}}