
.stm-top-bar {
    background-color: #222;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 9999;
    width: 100%;
    overflow: hidden;
}

.stm-top-bar marquee {
    white-space: nowrap;
}

.stm-link {
    color: #ffc107;
    text-decoration: none;
    font-weight: bold;
}

.stm-link:hover {
    text-decoration: underline;
    color: #fff;
}
