.storm-dashboard__btn {
  float: right;
  padding: 12px 26px;
  background: #CF2722;
  color: white;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  box-shadow: 0 4px 20px rgba(207, 39, 34, 0.2);
  transition: all 0.3s ease-in-out;
  position: relative;
}
.storm-dashboard__btn:hover {
  color: #fff;
  font-weight: 500;
  transform: scale(1.01);
  box-shadow: 0 6px 24px rgba(207, 39, 34, 0.45);
}
.storm-dashboard__btn:active {
  transform: translateY(0);
}
.storm-dashboard__btn::after {
  content: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 18L15 12L9 6" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
  margin-left: 8px;
  vertical-align: middle;
}/*# sourceMappingURL=style.css.map */