.youtube-showcase {
    background:
            linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .96)),
            radial-gradient(circle at top left, rgba(220, 38, 38, .12), transparent 35%),
            radial-gradient(circle at bottom right, rgba(13, 110, 253, .10), transparent 40%);
    border: 1px solid rgba(15, 23, 42, .10);
}

.youtube-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #dc2626, #ef4444);
    color: #fff;
    font-size: 2.2rem;
    box-shadow: 0 14px 30px rgba(220, 38, 38, .25);
}

.info-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .5rem .8rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .10);
    color: #334155;
    font-weight: 600;
}

.youtube-showcase .btn-danger {
    background: linear-gradient(135deg, #dc2626, #ef4444);
    border: none;
    box-shadow: 0 14px 28px rgba(220, 38, 38, .25);
}

.youtube-showcase .btn-danger:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(220, 38, 38, .32);
}