/* Emergency Hub Area Links */
.emergency-area-links {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.emergency-area-links li {
  margin: 8px 0;
}

.emergency-area-links a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  color: #343434;
  padding: 10px 14px;
  border: 2px solid #1a1a1a;
  border-radius: 8px;
  transition: all 0.25s ease;
}

.emergency-area-links a:hover {
  background: #1a1a1a;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.emergency-area-links a:active {
  transform: translateY(0px);
  box-shadow: none;
}/*# sourceMappingURL=emergency.css.map */