.ra-topbar {
    background: var(--ra-gradient);
    color: #ffffff;
    text-align: center;
}

.ra-topbar__text {
    display: inline-block;
    padding: 8px 16px;
    font-size: var(--ra-fs-xs);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .ra-topbar__text {
        font-size: 11px;
        line-height: 1;
    }
}
