#yha2Root .placement-notes { display: grid; gap: 8px; width: 100%; min-width: 0; margin: 0 0 12px; }
#yha2Root .placement-note { display: flex; gap: 12px; align-items: flex-start; padding: 12px; border: 1px solid #f3c488; border-radius: 12px; background: #fff7ed; color: #7c3b13; font-size: 13px; line-height: 1.45; }
#yha2Root .placement-note > img { flex: 0 0 40px; width: 40px; height: 40px; object-fit: contain; background: white; border-radius: 6px; }
#yha2Root .placement-note > div { min-width: 0; overflow-wrap: anywhere; }
#yha2Root .placement-note b { display: block; font-weight: 700; }
#yha2Root .placement-note p { margin: 4px 0 0; font: inherit; color: inherit; }
#yha2Root .app-scroll > .placement-notes { width: auto; margin: 12px 16px; }
