.linktree-section {
  background: #ffffff;
}

.section-title {
  font-weight: 700;
  color: #0f172a;
}

.section-subtitle {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 0;
}

.linktree-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 14px 18px;
  margin-bottom: 14px;
  text-decoration: none;
  color: #0f172a;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: all 0.25s ease;
}

.linktree-item i {
  font-size: 22px;
  margin-right: 14px;
  color: var(--brand-color);
}

.linktree-item span {
  flex-grow: 1;
}

.linktree-item:hover {
  transform: translateY(-3px);
  border-color: var(--brand-color);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  color: #0f172a;
}

/* Mobile spacing */
@media (max-width: 576px) {
  .linktree-item {
    padding: 16px;
  }
}
