.show-more {
  font-family: "Neue Montreal Bold", sans-serif;
}

section.vehicle-title {
  display: flex;
  flex-direction: column;
  position: relative;
}
section.vehicle-title h1 {
  max-width: calc(100% - 25px);
  font-size: 1.6em;
  margin: 0;
}
section.vehicle-title.top-chart {
}

section.vehicle-title ul.tags {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 3px 0 0;
  margin: 0;
  line-height: 1.2em;
  font-size: 0.8em;
  max-width: calc(100% - 25px);
}

section.vehicle-title ul.tags li {
}

section.vehicle-title ul.tags li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
}

section.vehicle-title ul.tags li:last-child:after {
  display: none;
}
section.vehicle-title ul.tags li a {
  text-decoration: none;
}

section.vehicle-image .dropdown {
  position: absolute;
  right: 0px;
  top: -32px;
}
.dropdown-toggle.details-menu {
  font-size: 0;
  padding: 20px;
  background: url(/inc/img/icons/menu.svg) center no-repeat;
  position: relative;
  right: -15px;
  top: -6px;
}

.dropdown-toggle.details-menu.showcase {
  position: relative;
  top: -10px;
}
section.vehicle-image .dropdown .dropdown-menu {
  left: -134px;
  top: 40px;
  font-size: 1em;
}
section.vehicle-image .dropdown a {
}
section.vehicle-image {
  position: relative;
}
section.vehicle-image a.top-charts {
  position: absolute;
  right: 30px;
  font-size: 0;
  background: url(/inc/img/icons/top-charts.svg) center no-repeat;
  background-size: contain;
  width: 50px;
  height: 40px;
  top: -38px;
  display: block;
  display: none;
}

.vehicle-image img {
  border-radius: 8px;
  margin-top: 10px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 40%);
}
.quick-stats--make img {
  padding: 20px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 40%);
  border-radius: 8px;
  position: relative;
  float: right;
  margin-bottom: -117px;
  margin-top: 15px;
  margin-right: 15px;
  background: #fff;
  max-width: 15%;
}
.details-overview-content {
  margin: 0 auto;
  width: calc(100% - 48px);
}
.stats-box .progress-circle {
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0;
  width: 40px;
  color: #fff;
  border: 2px solid #000;
  position: relative;
  margin-top: 0px;
  margin-left: 0;
}
.stats-box .progress-circle:before {
  font-size: 1em;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
}
.progress-circle:before {
}
.grid h3 {
  margin-bottom: 10px;
  font-size: 1.17em;
  padding: 0;
  display: block;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.grid-content {
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px !important;
  margin-bottom: 25px !important;
  margin-right: 20px;
}
.grid {
  display: grid;
  box-sizing: border-box;
}

.button-wrap a.button {
  width: -webkit-fill-available;
}
.main-grid {
  display: grid;
  grid-template-areas:
    "title"
    "main-image"
    "stats-box"
    "overview"
    "gallery"
    "awards"
    "showcase"
    "specs"
    "reviews"
    "generations"
    "variations"
    "similar"
    "keywords"
    "completion"
    "trending"
    "contributors";
}

.keywords {
  grid-area: keywords;
}
.keywords .tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.keywords .tags li {
  float: left;
  background: #ededed;
  border-radius: 3px 0 0 3px;

  line-height: 26px;
  padding: 0;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  font-size: 0.8em;
  border-radius: 3px;
}

.keywords .tags li a {
  padding: 0 16px 0 8px;
  height: 26px;
  line-height: 26px;
  color: #000;
  display: inline-block;
}
.keywords .tags li a::after {
  border-bottom: 13px solid transparent;
  border-left: 10px solid #ededed;
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.keywords .tags li a:hover {
  background-color: #ddd;
  color: #000;
}

.keywords .tags li a:hover::after {
  border-left-color: #ddd;
}
.completion {
  grid-area: completion;
}
.completion-bar {
  margin-bottom: 40px;
  width: 100%;
  background: #ededed;
  height: 8px;
  border-radius: 3px;
}
.completion-bar .percent,
.pageviews {
  position: absolute;
  right: 0;
  margin-top: -25px;
  padding-left: 16px;
}
.completion-bar .bar {
  background: #4c4c4c;
  height: 8px;
  border-radius: 3px;
}
.trending {
  grid-area: trending;
}
.stats-bar {
  -webkit-box-align: end;
  -webkit-box-pack: justify;
  position: relative;
  top: 6px;
  margin: 0 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.stats-bar .bar {
  display: inline-block;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  flex: 1 1 0%;
  margin-right: 1px;
  background: rgb(0, 0, 0, 0.7);
  border-radius: 2px;
}
.contributors {
  grid-area: contributors;
}
.quick-stats a {
  text-decoration: none;
}
.grid-wrap.quick-stats {
  /* box-shadow: 0 0 2px 1px rgb(0 0 0 / 30%); */
  box-shadow: 0 1px 2px rgb(0 0 0 / 40%);
  border-radius: 8px;
  border: 1px solid #fff;
  border-top: 1px solid #e4e4e4;
  margin-top: 10px;
  padding: 0 !important;
  box-sizing: border-box;
}
.grid-wrap.showcase.line {
  border: none;
}
.quick-stats--row {
  display: flex;
  justify-content: space-between;

  width: calc(100% - 12px);
  padding: 0 6px;
  margin: 0 auto;
  height: 60px;
}

.quick-stats--row .quick-stats--outer {
  width: 50px;
  text-align: center;
}
.quick-stats--row .quick-stats--outer.right {
  width: calc(100% - 56px);
  text-align: left;
}

.quick-stats--outer.specs--details {
}

.quick-stats--row.specs {
  justify-content: flex-start;
}

.quick-stats--row.specs .quick-stats--outer.specs--dot {
  width: 50px;
  flex: none;
}

.quick-stats--row.specs .quick-stats--outer.specs--details {
  text-align: left;
  width: 100%;
  margin-left: 6px;
}

.quick-stats--row .quick-stats--outer {
  display: flex;
}

.quick-stats--row .quick-stats--inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.9em;
}

.quick-stats--inner.msrp {
  background: url(/inc/img/icons/details-msrp.svg) 11px 16px no-repeat;
  background-size: 28px;
}

.quick-stats--inner.sec {
  background: url(/inc/img/icons/details-sec.svg) 11px 16px no-repeat;
  background-size: 28px;
}

.quick-stats--inner.range {
  background: url(/inc/img/icons/details-range.svg) 11px 16px no-repeat;
  background-size: 28px;
}

.quick-stats--inner.hp {
  background: url(/inc/img/icons/details-hp.svg) 14px 16px no-repeat;
  background-size: 28px;
}

.quick-stats--inner.mph {
  background: url(/inc/img/icons/details-mph.svg) 14px 16px no-repeat;
  background-size: 28px;
}

.quick-stats--inner.gen {
  background: url(/inc/img/icons/details-gen.svg) 14px 16px no-repeat;
  background-size: 28px;
}

.quick-stats--row .quick-stats--inner .make img {
  height: 35px;
  margin-top: 2px;
}
.quick-stats--row .quick-stats--inner .country img {
  height: 20px;
  border-radius: 2px;
}

.quick-stats--row {
  border-top: 1px solid #e9e9e9;
}
.quick-stats--row.top {
  border: none;
}
.quick-stats--row h4 {
  margin: 0;
  font-size: 1.05em;
}
.quick-stats--row span {
  font-family: "Neue Montreal", sans-serif;
  font-size: 0.8em;
  margin-top: 5px;
}
.quick-stats--outer.specs--details span {
  font-family: "Neue Montreal", sans-serif;
}
.quick-stats--outer.specs--details span a {
  text-decoration: underline;
}

.quick-stats--outer.specs--details h4 {
  font-size: 0.85em;
}
.quick-stats--outer.specs--dot {
  font-size: 20px;
}
.grid-wrap.quick-stats .quick-stats--menu {
  background: url(/inc/img/icons/quick-stats--menu.svg) 38px 11px no-repeat;
  font-size: 0;
  width: 50px;
  display: block;
  height: 50px;
  margin-top: -50px;
  position: relative;
  float: right;
}
.quick-stats--row.top.bg {
  /* background: #f9f9f9; */
  margin: 0;
  width: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
h3 {
  margin-bottom: 30px;
}
.grid-heading p {
  margin-bottom: 0;
}
.image-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3px;
  grid-row-gap: 0px;
}
.image-gallery img {
  width: 100%;
  height: auto;
}
.image1 {
  grid-area: 1 / 1 / 2 / 3;
}
.image2 {
  grid-area: 2 / 1 / 3 / 2;
}
.image3 {
  grid-area: 2 / 2 / 3 / 3;
}
.image4 {
  grid-area: 3 / 1 / 4 / 2;
}
.image5 {
  grid-area: 3 / 2 / 4 / 3;
}
.image1 img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.image4 img {
  border-bottom-left-radius: 10px;
}
.image5 img {
  border-bottom-right-radius: 10px;
}
.quick-stats--make img {
  width: 50px;
  margin-top: 15px;
  max-width: none;
  position: relative;
}
.main-showcase {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex !important;
  height: 300px;
  max-height: 38vw;
  padding: 10px;
  box-sizing: border-box;
  background: url("?") center center / cover no-repeat;
  border-radius: 8px;
}

.main-showcase img {
  height: 100%;
  border-radius: 8px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.42));
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0;
}
section.vehicle-image .dropdown .dropdown-menu.showcase {
  top: 30px !important;
  left: -134px;
}
/* Tablet */
@media (min-width: 728px) {
  section.vehicle-image a.top-charts {
    display: block;
  }
  .dropdown-toggle.details-menu.showcase {
    position: relative;
    top: -40px;
  }

  .grid {
    grid-template-columns: repeat(1, 250px 1fr);
  }
  a.dropdown-toggle.details-menu {
    position: absolute;
    right: 0px;
    margin-top: 23px;
  }
  section.vehicle-image .dropdown .dropdown-menu {
    left: -179px;
    top: 40px;
    font-size: 1em;
  }
  /* .quick-stats--make img {
    width: 80px;
  } */
  .grid-content {
    margin-bottom: 14px;
  }
  .details-overview-content {
    margin: 0 auto;
    width: calc(100% - 80px);
  }
  .details--menu {
    top: 56px;
  }

  .menu-box .award {
    height: 60px;
    top: -74px;
  }

  .grid-wrap,
  .flex-wrap {
    width: 100%;
  }
  section.vehicle-title h1 {
    font-size: 2.4em;
  }
  section.vehicle-title ul.tags {
    font-size: 0.9em;
  }
  section.vehicle-image a.details-menu {
    top: -34px;
  }
  section.vehicle-image a.top-charts {
    right: 40px;
    background-image: url(/inc/img/icons/top-charts.svg);
    width: 80px;
    height: 50px;
    top: -50px;
  }
  .vehicle-image img {
    border-radius: 12px;
  }
}

/* Desktop */
@media (min-width: 1112px) {
  .main-grid .stats-box {
    margin: 0 0;
  }
  section.vehicle-title h1 {
    font-size: 3.1em;
  }
  section.vehicle-title ul.tags {
    font-size: 1em;
  }
  section.vehicle-image a.details-menu {
    top: -38px;
  }
  section.vehicle-image a.top-charts {
    right: 40px;
    font-size: 0;
    width: 100px;
    height: 50px;
    top: -55px;
  }
  .details-overview-content {
    margin: 0;
    width: 100%;
  }
  .award-image {
    display: block;
    float: right;
    max-width: calc(60% - 20px);
    border-radius: 12px;
    text-align: center;
  }

  .award-image h4 {
    padding: 0 30px;
    white-space: nowrap;
    font-family: "Pathway Gothic One", sans-serif;
    font-size: 78px;
    margin: -40px 0 0;
    position: relative;
    display: flex;
    justify-content: space-around;
  }
  .award-image h4:before {
    content: "";
    height: 1px;
    width: calc(100% - 50px);
    background: #757575;
    align-self: center;
    margin-right: 30px;
  }
  .award-image h4:after {
    content: "";
    height: 1px;
    width: calc(100% - 50px);
    background: #757575;
    align-self: center;
    margin-left: 30px;
  }

  .award-image img {
    border-radius: 12px;
    margin: 20px auto;
    -webkit-mask-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(80%, rgb(0, 0, 0)),
      color-stop(100%, rgba(0, 0, 0, 0))
    );
    margin-top: -53px;
  }

  .award-logo {
    font-size: 0;
    display: block;
    height: 86px;
    background: url(/inc/img/icons/awards.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    margin: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
    z-index: 9 !important;
    position: relative;
    left: calc(100% - 190px);
    margin-top: -55px;
  }

  .award-image.showcase img {
    -webkit-mask-image: none;
    margin-top: 0;
    display: block;
  }

  .horizontal-slider-container {
    float: left;
    width: 40%;
  }

  .image-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 3px;
    grid-row-gap: 0px;
  }
  .image1 {
    grid-area: 1 / 1 / 1 / 4;
  }
  .image2 {
    grid-area: 1 / 4 / 4 / 7;
  }
  .image3 {
    grid-area: 2 / 1 / 2 / 3;
  }
  .image4 {
    grid-area: 2 / 3 / 2 / 5;
  }
  .image5 {
    grid-area: 2 / 5 / 2 / 7;
  }
  .image1 img {
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
  }
  header .flex-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .image2 img {
    border-top-right-radius: 10px;
  }
  .image3 img {
    border-bottom-left-radius: 10px;
  }
  .image4 img {
    border-bottom-left-radius: 0;
  }
  .main-grid .title {
    margin: 0;
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-wrap.overview.line,
  .grid-wrap.gallery.line {
    float: left;
    max-width: calc(100% - 440px);
  }

  .main-grid .stats-box {
    float: right;
    width: 100%;
    max-width: 400px;
  }

  .grid-wrap.quick-stats {
    float: right !important;
    max-width: 400px;
    margin-top: 20px;
  }
  .flex-wrap {
    width: 100% !important;
  }

  .main-grid .title h1 {
    margin: 20px 0 5px;
  }
  .main-image img {
    border-radius: 12px;
    margin-bottom: 30px;
    margin-top: 10px;
    /* box-shadow:0 1px 2px rgb(0 0 0 / 40%); */
  }
  .main-grid .title ul {
    font-size: 1rem;
  }
  .menu-box {
    margin-top: 40px;
  }
  .details--menu,
  .menu-box .award {
    display: block;
    position: unset;
    margin-right: 15px;
  }
  .menu-box {
    display: flex;
    align-items: center;
  }
  .menu-box .award {
    width: 127px;
    height: 72px;
    margin-right: 20px;
  }

  .main-grid.grid-wrap {
    width: 100%;
  }

  .main-grid .flex-wrap,
  .main-grid .grid-wrap {
    width: 100%;
  }
}

.stats-box {
  margin-bottom: 60px !important;
}
