/* Иконки рекламных платформ (VK, Telegram, Авито) */

.brand-icon {
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
}

.tab-button .brand-icon,
.builder-source-chip .brand-icon,
.client-connection-pill .brand-icon,
.client-data-legend .brand-icon,
.client-data-sublegend .brand-icon,
.services-source-card h3 .brand-icon {
    margin-right: 6px;
}

.tab-button,
.builder-source-chip,
.client-data-legend,
.client-data-sublegend {
    display: inline-flex;
    align-items: center;
}

.services-source-card h3 {
    display: flex;
    align-items: center;
}
