.sidebar-articles {
  background-color: var(--blue-default);
  border-radius: 28px;
  padding: 16px;
  margin-top: 24px;
}
.sidebar-articles:first-child {
  margin-top: 0;
}
.sidebar-articles.secondary-article {
  background-color: var(--yellow-default);
}
.sidebar-articles.secondary-article .sidebar-articles-card__num {
  color: var(--yellow-default);
}
.sidebar-articles.white-article {
  background-color: var(--background-default);
}
.sidebar-articles.white-article .sidebar-articles-card__num {
  color: var(--background-default);
}

.sidebar-articles__inner {
  margin-top: 16px;
}

.sidebar-articles__item {
  margin-top: 16px;
  position: relative;
}
.sidebar-articles__item:first-child {
  margin-top: 0;
}
.sidebar-articles__item:first-child .sidebar-articles-card__content {
  padding-top: 0;
  border-top: none;
}
.sidebar-articles__item:first-child .sidebar-articles-card__num {
  margin-top: 0;
}
.sidebar-articles__item:hover .sidebar-articles-card__title {
  text-decoration: underline;
}
.sidebar-articles__item:hover .sidebar-articles__item-image img {
  transform: scale(1.1);
}

.sidebar-articles-card {
  display: flex;
}

.sidebar-articles-card__content {
  flex: 1;
  margin-left: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--separator-default);
}

.sidebar-articles-card__tax {
  margin-top: 16px;
  position: relative;
  z-index: 3;
}
.sidebar-articles-card__tax a {
  color: var(--elements-main);
  text-decoration: none;
}
.sidebar-articles-card__tax a:hover {
  text-decoration: underline;
}

.sidebar-articles-card__num {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: var(--elements-main);
  color: var(--blue-default);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  flex-shrink: 0;
}

.sidebar-articles-card__title {
  color: var(--elements-main);
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  width: fit-content;
}
.sidebar-articles-card__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (max-width: 576px) {
  .sidebar-articles__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
  }
  .sidebar-articles-card {
    flex-wrap: wrap;
  }
  .sidebar-articles-card__content {
    width: 100%;
    margin-left: 0;
    flex: none;
    margin-top: 8px;
    padding-top: 0;
    border-top: none;
  }
  .sidebar-articles-card__num {
    margin-top: 0;
  }
}
.sidebar-ad {
  display: flex;
  justify-content: center;
  padding: 16px;
}

.sidebar-widget__token-list {
  margin-top: 24px;
}
.sidebar-widget__token-list:first-child {
  margin-top: 0;
}

@media (max-width: 576px) {
  .sidebar-widget__token-list .cropty-app-114-tokens-list__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
  }
}
.sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sidebar__item {
  height: 100%;
  margin-top: 24px;
}
.sidebar__item:first-child {
  margin-top: 0;
}

.sidebar__box {
  position: sticky;
  top: 80px;
}

.sidebar-articles__item-image {
  margin-bottom: 16px;
}
.sidebar-articles__item-image img {
  transition: transform 0.15s;
}

.direction-site-rtl .sidebar-articles-card__content {
  margin-right: 16px;
  margin-left: 0;
}

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