/* Theme 6: Elevated Cards
   White cards with deep drop-shadow. No borders. Lifts on hover. */

.link {
  background: #ffffff !important;
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  align-items: center !important;
}

.link:hover {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.linktitle {
  font-weight: 600;
}

.linkiconwrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.card {
  border: none !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-radius: 16px !important;
}
