/**
 * Öne çıkan bölüm: Seçilmiş Hesaplar (featured-section-compact)
 */

.featured-section-compact .featured-section-icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.25) 0%, rgba(6, 182, 212, 0.2) 100%);
  border: 2px solid rgba(20, 184, 166, 0.35);
  box-shadow: 0 6px 16px rgba(20, 184, 166, 0.2);
}

.featured-section-compact .featured-section-icon-wrap i {
  font-size: 22px;
  color: #14b8a6;
}

.featured-section-compact .section-subtitle-compact {
  color: var(--text-secondary);
  font-size: 14px;
  margin: 6px 0 0 0;
}
