@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
body { font-family: 'Poppins', sans-serif; }
img { border-radius: 8px; }
.well, .media, .wall-item-content { border-radius: 8px; }

/* === FEED FIX STABLE (NO MORE CHANGES) === */
.panel {
  margin-bottom: 12px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  border-radius: 10px !important;
  background: #fff !important;
}
