.empty-widget.hidden {
  display: none !important;
}

.empty-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.empty-widget .img-container {
  height: 26px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.empty-widget svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.empty-widget svg path {
  fill: color-mix(in srgb, var(--color, #000000) 30%, transparent);
}

.empty-widget h3 {
  font-size: 15px;
  font-weight: 500;
  color: var(--color, #000000);
  word-spacing: 1px;
  margin-bottom: 2px;
}

.empty-widget p {
  font-size: 13px;
  font-weight: 400;
  color: #6a6a6a;
  word-spacing: 1px;
  margin-bottom: 24px;
}

.empty-widget a {
  background-color: rgb(0, 0, 0, 0.05);
  border-radius: 50px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 500;
  color: color-mix(in srgb, var(--color, #000000) 80%, transparent);
}
