.sidebar .subscribe-form input {
  background: #eee;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  border: 0;
  color: black;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0.5rem 1.5rem;
}
.sidebar .subscribe-form button {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 0.5rem 1.5rem;
  background: #2b1eb0;
}

.position-sticky {
  top: 20px;
}

.categories a {
  font-size: 16px;
  line-height: 20px;
  color: #3829C9;
  font-weight: bold;
}

.articles-warning {
  background: #eee;
  border-radius: 10px;
  color: black;
  font-size: 14px;
  line-height: 30px;
  padding: 1.5rem;
}

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