/* Compact icon badge for the Features page card grid (features.html) */
.feature-icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(var(--primary-accent-color-rgb), 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.feature-icon-badge svg {
  width: 28px;
  height: 28px;
  color: var(--primary-accent-color);
}

.feature-card {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
