.zr-express-delivery-info {
  background-image: url("../../assets/ev.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 8px;
  min-height: 150px;
}
.zr-express-delivery-info h3 {
  margin-top: 0;
  color: black;
  font-size: 1.4rem;
}
.zr-express-delivery-info p {
  margin-bottom: 15px;
  color: black;
  width: 80%;
}
.zr-express-delivery-info label {
  color: black;
}
.zr-express-delivery-info .express-service-option {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
  backdrop-filter: blur(5px);
  width: fit-content;
}

.express-service-item-badge {
  margin-left: 1rem;
  margin-top: 0.5rem;
}

/*# sourceMappingURL=style.css.map */
