/* Module icon system. Add future tool icons as assets and reuse these classes. */
.module-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.module-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 16px;
  filter: drop-shadow(0 12px 22px rgba(37, 99, 235, 0.16));
}
