<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-page-content-wrap {
  overflow: visible;
}

.page_details .c-page-main {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
.page_details .c-page-aside--left,
.page_details .c-page-aside--right {
  display: none !important;
}

@media (min-width: 46.25em) {
  .c-vehicle-single__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 280px;
        grid-template-columns: 1fr 280px;
    grid-template-areas: "header header" "content sidebar";
    grid-gap: 1rem;
    row-gap: 1rem;
    column-gap: 2rem;
  }
}
@media (min-width: 61.25em) {
  .c-vehicle-single__inner {
    -ms-grid-columns: 1fr 350px;
        grid-template-columns: 1fr 350px;
  }
}

.c-vehicle-single__header,
.c-vehicle-single__inner &gt; header  {
  grid-area: header;
}

.c-vehicle-single__content {
  grid-area: content;
  overflow: hidden;
}

.c-vehicle-single__box {
  grid-area: sidebar;
  margin-bottom: 1em;
}

.c-vehicle-single__fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 1em;
  top: var(--top-offset,1em);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.c-vehicle-single__fixed ._details {
  margin: 0;
}

.c-vehicle-single__price-calculation {
  margin-bottom: 0.5rem;
  padding: 1.25rem 0.75rem 0;
  border: 1px solid #e1e1e1;
}

.c-vehicle-pricing {
  border: 0;
  padding: 0;
}
.c-vehicle-pricing &gt; .c-vehicle-pricing__item {
  background: transparent !important;
  padding: 0;
}
.c-vehicle-pricing &gt; .c-vehicle-pricing__item .o-layout__item {
  -ms-flex: 1 1 150px !important;
      flex: 1 1 150px !important;
  width: 100%;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.c-vehicle-pricing &gt; .c-vehicle-pricing__item ._title {
  font-size: 0.875em;
  font-weight: 400;
  margin: 0 0 0.5rem;
}
.c-vehicle-pricing .vat {
  padding-bottom: 0.5rem;
}

.c-vehicle-single__stacked-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.5em 0;
}
/*
@media (min-width: 61.25em) {
  .c-vehicle-single__stacked-btns {
    -ms-flex-order: 1;
        order: 1;
  }
}*/
.c-vehicle-single__stacked-btns &gt; *,
.c-button--autouncle-tradein {
  -ms-flex: 1 1 250px;
      flex: 1 1 250px;
  padding: 10px 16px;
  font-size: 1em;
  line-height: 1.33333;
  margin: 0 2px 4px 0;
  white-space: inherit;
}
.c-button--autouncle-tradein {
  align-self:baseline;
  flex: 0;
}
.c-financing-options {
  font-size: 0.875em;
  margin: 0 -0.75rem;
  border-top: 1px solid #dfdfdf;
}

.c-financing-options label {
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  margin: 0 0 0 0.25em;
}

.c-financing-options__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-financing-options .c-radio-inline {
  background: #fbfbfb;
  -ms-flex: 1 1 90px;
      flex: 1 1 90px;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid gainsboro;
  padding: 0.5em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: default;
}

.c-financing-options .c-radio-inline + .c-radio-inline {
  margin: 0;
}

.c-financing-options .c-radio-inline input[type=radio] {
  position: static;
  margin: 0;
}
</pre></body></html>