/* Custom portal styles */

/* Card hover effect for interactive elements */
.card-hover:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0,123,255,.15)!important;
  transform: translateY(-2px) scale(1.02);
  transition: all .2s;
}

/* Layout containers */
.narrow-container {
  max-width: 800px;
}

/* Brand elements */
.bursary-logo {
  height: 72px;
  width: auto;
}

/* SEO-friendly typographic styles */
.page-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
