/* Упрощенные стили */
.location-banner-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 25px 0;
}

.location-banner-content {
    display: flex;
    align-items: center;
    color: #777;
}

.location-banner-icon {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

.location-banner-text {
    font-size: 14px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 500;
}