/**
 * Footer values strip — static (no scrolling animation)
 */

.footer-top-banner .marquee-container {
    overflow: hidden;
    position: relative;
    padding: 14px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}

.footer-top-banner .marquee-content {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #6B2C91;
    padding: 0;
    flex-shrink: 0;
    white-space: normal;
    animation: none;
}

.footer-top-banner .marquee-content[aria-hidden="true"] {
    display: none;
}

@media (max-width: 768px) {
    .footer-top-banner .marquee-content {
        font-size: 14px;
    }

    .footer-top-banner .marquee-container {
        padding: 12px 14px;
    }
}
