/**
 * Etiquetas de status, prioridade, tipo, SLA, etc. — cantos levemente arredondados (0.25rem).
 * Não afeta avatares, dots indicadores, toggles nem scrollbars.
 */
:root {
  --fd-meta-badge-radius: var(--radius-card, 0.25rem);
}

/* —— Tickets (Acompanhamento) —— */
#page-acompanhamento .acomp-status,
#page-acompanhamento .acomp-tag-pill,
#page-acompanhamento .acomp-kcard-ticket-pill,
#page-acompanhamento .acomp-kcard-id-pill,
#page-acompanhamento .acomp-kcard-head-meta > .acomp-kcard-prioridade,
#page-acompanhamento .acomp-kcard-head-meta > .acomp-kcard-origin,
#page-acompanhamento .acomp-kcard-head--aligned > .acomp-kcard-prioridade,
#page-acompanhamento .acomp-kcard-head--aligned > .acomp-kcard-id-pill,
#page-acompanhamento .acomp-kcard-ticket-pill,
#page-acompanhamento .acomp-modal-head-meta .acomp-kcard-ticket-pill,
#page-acompanhamento .acomp-modal-head-meta .acomp-kcard-prioridade,
#page-acompanhamento .acomp-info-sla-badge,
#page-acompanhamento .bdg,
#page-acompanhamento .c-cat,
#page-acompanhamento .acomp-main--lista .acomp-list-priority,
#page-acompanhamento .acomp-main--lista .acomp-list-sla,
#page-acompanhamento .acomp-main--lista .acomp-list-channel,
#page-acompanhamento .acomp-main--lista .acomp-list-status,
#page-acompanhamento .acomp-main--lista .acomp-op-alert-count,
#page-acompanhamento .fav-crit .cc,
#page-acompanhamento .sc-card {
  border-radius: var(--fd-meta-badge-radius) !important;
}

/* —— Tarefas —— */
#page-tarefas .tf-tipo,
#page-tarefas .tf-priority,
#page-tarefas .tf-status,
#page-tarefas .tf-tipo.t-reuniao,
#page-tarefas .tf-tipo.t-treinamento,
#page-tarefas .tf-tipo.t-implantacao,
#page-tarefas .tf-drawer-panel .tf-priority,
#page-tarefas .tf-drawer-panel .tf-status,
#page-tarefas .tf-drawer-panel .tf-tipo {
  border-radius: var(--fd-meta-badge-radius) !important;
}

/* —— Equipe —— */
#page-atendentes .eq-status-badge,
#page-atendentes .admin-ativo-badge,
#page-atendentes .perfil-acesso-badge,
#page-atendentes .pp-tag,
#page-atendentes .trig-pill,
#page-atendentes .dev-row .dtag,
#page-atendentes .eq-soon-badge,
#page-atendentes .perfil-card .pc-role-badge,
#page-atendentes .pp-dwr-id .di-badge {
  border-radius: var(--fd-meta-badge-radius) !important;
}

/* —— Clientes (contratante + solicitante) —— */
#page-clientes .clientes-status-chip,
#page-clientes .cliente-classificacao-badge,
#page-clientes .contato-gestao-etiqueta-badge,
#page-clientes .contato-gestao-etiqueta-chip,
#page-clientes .clientes-view--contatos .contato-gestao-etiqueta-badge,
#page-clientes .clientes-view--contatos .fd-pending-pill,
#page-clientes .fd-pending-pill,
#page-clientes .pp-tag,
#page-clientes[data-conexoes-layout='cx2'] .cx2 .st-pill,
#page-clientes[data-conexoes-layout='cx2'] .cx2 .conn-table .st-pill.cx2-table-chip,
#page-clientes[data-conexoes-layout='cx2'] .cx2 .conn-table .prov.cx2-table-chip,
#page-clientes .conexao-wa-token-badge {
  border-radius: var(--fd-meta-badge-radius) !important;
}

/* —— Relatórios (chips de filtro ativo / badges de célula) —— */
#page-relatorios .relatorios-fd .bdg,
#page-relatorios .relatorios-fd .flt-chip,
#page-relatorios .relatorios-fd .flt-active {
  border-radius: var(--fd-meta-badge-radius) !important;
}
