.stories-wrapper {
    max-width: 100%;
    margin: 20px auto;
    direction: rtl;
}

.stories-wrapper .story {
    cursor: pointer;
}

.story.seen {
    opacity: 1 !important;
}

strong.name {
    font-size: 14px;
}

#zuck-modal-content .story-viewer .head .right {
    float: left!important;
}

.stories.snapgram .story.seen > a > .item-preview {
    background: radial-gradient(ellipse at 70% 70%, #a3cf62 8%, #92278f 42%, #a3cf62 58%);
}

/* جهت کلی نوار استوری‌ها RTL */
#stories.stories-wrapper {
    direction: rtl;
}

/* اطلاعات متن زیر حباب‌ها راست‌چین شود */
#stories .story .info {
    text-align: center;
}

/* مطمئن شو نام و زمان درست نمایش داده می‌شوند */
#stories .story .name,
#stories .story .time {
    direction: rtl;
    unicode-bidi: plaintext;
}

/* کمی فاصله بین حباب‌ها در حالت RTL */
#stories.stories-wrapper.stories.snapgram .story {
    margin-left: 0.6rem;
    margin-right: 0.2rem;
}

/* جا باز کردن برای دکمه‌ی لینک پایین استوری */
.story-viewer .wrapper {
    padding-bottom: 70px; /* فضای خالی پایین، تا دکمه روی بقیه نیفته */
}

/* خود دکمه (Visit Link / مشاهده لینک) را بالا بیار */
.story-viewer a.see-more,
.story-viewer .story-viewer-link {
    bottom: 16px;
    z-index: 9999;
}


/* جا باز کردن برای دکمه‌ی پایین استوری */
.story-viewer .wrapper {
    padding-bottom: 70px; /* تا دکمه پایین روی بقیه چیزها نیفته */
}

/* دکمه "مشاهده لینک" / see more در پایین استوری */
.story-viewer a.see-more,
.story-viewer .story-viewer-link,
.story-viewer .see-more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    z-index: 9999;
    display: inline-block;
    padding: 8px 16px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    text-decoration: none;
}

/* مطمئن شو روی گوشی هم معلومه */
@media (max-width: 768px) {
    .story-viewer .wrapper {
        padding-bottom: 80px;
    }
}


/* دکمه‌ی آیکن صدا کنار ضربدر بالا */
.story-viewer .story-mute-toggle {
    position: absolute;
    top: 10px;
    /* کنار دکمه ضربدر که معمولا گوشه راست هست */
    right: auto;
    left: 50px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.65);
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* آیکن پیش‌فرض: 🔇 / 🔊 */
.story-mute-toggle::before {
    background-image: url('https://drsaharsayahpour.com/wp-content/uploads/2025/11/speaker-sound.svg');
    font-size: 18px;
    line-height: 1;
}

.story-mute-toggle.is-unmuted::before {
    background-image: url('https://drsaharsayahpour.com/wp-content/uploads/2025/11/speaker-mute.svg');
}