.fcbf-unresolved-card-v1 {
  position: relative;
  opacity: .88;
  filter: saturate(.75);
}

.fcbf-unresolved-alert-v1 {
  margin: 12px auto;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(250, 204, 21, .55);
  background: linear-gradient(135deg, rgba(120, 53, 15, .55), rgba(15, 23, 42, .78));
  color: #fff7cc;
  font-weight: 900;
  text-align: center;
  line-height: 1.35;
  box-shadow: inset 0 0 18px rgba(250, 204, 21, .12);
}

.fcbf-unresolved-alert-v1 small {
  display: block;
  margin-top: 4px;
  color: #ffe8a3;
  font-size: 12px;
  font-weight: 800;
}

.fcbf-unresolved-disabled,
.fcbf-unresolved-disabled:hover,
.fcbf-unresolved-disabled:focus {
  cursor: not-allowed !important;
  opacity: .78 !important;
  background: linear-gradient(135deg, #334155, #475569) !important;
  color: #e2e8f0 !important;
  border-color: rgba(148, 163, 184, .7) !important;
  box-shadow: none !important;
  pointer-events: auto !important;
}