/* Watchlist — bandeiras duplas (base + cotação) */
.wl-symcell {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  overflow: hidden;
}

.wl-flags {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1px;
}

.wl-flags--solo .wl-flag {
  width: 14px;
  height: 10px;
}

.wl-flags--solo .wl-flag svg {
  width: 14px;
  height: 10px;
}

.wl-flags:not(.wl-flags--solo) .wl-flag {
  width: 12px;
  height: 9px;
}

.wl-flags:not(.wl-flags--solo) .wl-flag svg {
  width: 12px;
  height: 9px;
}

.wl-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.wl-flag--quote {
  opacity: 0.92;
}

.wl-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.view-geral-active .wl-flag {
  box-shadow: 0 0 0 1px rgba(0, 168, 204, 0.12);
}

/* Ticker — bandeiras (gov-bar) */
.gov-tq-ico {
  display: inline-flex !important;
  overflow: visible;
  flex-shrink: 0;
  min-width: 24px;
}

.gov-tq-flags {
  flex-shrink: 0;
  width: 24px;
  height: 12px;
}

.gov-tq-flag svg {
  display: block !important;
  width: 14px !important;
  height: 10px !important;
}

.gov-tq-flag--solo svg {
  width: 16px !important;
  height: 11px !important;
}
