.bm-bullivery {
  margin: 0 0 16px;
  padding: 12px 16px;
  color: #fff;
  background: #e7692a;
  border: 1px solid #ab3e07;
  border-radius: 4px;
}

.bm-bullivery__message {
  margin: 0 0 8px;
  font-weight: 600;
}

.bm-bullivery__progress {
  display: block;
  width: 100%;
  height: 8px;
  overflow: hidden;
  color: #222;
  accent-color: #222;
  background: rgba(255, 255, 255, 0.45);
  border: 0;
  border-radius: 4px;
}

.bm-bullivery__progress::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.45);
}

.bm-bullivery__progress::-webkit-progress-value,
.bm-bullivery__progress::-moz-progress-bar {
  background: #222;
}

.bm-bullivery--reached .bm-bullivery__message {
  margin-bottom: 0;
}

.bm-bullivery--reached .bm-bullivery__progress {
  display: none;
}
