.as-views-empty {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  min-height: min(52vh, 30rem);
  margin-bottom: 1.75rem;
  padding: 2.5rem 1.75rem 2.75rem;
  text-align: center;
  border: 1px dashed #d5dae3;
  border-radius: 0.875rem;
  background:
    radial-gradient(
      120% 80% at 50% -10%,
      rgba(249, 182, 46, 0.16),
      transparent 55%),
    linear-gradient(
      180deg,
      #fffef9 0%,
      #f7faf9 48%,
      #f3f6f8 100%);
}
.as-views-empty::before {
  content: "";
  position: absolute;
  top: auto;
  right: -20%;
  bottom: -40%;
  left: -20%;
  height: 55%;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at center,
      rgba(1, 107, 88, 0.07),
      transparent 70%);
}
.as-views-empty__kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.3125rem 0.75rem;
  color: #016b58;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  background: #eaf7f4;
  border: 1px solid #bfe8df;
  border-radius: var(--bs-border-radius, 0.375rem);
  font-size: 0.6875rem;
  font-weight: 800;
}
.as-views-empty__kicker-icon {
  flex: 0 0 auto;
}
.as-views-empty__art {
  position: relative;
  z-index: 1;
  width: 7.5rem;
  height: 7.5rem;
  margin: 0.25rem 0 0.125rem;
}
.as-views-empty__art svg {
  display: block;
  width: 100%;
  height: 100%;
}
.as-views-empty__title,
.as-views-empty__text,
.as-views-empty__actions {
  position: relative;
  z-index: 1;
}
.as-views-empty__title {
  max-width: 22ch;
}
.as-views-empty__text {
  max-width: 42ch;
}
.as-views-empty__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  max-width: 28.75rem;
  margin-top: 0.375rem;
}
.as-views-empty__clear,
.as-views-empty__adjust {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.875rem;
  min-width: 10rem;
}
.as-views-empty__clear {
  min-width: 13.75rem;
  box-shadow: 0 6px 16px rgba(249, 182, 46, 0.28);
}
.as-views-empty__clear-icon {
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .as-views-empty {
    min-height: auto;
    padding: 2rem 1.25rem 2.25rem;
  }
  .as-views-empty__clear,
  .as-views-empty__adjust {
    width: 100%;
    min-width: 0;
  }
}
