
/* v061: staff profile personality notes */
.staff-personality-note {
  margin-top: 0.9rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 248, 235, 0.92);
  border: 1px solid rgba(188, 132, 66, 0.22);
  color: #4b3925;
  line-height: 1.9;
  font-weight: 600;
}
@media (max-width: 760px) {
  .staff-personality-note {
    margin-top: 0.75rem;
    padding: 0.85rem 0.9rem;
    border-radius: 15px;
    font-size: 0.94rem;
    line-height: 1.85;
  }
}
