/* ===== COPY BUTTONS ===== */
.yt-copy-btn {
    font-size: 9px;
    padding: 6px 12px;
    border-radius: 8px;
    cursor: pointer;
    background: #f0fdf4;
    border: 1px solid #a7f3d0;
    color: #059669;
    font-weight: 700;
    transition: all 0.3s ease;
}

.yt-copy-btn:hover {
    background: #d1fae5;
    transform: translateY(-2px);
}

/* ===== PAN T ===== */
.yt-pan-t {
    font-size: 11px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}