.scroll-text {
    overflow: hidden;
    padding: 12px 0;
    background: #fff9e6;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    min-height: 40px;
    direction: rtl;
    display: flex;
    align-items: center;
    gap: 10px;
}

.scroll-text p {
    display: inline-block !important;
    white-space: nowrap !important;
    min-width: 100% !important;
    font-size: 15px;
    color: #856404;
    font-weight: 500;
    padding: 0 20px;
    line-height: 1.5;
    margin: 0;
    font-family: inherit;
    padding-right: 110px;
    animation: scroll-right 15s linear infinite !important;
}

.sina-static-label {
    white-space: nowrap;
    font-weight: bold;
    z-index: 5;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

    display: flex;
    align-items: center;

    padding: 0 15px;
    background: #ffe08a;
}

@media screen and (max-width: 768px) {

    .scroll-text {
        min-height: 40px !important; /* همان ارتفاع دسکتاپ */
        padding: 12px 0 !important;
    }

    .sina-static-label {
        font-size: 14px !important; /* مشابه دسکتاپ */
        padding: 0 15px !important;
        top: 0 !important;
        bottom: 0 !important; /* ارتفاع دقیقاً برابر دسکتاپ */
        display: flex !important;
        align-items: center !important;
    }

    .scroll-text p {
        padding-right: 110px !important; /* هماهنگ با لیبل */
        font-size: 12px !important;      /* دقیقاً مثل دسکتاپ */
        animation: scroll-right 9s linear infinite !important;
    }
}
