@font-face {
  font-family: 'UKNumberPlate';
  src: url('/assets/fonts/UKNumberPlate.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CharlesWright-Bold';
  src: url('/assets/fonts/CharlesWright-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.vehicle-hero-card {
  border: none;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #f6f8ff, #ffffff);
}

.vehicle-hero-card .card-body {
  padding: 2rem;
}

.vehicle-hero-media {
  background: none;
  border-radius: 1.25rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}

.vehicle-hero-media img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.vehicle-hero-media.placeholder {
  flex-direction: column;
  gap: 0.5rem;
}

.reserved-callout {
  border-radius: 1rem;
  background-color: rgba(13, 110, 253, 0.08);
}

.vehicle-map {
  width: 100%;
  min-height: 320px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}

.carpark-level {
  background-color: #f8f9fb;
}

.carpark-level .lot-badges .badge {
  font-weight: 600;
}

@media (max-width: 992px) {
  .vehicle-hero-card .card-body {
    padding: 1.5rem;
  }

  .vehicle-map {
    min-height: 260px;
  }
}


.singapore-license-plate.regular-scheme {
    background-color: #202020;
    border: 2px solid #000;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4); 
    padding-top: 1.5px;
    padding-right: 1.5px;
    padding-bottom: 5px;
    padding-left: 1.5px;
    border-radius: 5px;
    width: max-content;
}
.singapore-license-plate .inner-plate {
    border-radius: 4px;
    font-weight: 80;
    font-size: 2.3rem;
    font-family: 'CharlesWright-Bold', 'UKNumberPlate', sans-serif;
    background: linear-gradient(180deg, #0d0d0d 0%, #000 100%); 
    color: #f4f4f4;
    word-spacing: -0.1em;
    line-height: 1;                 /* or 1em / 2.2rem for exact control */
    display: inline-block;
    padding: 0.1em 0.2em;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
