/* NMIMS CIIS — assets/css/04-sections/recognition.css — extracted from approved source (Phase 2B) */

/* ── RECOGNITION BADGES ── */
.recognition-bar { background: var(--off-white); padding: 24px 0; border-bottom: 1px solid var(--grey-light); }
.recognition-inner { display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; }
.rec-badge { display: flex; align-items: center; gap: 10px; padding: 10px 20px; background: white; border-radius: 100px; border: 1px solid var(--grey-mid); box-shadow: var(--shadow-soft); }
.rec-badge-icon { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.rec-badge-text strong { font-size: 0.78rem; font-weight: 700; color: var(--dark); display: block; line-height: 1.2; }
.rec-badge-text span { font-size: 0.68rem; color: var(--grey-text); }
