.algert-icon-block-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  width: 77px;
  border: 1px solid var(--e-global-color-e54eff4);
  border-radius: 20px;
  background-color: white;
  padding: 12px;
}
.algert-icon-block-widget img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
