.soc-topbar {
    background: linear-gradient(90deg, #FFC124 0%, #ffd668 100%);
    color: #1B1730;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 11;
}

.soc-topbar__text {
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 600px) {
    .soc-topbar {
        font-size: 12px;
        padding: 6px 0;
    }
}
