.automation-status-banner {
  display: grid;
  gap: 3px;
  margin: 0 0 14px;
  padding: 11px 14px;
  border: 1px solid #f0b44a;
  border-left-width: 4px;
  border-radius: 11px;
  background: #fff8e8;
  color: #5f4308;
  box-shadow: 0 5px 16px rgb(15 35 45 / 7%);
}

.automation-status-banner[hidden] { display: none; }
.automation-status-banner strong { font-size: 13px; }
.automation-status-banner span { font-size: 12px; line-height: 1.45; }
.automation-status-banner[data-tone="error"] { border-color: #d92d3a; background: #fff0f1; color: #8a1620; }
.automation-status-banner[data-tone="running"] { border-color: #2676d8; background: #eef6ff; color: #174b88; }

@media (max-width: 760px) {
  .automation-status-banner { margin-inline: 2px; padding: 10px 12px; }
}
