.single-post img {
  border-radius: 25px;
}

#breadcrumbs a {
  color: #ababab;
}

p#breadcrumbs {
  font-size: 14px;
  color: #2f3036;
  font-weight: 300;
}

#breadcrumbs a:first-of-type {
  position: relative;
  padding-left: 28px;
}

#breadcrumbs a:first-of-type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url('https://autopilotrentacar.com/wp-content/uploads/2025/05/Breadcrumb-button-base.svg')
    no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
