/* YouTube Video Data Viewer - code chips with copy, thumbnail strip. */

.yvd-code-wrap { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.yvd-code {
    background: #f3f4f6;
    border-radius: 6px;
    padding: 3px 8px;
    font-size: 0.8rem;
    word-break: break-all;
}
.yvd-link { color: #0b57d0; text-decoration: none; }
.yvd-link:hover { text-decoration: underline; }

.yvd-thumbs { display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end; }
.yvd-thumb { display: flex; flex-direction: column; gap: 4px; text-decoration: none; }
.yvd-thumb img { display: block; border-radius: 8px; background: #eef0f3; max-width: 160px; height: auto; }
.yvd-thumb-label { font-size: 0.72rem; color: #6b7280; text-align: center; }
.yvd-thumb-cta { margin-top: 12px; }
.yvd-thumb-cta .ghost-btn { text-decoration: none; font-size: 0.82rem; }
