/* v1.1: source-confirmed attention switches the approved paw pair; opening the panel never clears it. */
html[data-ofan-enabled="0"] .hlc-root,
html[data-ofan-enabled="0"] .hlc-restore,
html[data-ofan-enabled="0"] .hlc-alarm { display: none !important; }
.hlc-approved-paw--attention { display: none; }
.hlc-paw-restore[data-ofan-attention="1"] {
  width: 80px;
  min-width: 80px;
  height: 74px;
  min-height: 74px;
}
.hlc-paw-restore[data-ofan-attention="1"] .hlc-approved-paw--idle { display: none; }
.hlc-paw-restore[data-ofan-attention="1"] .hlc-approved-paw--attention {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.hlc-cabinet-setting { border-bottom: 1px solid rgba(216, 176, 76, .12); }
@media (prefers-reduced-motion: reduce) {
  .hlc-approved-paw { transition: none !important; }
}
