/* Community page specific tuning (safe, non-content) */
@media (max-width: 768px) {
  .community-section .feature-card,
  .community-section .card,
  .community-section .resource-card {
    box-shadow: none !important;
  }
}
