.cache-refresh-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #345995;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  font: 600 14px/1.2 system-ui, sans-serif;
}

.cache-refresh-button--stacked {
  bottom: 114px;
}

.cache-refresh-button:disabled {
  cursor: wait;
  opacity: 0.75;
}
