.vehicle-ranking-car-no-image{
    display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
    position: relative;
      width: 474px;
  }
  .vehicle-ranking-car-no-image .car-number {
      background-color: #ffffff;
      position: absolute;
      top: -3px;
      left: -11px;
      color: #4a495c;
      font-size: 18px;
      line-height: 100%;
      font-weight: 800;
      padding: 14px 22px;
      border-radius: 0px 0px 16px 0px;
  }
  .vehicle-ranking-car-no-image img{
    width: 50%;
    object-fit: contain;
    height: 314px;
  }
  .vehicle-ranking-car-info h2{
  color: #4A495C;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding: 0px 0px 8px;
  }
  .vehicle-type-ranking {
    font-family: Inter;
    margin: 60px 0 0 0;
  }
  
  .vehicle-type-ranking-car-card {
    display: flex;
  }
  
  .vehicle-type-ranking-car-card .vehicle-ranking-car-image {
    position: relative;
    width: 474px;
  }
  
  .vehicle-type-ranking-car-card .vehicle-ranking-car-image img {
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
    height: 314px;
  }
  
  .vehicle-type-ranking-car-card .vehicle-ranking-car-image .fa-heart {
    background-color: #ffffff;
    position: absolute;
    top: 10px;
    right: 13px;
    color: #0169ff;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    padding: 14px 16px;
    border-radius: 90%;
  }
  
  .vehicle-type-ranking-car-card .vehicle-ranking-car-image .car-number {
    background-color: #ffffff;
    position: absolute;
    top: -3px;
    left: -11px;
    color: #4a495c;
    font-size: 18px;
    line-height: 100%;
    font-weight: 800;
    padding: 14px 22px;
    border-radius: 0px 0px 16px 0px;
  }
  
  .vehicle-ranking-car-info {
   width: 646px;
    margin-left: 32px;
    flex-grow: 1;
  }
  
  .car-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .car-header h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
    margin: 0;
    margin-bottom: -20px;
  }
  
  .car-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .car-rating .rating {
    color: #ffffff;
    padding: 2.94px 8.33px;
    font-size: 20.93px;
    font-weight: 800;
    background-color: #22c55e;
    border-radius: 4px;
  }
  
  .car-rating .rating-subtitle {
    font-size: 14px;
    margin-left: 12px;
    color: #22c55e;
    font-weight: 500;
  }
  
  .car-rating .car-rating-price {
    color: #4a495c;
    font-size: 24px;
    font-weight: 400;
  }
  
  .car-rating .msrp {
    font-size: 12px;
    color: #4a495c;
  }
  
  .car-description {
    background-color: #f6fbff;
    font-size: 16px;
    line-height: 28px;
    color: #4a495c;
    font-weight: 400;
    padding: 24px;
    border-radius: 16px;
    margin-top: 32px;
  }
  
  .car-details {
    margin-top: 24px;
    display: flex;
    gap: 16px;
    justify-content: space-evenly;
  }
  
  .car-details .detail {
    background-color: #ffffff;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 29px;
    padding: 24px 21px;
    cursor: pointer;
  }
  
  .car-details .detail p {
    font-size: 16px;
    font-weight: 700;
    color: #4a495c;
      line-height: 12px;
    margin: 0;
  }
  
  .car-details .detail span {
    font-size: 12px;
    color: #4a495c;
  }
  
  .car-details .detail svg {
    color: #0169ff;
    font-size: 16px;
  }
  
  .car-actions {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .car-actions-mobile-view {
    display: none;
  }
  #primary-custome-btn {
    background-color: #0169ff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 150%;
    padding: 12px 33px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .view-inventory {
  display: flex;
  height: 48px;
  padding: 12px 48px;
  justify-content: center;
  align-items: center;
  color: #0169ff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  }
  
  .horizontal-line {
    margin-top: 60px;
    margin-bottom: 60px;
    border: 0;
    border-top: 2px solid #eee;
  }
  
  .vehicle-ranking-sales-card .car-listings {
    font-family: Inter;
    margin-top: 40px;
  }
  
  .vehicle-ranking-sales-card .car-listings h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #4a495c;
    line-height: 36px;
  }
  
  .vehicle-ranking-sales-card .vehicle-ranking-listings-container {
    display: flex;
    overflow: hidden;
    gap: 16px;
  }
  
  .vehicle-ranking-sales-card .vehicle-ranking-listing-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 16px;
    width: 270px;
    flex: 0 0 auto;
  }
  
  .vehicle-ranking-sales-card .vehicle-ranking-listing-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
  
  .vehicle-ranking-sales-card .car-image-container {
    position: relative;
    padding: 55px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .vehicle-ranking-sales-card .car-image {
    width: 80%;
    object-fit: cover;
  }
  
  .vehicle-ranking-sales-card .like-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    padding: 8px 10px;
    border-radius: 50%;
    font-size: 18px;
    color: #007bff;
    cursor: pointer;
  }
  
  .vehicle-ranking-sales-card .like-icon:hover {
    color: red;
  }
  
  .vehicle-ranking-sales-card .vehicle-ranking-car-details {
    padding: 24px;
  }
  
  .vehicle-ranking-sales-card .new-badge {
    display: inline-block;
    background-color: #e2f2ff;
    color: #004171;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 400;
    line-height: 165%;
    margin-bottom: 10px;
  }
  
  .vehicle-ranking-sales-card h3 {
    color: #4a495c;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 150%;
    padding: 0px;
  }
  
  .vehicle-ranking-sales-card p {
    color: #4a495c;
    font-size: 14px;
    margin: 0 0 16px;
    font-weight: 400;
    line-height: 150%;
  }
  
  .vehicle-ranking-sales-card .car-details-price {
    font-size: 18px;
    font-weight: bold;
    line-height: 130%;
    display: flex;
    flex-direction: column;
  }
  
  .vehicle-ranking-sales-card .car-details-price small {
    font-size: 12px;
    color: #4a495c;
    font-weight: 500;
  }
  
  .vehicle-ranking-sales-card .target-discount {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  
  .vehicle-ranking-sales-card .target-discount i {
    color: #007bff;
    padding: 2px;
  }
  
  .vehicle-ranking-sales-card .unlock-btn {
    background-color: #007bff;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-size: 8px;
    font-weight: 800;
    box-shadow: 15px 1px 17px -5px grey;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .vehicle-ranking-sales-card .unlock-btn:hover {
    background-color: #0056b3;
  }
  
  .vehicle-ranking-sales-card .target-discount span {
    color: #666678;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 4px;
    
  }
  .vehicle-ranking-sales-card .target-discount span svg{
    color: #0169FF;
    font-size: 14px;
  }
  .vehicle-ranking-sales-card .view-listings {
    color: #007bff;
    font-size: 16px;
  font-weight: 500;
  }
  
  .vehicle-ranking-sales-card .vehicle-ranking-listing-btn {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-top:20px;
  }
  
  .vehicle-ranking-sales-card .vehicle-ranking-listing-btn svg {
    color: #007bff;
    font-size: 14px;
  }
  
  .vehicle-ranking-sales-card .view-listings:hover {
    text-decoration: underline;
  }
  
  .vehicle-ranking-sales-card .car-details-actions {
    display: flex;
    align-items: center;
     gap: 26px
  }
  .vehicle-ranking-table{
    border: none !important;
  }
  .vehicle-ranking-table thead th{
  color: #4A495C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; 
  padding: 0px 0px 16px;
  }
  .vehicle-ranking-table tbody tr{border-top: 1px solid #EAEAEB;}
  .vehicle-ranking-table tr td{padding: 16px 0px; border: none;}
  .vehicle-ranking-table tr td:nth-child(1){
  color:  #4A495C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  } 
  .vehicle-ranking-table tr td:nth-child(1) a {
    color: #4a495c;
  }
  .vehicle-ranking-table tbody tr td:nth-child(2){
  width: 52px;
  display: block;
  padding: 0.327px 2.943px;
  border-radius: 4px;
  background: #22C55E;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20.931px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 20.931px */
  margin: 16px 0px;
  }
  .table-heading{
  color: #4A495C;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px; 
  padding-bottom: 24px;
  }
  .table-section{
    display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  }
  .table-section .left-section{width: 70%;}
  .table-section .right-section{
  width: 30%;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #FBFBFC;
  }
  .right-section h3{
  color: #555;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.48px; 
  padding-bottom: 16px;
  }
  .right-section p{padding: 4px 12px;}
  .right-section a{
  color: #7A7884;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  }
  @media only screen and (max-width: 1250px) {
    .vehicle-ranking-sales-card .vehicle-ranking-listings-container {
      overflow-x: auto;
      white-space: nowrap;
    }
    .et_pb_section .et_pb_row_0.et_pb_row {
      padding-top: 24px !important;
      padding-right: 50px !important;
      padding-bottom: 24px !important;
      padding-left: 50px !important;
    }
  
    .vehicle-type-ranking-car-card .vehicle-ranking-car-image img {
      height: auto;
    }
  
    .view-inventory {
      font-size: 14px;
      line-height: 100%;
      padding: 12px 8px;
    }
  
    #primary-custome-btn {
      font-size: 14px;
      line-height: 100%;
      padding: 12px 26px;
    }
  
    .car-details .detail p {
      font-size: 12px;
    }
    .car-details .detail span {
      font-size: 10px;
    }
    .car-description {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 1140px){
    .car-details .detail {
      gap: 23px;
      padding: 16px;
    }
  }
  @media only screen and (max-width: 1040px){
    .car-details .detail {
      gap: 20px;
      padding: 16px;
    }
  }
  @media only screen and (max-width: 1010px){
    .car-details{flex-wrap: wrap;justify-content: flex-start;}
     .car-details .detail {
      gap: 24px;
      padding: 16px 24px;
    }
  }
  @media only screen and (max-width: 1099px) {
    .et_pb_section .et_pb_row_0.et_pb_row {
      padding-top: 24px !important;
      padding-right: 36px !important;
      padding-bottom: 24px !important;
      padding-left: 36px !important;
    }
  
    .vehicle-type-ranking-car-card .vehicle-ranking-car-image img {
      height: auto;
    }
  
    #primary-custome-btn {
      font-size: 13px;
      font-weight: 700;
      line-height: 80%;
      padding: 13px 18px;
    }
  
    .view-inventory {
      font-size: 14px;
      line-height: 100%;
      padding: 12px 0px;
    }
  }
  
  @media only screen and (max-width: 970px) {
    .et_pb_section .et_pb_row_0.et_pb_row,
    .et_pb_section .et_pb_row_1.et_pb_row,
    .et_pb_section .et_pb_row_2.et_pb_row {
      padding-top: 24px !important;
      padding-right: 24px !important;
      padding-bottom: 24px !important;
      padding-left: 24px !important;
    }
   .vehicle-type-ranking-car-card {
      flex-direction: row;
      gap: 32px;
  }
    
    .car-rating .rating-subtitle {
      font-size: 14px;
      margin-left: 4px;
  }
    
    .vehicle-type-ranking-car-card .vehicle-ranking-car-image {
      width: 40%;
  }
  
    .vehicle-type-ranking-car-card .vehicle-ranking-car-image i {
      right: 21px;
    }
  
    .car-details .detail {
      gap: 28px;
      padding: 24px 24px;
    }
  
    .view-inventory {
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      padding: 12px 48px;
    }
    .vehicle-ranking-car-info {
      margin-left: 0px;
      margin-top: 32px;
      width: 60%;
    }
   .car-actions {
      gap: 12px;
      flex-direction: column;
  }
  
    #primary-custome-btn {
      font-size: 16px;
      font-weight: 800;
      line-height: 150%;
      padding: 12px 36px;
      width: 100%;
  }
    .car-details {
      margin-top: 24px;
      display: flex;
      gap: 16px;
      justify-content: flex-start;
      flex-wrap: wrap;
     
  }
    .car-details .detail p {
      line-height: 3px;
  }
  
   
    
    .vehicle-ranking-sales-card .vehicle-ranking-listings-container {
      gap: 12px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .vehicle-ranking-car-no-image{width: 100%;}
    
    .vehicle-type-ranking-car-card {
      flex-direction: column;
  }
    
      .vehicle-type-ranking-car-card .vehicle-ranking-car-image {
      width: 100%;
  }
      .vehicle-ranking-car-info {
      width: 100%;
    }
    .vehicle-type-ranking-header h1 {
      font-size: 32px;
      text-align: start;  
      line-height: 46px;
  }
    .vehicle-type-ranking-header p {
      font-size: 14px;
      text-align: start;
      line-height: 150%;
  }
    .car-description {
      font-size: 16px;
    }
    .car-details .detail p {
      font-size: 14px;
    }
  
    .car-details .detail span {
      font-size: 12px;
    }
    
    .vehicle-ranking-car-info {
      margin-top: 26px;
  }
    .car-description {
      margin-top: 16px;
  }
    .vehicle-ranking-car-image img {
      width: 100%;
    }
    .vehicle-type-ranking-car-card .vehicle-ranking-car-image i {
      right: 10px;
      padding: 10px 12px;
    }
    .car-rating .raing-subtitle {
      font-size: 14px;
      line-height: 28px;
      margin-left: 10px;
    }
    .car-details {
      flex-direction: column;
    }
    .car-actions-web-view {
      display: none;
    }
    .car-actions-mobile-view {
      display: block;
    }
  
    .car-actions {
      gap: 12px;
      flex-direction: column;
    }
    #primary-custome-btn {
      width: 100%;
      margin-top: 32px;
    }
  
    .vehicle-ranking-sales-card .vehicle-ranking-listings-container {
      gap: 9px;
    }
      .car-rating .rating-subtitle {
      font-size: 14px;
      margin-left: 5px;
    }
    .table-section{flex-direction: column;}
    .table-section .left-section, .table-section .right-section{width: 100%;} 
  }
  
  @media only screen and (max-width: 500px) {
    .car-rating .rating-subtitle {
      font-size: 14px;
      margin-left: 5px;
    }
    .vehicle-type-ranking-car-card .vehicle-ranking-car-image img{height: 222px;}
  }
  .msrp-info{
    padding-top:20px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
  }