/* Custom stylizing */
.a-popup__content {
  max-width: 220px;
  min-width: 220px;
  display: flex;
  text-align: center;
  flex-direction: column;
}

.a-popup__content svg {
  margin-bottom: 20px;
  width: 100%;
}

.a-popup__content .btn {
  min-height: 40px;
  font-size: 18px;
}

.a-popup__title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 24px;
}

.a-popup__title a {
  color: black;
  text-decoration: underline;
}

.a-popup__text {
  font-size: 15px;
  margin-bottom: 24px;
}
