.rental-splash {
  width: 100%;
  font-family: 'Arial', sans-serif;
}

.rental-splash-banner {
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../../resources/Headliner.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Car details: ~30% of default banner height */
.rental-splash--compact .rental-splash-banner {
  height: 75px;
  min-height: 75px;
  padding: 0 12px;
}

.rental-splash-banner-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  max-width: 100%;
}

.rental-splash--compact .rental-splash-banner-inner {
  gap: 0;
}

.rental-splash-class-badge {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #b7e4c7;
  letter-spacing: 0.06em;
}

.rental-splash--compact .rental-splash-class-badge {
  font-size: 0.65rem;
  line-height: 1.1;
}

.rental-splash--compact .rental-splash-title {
  font-size: 1.15rem !important;
  line-height: 1.15;
  margin: 0 !important;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rental-splash-title {
  color: white;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.rental-splash-title span {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: normal;
}

.ly_bread {
  background-color: #f7f7f7;
  padding: 10px 5%;
  border-bottom: 1px solid #eaeaea;
}

.ly_bread_list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.ly_bread_item {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #333;
  gap: 10px;
}

.ly_bread_item a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}

.ly_bread_item a:hover {
  color: #00a040;
}

.ly_bread_item svg {
  flex-shrink: 0;
}

.ly_bread_item img {
  width: 14px;
  height: auto;
  vertical-align: middle;
}
