/* /youtube-title-analyzer only: approximate title previews. Scoped under #ytaApp. */
#ytaApp .yta-previews { display: grid; gap: 12px; grid-template-columns: 1fr; margin: 12px 0; }
#ytaApp .yta-card { border: 1px solid var(--bm-line); border-radius: 12px; padding: 10px; background: var(--bm-bg); min-width: 0; }
#ytaApp .yta-card-label { font-size: .78rem; color: var(--bm-muted, inherit); margin: 0 0 6px; }
#ytaApp .yta-title { font-family: Roboto, Arial, sans-serif; font-weight: 500; line-height: 1.35; overflow-wrap: normal; word-break: normal; white-space: nowrap; max-width: 100%; border-left: 3px solid var(--bm-line-2); padding-left: 8px; box-sizing: content-box; overflow-x: auto; }
@media (max-width: 640px) { #ytaApp .yta-title { max-width: calc(100% - 11px); } }
#ytaApp .yta-title span { display: block; overflow: hidden; }
#ytaApp .yta-cut { font-size: .75rem; margin-top: 6px; }
