/* ─────────────────────────────────────────────────────────────────
   KarmaFlex Download Manager — Streaming Button Styles  v1.0.0
   ───────────────────────────────────────────────────────────────── */

.kfdl-stream-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 14px 0;
}

.kfdl-stream-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    font-family: inherit;
    font-weight: 600;
    border-radius: 6px;
    color: #fff !important;
    background: var(--kfdl-stream-color, #333);
    transition: opacity .18s, transform .1s;
    line-height: 1.2;
}
.kfdl-stream-btn:hover { opacity: .88; }
.kfdl-stream-btn:active { transform: translateY(1px); }

.kfdl-stream-btn svg { flex-shrink: 0; display: block; }

.kfdl-sr-only {
    position: absolute;
    width: 1px; height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

/* ── Sizes ───────────────────────────────────────────────────────── */

.kfdl-stream-sm .kfdl-stream-btn { font-size: 12px; padding: 6px 12px; }
.kfdl-stream-sm .kfdl-stream-btn svg { width: 14px; height: 14px; }
.kfdl-stream-sm .kfdl-stream-icon-only { width: 30px; height: 30px; padding: 0; justify-content: center; border-radius: 50%; }

.kfdl-stream-md .kfdl-stream-btn { font-size: 13px; padding: 9px 16px; }
.kfdl-stream-md .kfdl-stream-btn svg { width: 16px; height: 16px; }
.kfdl-stream-md .kfdl-stream-icon-only { width: 38px; height: 38px; padding: 0; justify-content: center; border-radius: 50%; }

.kfdl-stream-lg .kfdl-stream-btn { font-size: 15px; padding: 12px 20px; }
.kfdl-stream-lg .kfdl-stream-btn svg { width: 18px; height: 18px; }
.kfdl-stream-lg .kfdl-stream-icon-only { width: 46px; height: 46px; padding: 0; justify-content: center; border-radius: 50%; }

/* ── Per-platform brand colors (fallback if --kfdl-stream-color unset) ── */

.kfdl-stream-spotify     { background: #1DB954; }
.kfdl-stream-apple_music { background: #FA243C; }
.kfdl-stream-audiomack   { background: #FF8800; }
