.et_pb_row_1.et_pb_row,
.et_pb_row_4.et_pb_row,
.et_pb_row_5.et_pb_row,
.et_pb_row_6.et_pb_row,
.et_pb_row_7.et_pb_row,
.et_pb_row_8.et_pb_row,
.et_pb_row_9.et_pb_row,
.et_pb_row_10.et_pb_row,
.et_pb_row_11.et_pb_row,
.et_pb_row_12.et_pb_row,
.et_pb_row_13.et_pb_row,
.et_pb_row_15.et_pb_row,
.et_pb_row_17.et_pb_row,
.et_pb_row_18.et_pb_row,
.et_pb_row_19.et_pb_row,
.et_pb_row_20.et_pb_row,
.et_pb_row_21.et_pb_row,
.et_pb_row_22.et_pb_row,
.et_pb_row_23.et_pb_row,
.et_pb_row_24.et_pb_row,
.et_pb_row_25.et_pb_row,
.et_pb_row_26.et_pb_row,
.et_pb_row_27.et_pb_row,
.et_pb_row_28.et_pb_row,
.et_pb_row_29.et_pb_row,
.et_pb_row_30.et_pb_row,
.et_pb_row_31.et_pb_row,
.et_pb_row_32.et_pb_row,
.et_pb_row_33.et_pb_row,
.et_pb_row_34.et_pb_row,
.et_pb_row_35.et_pb_row,
.et_pb_row_36.et_pb_row,
.et_pb_row_37.et_pb_row,
.et_pb_row_38.et_pb_row,
.et_pb_row_39.et_pb_row,
.et_pb_row_40.et_pb_row,
.et_pb_row_41.et_pb_row,
.et_pb_row_42.et_pb_row,
.et_pb_row_43.et_pb_row {
  z-index: 1 !important;
}
.vehicle-years {
  margin: 0px;
  list-style-type: none !important;
  padding: 0px !important;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.vehicle-years li {
  padding: 0px;
}

.vehicle-years li a {
  color: #222;
  text-decoration: underline;
}

.vehicle-years li.active a {
  color: #0088CC;
  font-weight: 600;
}


.rating-bar-main {
  color: #333;
  text-decoration: none;
}

.rating-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #222;
  padding: 2px 8px;
  border-radius: 5px;
  width: 550px;
  max-width: 100%;
}

.rating-bar-container:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.rating-bar-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.rating-stars i {
  color: #0088CC;
}

.author-details a {
  color: #0088CC;
  text-decoration: none;
}


.warranty-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}


.warranty-card-icon {
  font-size: 40px;
}

.warranty-original * {
  display: block;
}

.warranty-original:not(:last-child) {
  margin-bottom: 10px;
}

.warranty-original {
  background-color: rgba(0, 136, 204, 0.1);
  padding: 10px 15px;
  border-radius: 5px;
  color: #0088cc;
}

.warranty-original.warranty-active {
  color: rgba(24, 135, 84, 1);
  background-color: rgba(24, 135, 84, 0.1)
}

.warranty-original.warranty-inactive {
  color: rgba(220, 53, 70, 1);
  background-color: rgba(220, 53, 70, 0.1);
}




.color-table-container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  color: #222;
  font-size: 16px;
}

.color-card-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 14px;
}

.color-card-heading {
  font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 1.44rem;
  line-height: 0em;
}

.color-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0,0,0,0.05);
}

.color-card-header {
  height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #ccc;
}

.color-card-body {
  padding: 10px;
}

.deep-impact-blue {
  background-color: #1A4B8D;
}

.shadow-black {
  background-color: #1A1A1A;
}

.electric-spice {
  background-color: #FFB612;
}

.ingot-silver {
  background-color: #A2A2A2;
}

.magnetic {
  background-color: #4A4A4A;
}

.oxford-white {
  background-color: #FFFFFF;
}

.sunset {
  background-color: #FF4D00;
}

.nhtsa-rating-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  color: #222;
  font-size: 14px;
  gap: 10px;
}

.nhtsa-rating-container:not(:last-child) {
  margin-bottom: 40px;
}

.nhtsa-rating-item {
  display: flex;
  flex-direction: column;
}

.text-success {
  color: #198754;
}

.text-danger {
  color: #DC3545;
}

.nhtsa-ratings i {
  color: #ffffff;
  padding: 5px;
  border-radius: 8px;
}

.nhtsa-ratings i.rated {
  background-color: #1263D3;
}

.nhtsa-ratings i.unrated {
  background-color: rgba(0, 0, 0, 0.2);
}

.ranking-table {
  width: 100%;
  border-collapse: collapse;
}

.ranking-table td {
  text-align: left;
  border: 0;
  padding: 5px;
}

.ranking-table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.ranking-table tr td:nth-child(2),
.ranking-table tr td:nth-child(3),
.ranking-table tr td:nth-child(2) a {
  color: #0088CC;
}

.ranking-table tr.active {
  background-color: rgba(193, 255, 190, 0.5);
  font-weight: 700;
}

.vhr-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.vhr-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  /* border: 1px solid #ccc; */
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 10px;
  height: 100px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  color: #333;
}

.vhr-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  /* Added box-shadow */
  color: #0088CC;
}

.vhr-item .vhr-description {
  display: flex;
  gap: 20px;
  align-items: center;
}

.vhr-description {
  position: relative;
}

.vhr-item .vhr-description .report-summary-count {
  background-color: #dc3546;
  color: #fff;
  position: absolute;
  top: 15px;
  bottom: 0px;
  left: 25px;
  right: 0px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
}

.vhr-item i:nth-child(1) {
  font-size: 40px;
}

.vhr-full-btn {
  display: block;
  max-width: 100%;
  width: 330px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #0088CC;
  border-radius: 10px;
  background-color: #0088CC;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  text-align: center;
}

.vhr-full-btn:hover {
  background-color: #18B1FB;
  border-color: #18B1FB;
}

.owner-reviews-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}



.ymmt-review-main {
  font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 36px;
  color: #222;
}

.ymmt-review-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ymmt-review-form .form-group:last-child {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.ymmt-review-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.ymmt-review-form input[type=text],
.ymmt-review-form input[type=email],
.ymmt-review-form textarea {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border-radius: 5px;
  outline: none;
  resize: none;
  overflow: hidden;
  min-height: 60px;
  border: 1px solid #bbb;
  color: #4e4e4e;
}

.user-rating-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 5px;
}

.user-rating-container input[type=radio] {
  opacity: 0;
  margin: -3px;
}

.user-rating-container label {
  color: #ccc;
  font-size: 30px;
}

.user-rating-container label:hover,
.user-rating-container label:hover~label {
  color: rgba(0, 136, 204, 0.5);
}

.user-rating-container input[type="radio"]:checked~label {
  color: rgba(0, 136, 204, 1);
}

.user-rating-container input[type="radio"]:checked~label,
.user-rating-container label:hover~input[type="radio"]:checked~label {
  color: rgba(0, 136, 204, 1);
}

.ymmt-review-message-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ymmt-review-message {
  background-color: #fff;
  padding: 50px;
  border-radius: 8px;
  text-align: center;
  width: 80%;
  max-width: 400px;
  border: 1px solid #eee;
}

.ymmt-review-message h5 {
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0px 0px 10px 0px;
}

.ymmt-review-message p {
  color: #555;
  font-size: 16px;
  margin: 0;
}

.ymmt-review-message i {
  font-size: 60px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.ymmt-review-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ymmt-review-number {
  display: flex;
  align-items: center;
  margin: 0px;
  gap: 20px;
}

.ymmt-review-number>span {
  font-size: 60px;
  font-weight: bold;
}

.ymmt-review-stars {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 16px;
}

.ymmt-review-stars div a {
  color: #0088cc;
}

.ymmt-review-stars div i {
  color: #0088cc;
  font-size: 20px;
}

.ymmt-review-btn {
  padding: 15px 30px;
  background-color: #0088cc;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transition: 0.2s ease-in-out;
}

.ymmt-review-btn:hover {
  background-color: #18B1FB;
}

.ymmt-review-list-all {
  display: flex;
  justify-content: center;
}

.ymmt-review-list-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #222;
  font-size: 16px;
}

.ymmt-review-list-container p {
  margin: 0px;
  padding: 0px;
}

.ymmt-review-list-stars {
  color: #0088cc;
  margin-bottom: 10px;
}

.ymmt-review-list-survey {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}

.review-thumb {
  display: flex;
  align-items: center;
  gap: 5px;
}

.review-thumbs-up {
  font-size: 18px;
  cursor: pointer;
}

.review-thumbs-down {
  font-size: 18px;
  cursor: pointer;
}

table.responsive-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.responsive-table th,
table.responsive-table td {
  padding: .625em;
  text-align: left;
}

.table-attributes td:first-child {
  width: 410px;
  max-width: 100%;
}

table.responsive-table:last-child {
  margin-bottom: 0;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spec-header{
  display: flex;
  align-items: center;
  gap: 10px;

  padding-bottom: 15px;
}

.spec-header i {
  font-size: 28px;
}

/* Style for the image */

.circle-image {
  width: 150px;
  /* Adjust size as needed */
  height: 150px;
  /* Match width for a perfect circle */
  border-radius: 50%;
  /* Makes the image circular */
  object-fit: cover;
  /* Ensures the image scales and crops perfectly */
  border: 3px solid #0088cc;
  /* Optional border for styling */
}

.card,
.warranty-card-item {
  padding: 20px;
  /* border: 1px solid #ccc; */
  /* background-color: rgba(0, 0, 0, 0.02); */
  border-radius: 10px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0,0,0,0.05);
}

.card.shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header.border {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.card-header h5 {
  font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 1.44rem;
  /* line-height: 0em;
  margin: 0px; */
}

.card:not(:last-child) {
  margin-bottom: 15px;
}

.recall-container {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 15px;
}

.recall-item {
  display: flex;
  flex-direction: column;
}

.recall-text {
  display: flex;
  flex-direction: column;
}

.recall-text:not(:last-child) {
  margin-bottom: 15px;
}

.d-none {
  display: none;
}

table.responsive-table {
  border: 0 !important;
}
table.responsive-table thead {
  border: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
table.responsive-table tr {
  display: block;
  margin-bottom: .625em;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
table.responsive-table td {
  display: block;
  font-size: .8em;
  text-align: right;
}
table.responsive-table td::before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
}
table.responsive-table td:last-child {
  border-bottom: 0;
}
.table-attributes td:first-child {
  width: unset;
}
.table-attributes {
  display: block;
  border: 0 !important;
  margin: 0;
  padding: 0;
}
.table-attributes tbody {
  display: block;
  border: 0 !important;
}
.table-attributes tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  border-radius: 8px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #eee !important;
  background-color: rgba(255,255,255,0.5);
}
.table-attributes td {
  display: block;
  border: 0 !important;
  padding: 0 !important;
}
.fuel-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fuel-item {
  flex: 1 1 calc(25% - 50px);
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-in-out;
  gap: 20px;
}

.fuel-item div {
  display: flex;
  flex-direction: column;
}

.fuel-item i {
  font-size: 50px;
}

@media (max-width: 1200px) {
  .vhr-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .vhr-full-btn {
    width: 300px;
    font-size: 18px;
  }
  .nhtsa-rating-container {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns on smaller screens */
  }
}

@media (max-width: 900px) {
  .vhr-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .warranty-card {
    grid-template-columns: 1fr;
  }
  .vhr-full-btn {
    width: 250px;
    font-size: 16px;
  }
  .ymmt-review-number>span {
    font-size: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
  .ymmt-review-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .ymmt-review-action {
    margin-top: 15px;
  }
  .ymmt-review-btn {
    width: 100%;
    font-size: 14px;
  }
  .ymmt-review-list-survey {
    justify-content: flex-start;
  }
  .card-header h5 {
    font-size: 1.27rem;
  }
  .owner-reviews-container {
    grid-template-columns: 1fr;
  }
  .color-card-heading {
    font-size: 1.27rem;
  }
}
@media (max-width: 768px) {
  .fuel-item {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .specs-header i {
    font-size: 23px;
  }
  .vhr-container {
    grid-template-columns: 1fr;
  }
  .warranty-card {
    grid-template-columns: 1fr;
  }
  .vhr-full-btn {
    width: 100%;
    font-size: 13px;
    padding: 15px;
  }
  .nhtsa-rating-container {
    grid-template-columns: 1fr;
    /* 1 column on very small screens */
  }
  .recall-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .table-attributes tr {
    display: block;
    /* margin-bottom: 10px;
    border-radius: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: 1px solid #eee !important; */
  }
}

@media (max-width: 480px) {
  .fuel-item {
    flex: 1 1 100%;
  }
}