/* Community Page Overrides
   DEV-NOTE: community-css; slim override file — base styles come from sponsorship.css
   Only community-specific tweaks live here. Scoped under .community-page */

/* ── Community card grid ───────────────────────────────── */
.community-page .community-card-grid .outcome-card {
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.community-page .community-card-avatar {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.community-page .community-card-grid .outcome-card h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--psn-slate);
  margin-bottom: 0.5rem;
}

.community-page .community-card-grid .outcome-card .community-card-description {
  font-size: 0.88rem;
  font-style: italic;
  color: var(--psn-muted);
  margin-bottom: 0.5rem;
}

.community-page .community-card-grid .outcome-card .community-card-topics {
  font-size: 0.82rem;
  color: var(--psn-muted);
  margin-bottom: 1rem;
}

.community-page .community-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.community-page .community-card-actions {
  margin-top: auto;
  padding-top: 0.75rem;
}

/* ── YouTube embed wrapper ─────────────────────────────── */
.community-page .community-video-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

/* ── Benefits icon sizing ──────────────────────────────── */
.community-page .community-benefit-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--psn-ice);
  border-radius: 14px;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.community-page .community-benefit-icon i {
  font-size: 1.5rem;
  color: var(--psn-hero-blue);
}

/* ── Vendor admin banner within new layout ─────────────── */
.community-page .community-vendor-banner {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeeba 100%);
  border: 1px solid #f5c518;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  font-weight: 500;
  color: #856404;
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 767px) {
  .community-page .community-card-avatar {
    width: 56px;
    height: 56px;
  }

  .community-page .community-card-grid .outcome-card h5 {
    font-size: 0.95rem;
  }
}
