.meta {
    font-size: 12px;
    color: #cbd5e1;
    display: none;
}

.aff-btn {
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    padding: 8px 24px;
    font-weight: 100;
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
    background: #0f172a;
    color: #fff;
    border: 1px solid #1f2937;
}

.post-section h2 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: bold;
}

.aigg-reactions {
  display: flex;
  justify-content: center;   /* centers horizontally */
  align-items: center;
  gap: 8px;
  margin: 10px auto;
  flex-wrap: wrap;
  text-align: center;
}
