html {
  font-size: 1rem;
}

@font-face{
  font-family:"Volvo Novum";
  src:url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-SemiLight.eot);
  src:url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-SemiLight.eot?#iefix) format("embedded-opentype"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-SemiLight.woff) format("woff"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-SemiLight.woff2) format("woff2"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-SemiLight.svg) format("svg");
  font-style:normal;
  font-weight:400;
  font-display:swap
}
@font-face{
  font-family:"Volvo Novum";
  src:url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-SemiLightItalic.eot);
  src:url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-SemiLightItalic.eot?#iefix) format("embedded-opentype"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-SemiLightItalic.woff) format("woff"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-SemiLightItalic.woff2) format("woff2"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-SemiLightItalic.svg) format("svg");
  font-style:italic;
  font-weight:400;
  font-display:swap
}
@font-face{
  font-family:"Volvo Novum";
  src:url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-Medium.eot);
  src:url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-Medium.eot?#iefix) format("embedded-opentype"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-Medium.woff) format("woff"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-Medium.woff2) format("woff2"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-Medium.svg) format("svg");
  font-style:normal;
  font-weight:700;
  font-display:swap
}
@font-face{
  font-family:"Volvo Novum";
  src:url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-MediumItalic.eot);
  src:url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-MediumItalic.eot?#iefix) format("embedded-opentype"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-MediumItalic.woff) format("woff"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-MediumItalic.woff2) format("woff2"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/VolvoNovum-MediumItalic.svg) format("svg");
  font-style:italic;
  font-weight:700;
  font-display:swap
}
@font-face{
  font-family:cw_volvoiconfont;
  src:url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/cw-volvo-iconfont.eot?slny4n);
  src:url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/cw-volvo-iconfont.eot?slny4n#iefix) format("embedded-opentype"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/cw-volvo-iconfont.ttf?slny4n) format("truetype"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/cw-volvo-iconfont.woff?slny4n) format("woff"),
  url(https://d3he9si2xmpgay.cloudfront.net/themes/volvo/fonts/cw-volvo-iconfont.svg?slny4n#cw_volvoiconfont) format("svg");
  font-weight:400;
  font-style:normal;
  font-display:block
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
  font-family: "Volvo Novum", sans-serif;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 .25rem;
}

h3 {
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}

a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #284e80;
  font-size: .8125rem;
}

a:hover {
  color: black;
}

a>*:not(:first-child) {
  margin-left: 10px;
}

header a, .content-header a {
  font-size: .875rem;
  color: #161618;
  text-transform: none;
  padding-top: .5rem;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  margin-right: 20px;
  font-weight: bold;
  padding-bottom: 0.8rem;
}

header a:hover, .content-header a:hover {
  border-bottom: 1px solid #161618;
}

header .header-bar {
  background-color: #fafafa;
  display: flex;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
  padding: 10px;
  z-index: 2;
}

.content-header {
  background-color: #fafafa;
  display: flex;
  height: 50px;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem #00000026;
  padding: 10px 10px 0 10px;
  width: 100%;
  z-index: 2;
}

.back-button {
  padding: 10px;
}

.back-button svg {
  height: 14px;
  width: 14px;
}

a.with-icon {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mobile-info-panel {
  display: flex;
  background-color: #fafafa;
  padding: 20px;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
}

.left-panel{
  width: calc(100%);
  display: inline-block;
  vertical-align: top;
}

.right-panel{
  position: sticky;
  position: -webkit-sticky;
  display: none;
  top: 125px;
  width: 280px;
  margin-left: 20px;
  vertical-align: top;
  background-color: #fafafa;
  padding: 2rem;
}

main {
  flex-grow: 1;
  padding-top: 2rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.left-panel-header {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
        "logo"
        "title"
        "description"
        "action";
  gap: 10px;
  margin-bottom: 1rem;
}

.left-panel-header-title {
  grid-area: title;
}

.left-panel-header-logo {
  grid-area: logo;
  height: .5rem;
  margin-top: .5rem;
  justify-self: left;
}

.left-panel-header-description {
  grid-area: description;
}

.left-panel-header-action {
  display:flex;
  gap: 8px;
  grid-area: action;
  justify-self: left;
}

.right-panel-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

button {
  display: block;
  width: 100%;
}

button.primary, button.secondary:hover {
  background-color: #284e80;
  color: white;
  border: 1px solid #284e80;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}

button.secondary {
  background-color: white;
  color: #284e80;
  border: 1px solid #284e80;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}

button.primary:hover {
  background-color: black;
  border-color: black;
  }

.mantine-1wzwu8c {
  display: none;
}


@media (min-width: 576px) {
  main {
    width: 540px;
  }
}

@media (min-width: 768px) {
  main {
    width: 720px;
  }
}

@media (min-width: 992px) {
  main {
    width: 960px;
  }

  .left-panel {
    width: calc(100% - 370px);
  }

  .right-panel {
    display: inline-block;
  }

  .mobile-info-panel {
    display: none;
  }
}

@media (min-width: 1200px) {
  .left-panel-header{
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "title logo"
        "description action";
    gap: .5rem;
  }

  .left-panel-header-logo {
    height: .7rem;
    justify-self: end;
  }

  .left-panel-header-action {
    justify-self: end;
  }

  main {
    width: 1280px;
  }

  .other-vehicles {
   margin-top: 20px;
  }

  .other-vehicles a {
    display: block;
    margin-top: 10px;
  }
}
