/* Deepam Cabs — Wedding cab services page (css_v2) */

.wedding-cab-page .hero.hero--about-premium .hero__picture img {
  object-position: 55% center;
}

.wedding-fleet-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.wedding-fleet-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--muted);
}

.wedding-fleet-list li::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--green);
}

.wedding-features-inline {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.wedding-features-inline li {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--muted);
  padding-left: 1.25rem;
  position: relative;
}

.wedding-features-inline li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2d9a3e;
  font-weight: 700;
}
