.attention-card { border-color: #f0d2b4 !important; }
.attention-card > div { width: 100%; }
.attention-link {
  display: inline-block;
  margin-top: 9px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
}
.attention-link:hover { text-decoration: underline; }
.attention-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding: 12px 15px;
  border: 1px solid #f0d2b4;
  border-radius: 9px;
  background: #fff7ed;
  color: var(--orange);
  font-size: 13px;
  font-weight: 750;
}
.attention-filter a { color: var(--orange); white-space: nowrap; }
.restore-link { border: 0; background: none; color: var(--green); font-weight: 800; cursor: pointer; }
@media (max-width: 600px) {
  .attention-filter { align-items: flex-start; flex-direction: column; gap: 7px; }
}
