/* 
	Standard layout definitions 
*/
/* darker blue */
/* website text blue */
/* gray */
/* orange */
/* darker gray */
/* gray */
/* light gray */
/* small device width */
/* website styles */
/* orange text background (used for BETA) */
/* text styles */
.text-style-small {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-standard {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-large {
  font-size: 2.8em;
  line-height: 1.18em;
}
/* Roboto Regular */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Roboto Black */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
/* Roboto Black Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
}
/* Roboto Bold */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
/* Roboto Bold Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
/* Roboto Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
/* Roboto Light */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
/* Roboto Light Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
/* Roboto Medium Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
/* Roboto Medium Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
}
/* Roboto Thin Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
/* Roboto Thin Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}
.vehicle-description-button {
  cursor: pointer;
}
.vehicle-descriptors-container {
  margin-top: 16px;
  border-top: thin solid #dddddd;
}
.make-model-year-wrapper {
  display: flex;
  min-height: 32px;
  padding-bottom: 8px;
  justify-content: space-between;
}
.make-model-year-wrapper .make-model-year {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.15px;
}
.vehicle-identification {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.vehicle-identification .vehicle-reference,
.vehicle-identification .vin {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.vehicle-identification .vehicle-reference .value-wrapper,
.vehicle-identification .vin .value-wrapper {
  display: flex;
  height: 24px;
  align-items: center;
  width: fit-content;
  background-color: #000000;
  gap: 8px;
  padding: 0 8px;
}
.vehicle-identification .vehicle-reference .value-wrapper img,
.vehicle-identification .vin .value-wrapper img {
  width: 24px;
  height: 16px;
}
.vehicle-identification .vehicle-reference .value-wrapper .value,
.vehicle-identification .vin .value-wrapper .value {
  color: #ffffff;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-size: 16px;
}
@media screen {
  .vehicle-identification .vehicle-reference .value-wrapper.non-screen-display,
.vehicle-identification .vin .value-wrapper.non-screen-display {
  display: none;
}

}
.vehicle-identification .vehicle-reference .label-wrapper .label,
.vehicle-identification .vin .label-wrapper .label {
  letter-spacing: 0.5px;
  line-height: 18px;
  color: #000000;
  font-size: 12px;
}
.vehicle-identification .vehicle-reference-copy,
.vehicle-identification .vin-copy {
  display: flex;
  height: 24px;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #1976d2;
  border: 0;
  cursor: pointer;
}
.vehicle-identification .vehicle-reference-copy:hover,
.vehicle-identification .vin-copy:hover {
  background-color: #004789;
}
.vehicle-identification .vehicle-reference-copy:focus-visible,
.vehicle-identification .vin-copy:focus-visible {
  background-color: #004789;
  outline: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #004789;
}
.vehicle-identification .vehicle-reference-copy span,
.vehicle-identification .vin-copy span {
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */

  letter-spacing: 0.5px;
}
.vehicle-identification .vehicle-reference-copy img,
.vehicle-identification .vin-copy img {
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}
@media print {
  .vehicle-identification .vehicle-reference .tooltip,
.vehicle-identification .vin .tooltip {
  display: none;
}

}
.vehicle-identification .vehicle-reference .tooltip,
.vehicle-identification .vin .tooltip {
  position: relative;
}
.vehicle-identification .vehicle-reference .tooltip .tooltip-text,
.vehicle-identification .vin .tooltip .tooltip-text {
  position: absolute;
  bottom: 130%;
  left: 100%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 4px;
  padding: 2px 4px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */

  letter-spacing: 0.5px;
}
.vehicle-identification .vehicle-reference .tooltip .hover-tooltip,
.vehicle-identification .vin .tooltip .hover-tooltip {
  background: #384044;
}
.vehicle-identification .vehicle-reference .tooltip:hover .hover-tooltip,
.vehicle-identification .vin .tooltip:hover .hover-tooltip {
  display: flex;
  opacity: 1;
}
.vehicle-identification .vehicle-reference .tooltip .click-tooltip,
.vehicle-identification .vin .tooltip .click-tooltip {
  background: #2e7d32;
}
.vehicle-identification .vehicle-reference .tooltip .click-tooltip span,
.vehicle-identification .vin .tooltip .click-tooltip span {
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */

  letter-spacing: 0.5px;
}
.vehicle-identification .vehicle-reference .tooltip .click-tooltip.active,
.vehicle-identification .vin .tooltip .click-tooltip.active {
  display: flex;
  opacity: 1;
}
