/* public/css/pages/profile.css */

.list-group-item {
  transition: background-color 0.2s ease, color 0.2s ease;
}

.list-group-item:hover {
  background-color: #f0f0f0;
}

.list-group-item.active {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.card {
  border-radius: 10px;
}

.card-header {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.alert {
  border-radius: 8px;
}
