
/* conditional-style.css */
.briefcase-present {
  background-color: #121212; /* Example: dark background */
  color: #fff;
}

.briefcase-present .card {
  background-color: #1e1e1e;
  border: 1px solid #333;
}

.briefcase-present .btn-primary {
  background-color: #3399ff;
  color: #fff;
}
