.delivery-sticky {
  border-bottom-color: rgba(255, 255, 255, 0.16);
  background: linear-gradient(90deg, rgba(16, 82, 59, 0.98), rgba(23, 107, 75, 0.98));
  box-shadow: 0 10px 28px rgba(11, 49, 35, 0.18);
}

.delivery-sticky-mark {
  background: #dff5e9;
  color: #10543c;
  font-weight: 900;
}

.delivery-sticky p {
  color: rgba(255, 255, 255, 0.82);
}

.delivery-sticky p b {
  color: #fff;
}

.delivery-sticky a {
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  color: #125d43;
  font-weight: 850;
}

.delivery-sticky a:hover {
  background: #e8f5ee;
}

.delivery-sticky button {
  color: rgba(255, 255, 255, 0.72);
}

.delivery-sticky button:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
