/* YouTube Link Tools - panel titles, link rows. */

.ylt-panel-title { margin: 0 0 6px; font-size: 1.05rem; font-weight: 700; color: #1f2937; }
.ylt-results-inline { margin-top: 14px; padding: 14px 16px; }
.ylt-avatar-sm { width: 48px; height: 48px; }
.ylt-links { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.ylt-link-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ylt-link-tag {
    flex: 0 0 auto;
    min-width: 120px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
}
.ylt-link-code {
    flex: 1 1 240px;
    min-width: 0;
    background: #f8fafc;
    border: 1px solid #e6e8eb;
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 0.8rem;
    overflow-x: auto;
    white-space: nowrap;
}
.ylt-small-btn { padding: 5px 11px; font-size: 0.78rem; }
.ylt-out { margin-top: 12px; display: flex; flex-direction: column; gap: 8px; }
.ylt-out[hidden] { display: none; }
.ylt-note { font-size: 0.8rem; }
