/* ACCMAA fixes 20260814c — ERP hydrate/trash + admin panel polish */
.erp-mode-banner--online {
  border-inline-start: 3px solid #1b6b4a;
}
.erp-trash-banner {
  background: linear-gradient(90deg, rgba(180, 40, 40, 0.08), transparent);
}
.erp-ac-wrap .erp-ac-input:not(:placeholder-shown) + .erp-line-account:not([value=""]),
.erp-ac-wrap:has(.erp-line-account:not([value=""])) .erp-ac-input {
  outline-color: rgba(201, 162, 39, 0.45);
}
.cms-visual-thumb {
  display: inline-flex;
  width: 48px;
  height: 36px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(10, 54, 105, 0.06);
}
.cms-visual-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-visual-thumb--empty {
  color: var(--muted, #889);
  font-size: 0.75rem;
}
