#fw-section-links-list-b48caeef-e7d6-44ec-91bf-dc2883910d19 {

.button {
  background-color: #007BFF;
  color: white;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 14px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.button:hover {
  background-color: #0056b3;
  transform: scale(1.05); /* Slightly larger on hover */
}

.button:active {
  transform: scale(0.95); /* Slightly smaller when clicked */
}
}