@media screen and (min-width:768px) {
  .pagehead-blue {
    padding-bottom: 4.8rem;
  }

  .pagehead-blue__title {
    position: relative;
    top: 0.5rem;
  }

  .lineup {
    padding-top: 5.75rem;
  }
}

section {
  padding-top: 6.25rem;
}

.modelDiagnosis__img {
  margin-top: 2.5rem;
}

.modelDiagnosis__img img {
  width: 100%;
}

@media screen and (max-width:767px) {
  .modelDiagnosis__img {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2rem;
  }

  .modelDiagnosis__img img {
    min-width: 60rem;
  }

  .modelDiagnosis__img::-webkit-scrollbar {
    height: 8px;
  }

  .modelDiagnosis__img::-webkit-scrollbar-track {
    background: var(--color-gray);
    border-radius: 100px;
  }

  .modelDiagnosis__img::-webkit-scrollbar-thumb {
    background: var(--color-brand-blue);
    border-radius: 100px;
  }
}

/* ========================= */
/* featureComparison         */
/* ========================= */
.featureComparison__wrap {
  margin-top: 2.5rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
}

.featureComparison__wrap::-webkit-scrollbar {
  height: 8px;
}

.featureComparison__wrap::-webkit-scrollbar-track {
  background: var(--color-gray);
  border-radius: 100px;
}

.featureComparison__wrap::-webkit-scrollbar-thumb {
  background: var(--color-brand-blue);
  border-radius: 100px;
}

.featureComparison__table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 1024px;
  padding-bottom: 2rem;
  table-layout: fixed;
  width: 100%;
}

.featureComparison__table th, .featureComparison__table td {
  border-left: 1px solid var(--color-gray);
  border-top: 1px solid var(--color-gray);
}

.featureComparison__table thead th:not(.featureComparison__th--label) {
  border-top: 1px solid var(--color-gray);
}

.featureComparison__th {
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 1rem 0.5rem;
  text-align: center;
  vertical-align: bottom;
}

.featureComparison__th:nth-of-type(2) {
  border-left: 1px solid var(--color-gray);
  border-radius: 12px 0 0 0;
}

.featureComparison__th:nth-last-of-type(1) {
  border-radius: 0 12px 0 0;
}

th.featureComparison__th--label {
  border: none;
  width: 20rem;
}

.featureComparison__table thead th:nth-last-of-type(1), .featureComparison__table tbody td:nth-last-of-type(1) {
  border-right: 1px solid var(--color-gray);
}

.featureComparison__table thead th:not(.featureComparison__th--label):first-of-type {
  border-left: 1px solid var(--color-gray);
  border-radius: 12px 0 0 0;
}

.featureComparison__table tbody tr:nth-of-type(1) th {
  border-radius: 12px 0 0 0;
  border-top: 1px solid var(--color-gray);
}

.featureComparison__table tbody tr:nth-last-of-type(1) th, .featureComparison__table tbody tr:nth-last-of-type(1) td {
  border-bottom: 1px solid var(--color-gray);
}

.featureComparison__table tbody tr:nth-last-of-type(1) th {
  border-radius: 0 0 0 12px;
}

.featureComparison__table tbody tr:nth-child(odd) th {
  background: #e8f4fb;
}

.featureComparison__product {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.featureComparison__product img {
  height: auto;
  max-width: 120px;
  object-fit: contain;
  width: 100%;
}

.featureComparison__productName {
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.featureComparison__rowLabel {
  background: var(--color-white);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  padding-left: 1rem;
  text-align: start;
  vertical-align: middle;
}

.featureComparison__cell {
  background: var(--color-white);
  font-size: 0.875rem;
  line-height: 2;
  padding: 0;
  padding-block: 0.45rem;
  text-align: center;
  vertical-align: middle;
}

tbody tr:nth-child(odd) .featureComparison__cell {
  background: #e8f4fb;
}

.featureComparison__table tbody tr:nth-last-of-type(1) .featureComparison__cell:nth-last-of-type(1) {
  border-radius: 0 0 12px 0;
}

.featureComparison__link {
  align-items: center;
  color: var(--color-brand-blue);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 0.625rem;
  line-height: 1;
  text-decoration: underline;
}

.featureComparison__link::after {
  background-image: url(../../images/pages/lineup/icon-target.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 0.75rem;
  width: 0.75rem;
}

@media screen and (max-width: 767px) {
  th.featureComparison__th--label {
    width: 15rem;
  }

  .featureComparison__rowLabel {
    font-size: 0.75rem;
  }

  .featureComparison__cell {
    font-size: 0.75rem;
  }

  .featureComparison__productName {
    font-size: 0.8125rem;
  }
}

.lineup__button {
  display: none;
}

.lineup__banner {
  display: none;
}

.navCTA {
  padding-top: 9.25rem;
}
