/* ==========================================================================
   Flanör — Hikayeler sayfası enhancement
   - Üstte ince scroll progress bar
   - Sayfa altına paylaş bar (X / FB / WA / TG / Kopyala)
   ========================================================================== */

.flanor-read-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, #5865F2, #9F7AEA);
    z-index: 9985;
    transition: width 80ms linear;
    box-shadow: 0 0 6px rgba(88, 101, 242, 0.45);
}

.flanor-share-bar {
    max-width: 760px;
    margin: 40px auto 60px;
    padding: 24px;
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.10), rgba(159, 122, 234, 0.08));
    border: 1px solid rgba(88, 101, 242, 0.28);
    border-radius: 16px;
    text-align: center;
    color: #DBDEE1;
    font-family: inherit;
}

.flanor-share-bar .fsb-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #80848E;
    margin-bottom: 14px;
}

.flanor-share-bar .fsb-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.flanor-share-bar .fsb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
}

.flanor-share-bar .fsb-btn:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.flanor-share-bar .fsb-twitter { background: #000000; }
.flanor-share-bar .fsb-fb      { background: #1877F2; }
.flanor-share-bar .fsb-wa      { background: #25D366; }
.flanor-share-bar .fsb-tg      { background: #229ED9; }

.flanor-share-bar .fsb-copy {
    background: rgba(255, 255, 255, 0.08);
    color: #DBDEE1;
    width: auto;
    padding: 0 14px;
    border-radius: 22px;
}

.flanor-share-bar .fsb-copy-label {
    font-size: 12px;
    font-weight: 700;
    margin-left: 4px;
}

.flanor-share-bar .fsb-copy:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #FFFFFF;
}

.flanor-read-time-injected {
    margin: 0 0 14px !important;
}
