.useful-info-container {
}

.links-panel h3 {
  margin: 20px 0;
  padding-left: 15px;
  padding-right: 15px;
}

.links-panel a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 1.5em;
  box-sizing: border-box;
  background-color: #f9f9f9;
  border: none;
  border-radius: 1px;
  margin: 0 15px 1em;
  text-decoration: none;
  color: #004C6B;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}

.links-panel a:hover {
  background-color: #d4e7ef;
  color: #002c3f;
  box-shadow: 0 2px 8px rgba(0, 76, 107, 0.15);
}

.links-panel i {
  margin-left: 1em;
  font-size: 1.2em;
  color: inherit;
  flex-shrink: 0;
}

