.static-form-status {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  display: none;
}

.static-form-status.is-visible {
  display: block;
}

.static-form-status.is-success {
  background: rgba(24, 142, 94, 0.12);
  border: 1px solid rgba(24, 142, 94, 0.25);
  color: #188e5e;
}

.static-form-status.is-error {
  background: rgba(187, 54, 54, 0.12);
  border: 1px solid rgba(187, 54, 54, 0.25);
  color: #bb3636;
}

.static-field-error {
  display: block;
  margin-top: 6px;
  color: #bb3636;
  font-size: 12px;
}

[aria-invalid="true"] {
  border-color: #bb3636 !important;
}

.static-search-grid {
  width: 100%;
}

.static-search-empty {
  width: 100%;
  padding: 24px 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #fff;
  color: #242429;
}

.static-search-empty h3 {
  margin: 0 0 8px;
}

.static-search-card {
  margin-bottom: 30px;
}

.static-search-card .lf-item-container {
  height: 100%;
}

.c27-bookmark-button.is-bookmarked i {
  color: #d44444;
}
