.suggest-news-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 4px 4px;
  color: var(--blue-primary-color);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  width: fit-content;
  padding: 15px 22px;
  user-select: none;
  transition: background-color 0.3s, box-shadow 0.1s, translate 0.1s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .suggest-news-button {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .suggest-news-button {
    font-size: 12px;
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .suggest-news-button {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    padding: 10px 15px;
  }
}

#suggest-news-modal {
  color: rgb(0, 0, 0);
  text-align: left !important;
}

/*# sourceMappingURL=style.css.map */
