.grano-download-alert {
  display: none;
  align-items: flex-start;
  gap: 10px;
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100%;
  align-self: stretch;
  grid-column: 1 / -1;
  box-sizing: border-box;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fef3f2;
  border: 1px solid #fecdca;
  color: #b42318;
  font-size: 14px;
  line-height: 1.45;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.grano-download-alert.is-visible {
  display: flex;
}

.grano-download-alert__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background: #d92d20;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.grano-download-alert__text {
  flex: 1 1 auto;
}

.grano-download-alert__close {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #b42318;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0 2px;
  opacity: 0.75;
}

.grano-download-alert__close:hover {
  opacity: 1;
}

html.grano-download-logged .grano-download-profession-field {
  display: none !important;
}
