.notify {
  position: relative;
  max-width: 100%;
}

.notify .notify__button {
  position: relative;
  color: #fff;
}

.notify .notify__button--link {
  background: none;
  border: none;
  color: #0071e3;
  cursor: pointer;
  font: inherit;
  outline: inherit;
  padding: 0;
  white-space: nowrap;
}

.notify .notify__button.notify__button--padding-left {
  margin-left: 18px;
  color: #fff !important;
}

.notify .notify__button .notify__button-text {
  font-family: var(--font-body-family);
  font-style: normal;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.002px;
  /* 142.87% */
}

.notify .notify__button .notify__icon {
  color: #0071e3;
  text-decoration-line: none !important;
}

.notify .notify__button .notify__button-text--mobile {
  display: none;
}

.notify .notify__button.notify__button-wrapper {
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  outline: inherit;
  padding: 0;
  z-index: 10;
}

.notify .notify__button.notify__button-col {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1025px) {
  .notify .notify__button .notify__button-text {
    display: none;
  }

  .notify .notify__button .notify__button-text--mobile {
    display: block;
  }

  .notify .notify__button.notify__button--padding-left {
    margin-left: 0;
  }
}