.copy-link__bottom {
  position: relative;
}
.copy-link__bottom .copy-link-tooltip {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  padding: 12px;
  border-radius: 12px;
  box-shadow: var(--shadow-full-s);
  background-color: var(--background-tile);
  color: var(--elements-main);
  z-index: 2;
  display: none;
}

.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;
}

.swiper {
  width: 100%;
  position: relative;
}

.swiper-container {
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  margin-left: -24px;
  transition: transform 0.15s;
}

.swiper-item {
  margin-left: 24px;
  width: calc(33.3333333333% - 24px);
  flex-shrink: 0;
}

.swiper-button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  box-shadow: var(--shadow-m);
  background-color: var(--default-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s;
}
.swiper-button svg {
  fill: var(--elements-main);
}
.swiper-button.left {
  transform: translate(-50%, -50%);
  left: 0;
}
.swiper-button.right {
  transform: translate(50%, -50%);
  right: 0;
}
.swiper-button:hover {
  opacity: 0.9;
}

@media (pointer: coarse) {
  .swiper-button:hover {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .swiper-item {
    width: calc(50% - 24px);
  }
}
@media (max-width: 576px) {
  .swiper {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  .swiper-wrapper {
    margin-left: 0;
  }
  .swiper-item {
    width: calc(100% - 32px);
    margin-left: 8px;
  }
  .swiper-item:first-child {
    margin-left: 16px;
  }
  .swiper-button {
    display: none !important;
  }
}
.single__inner {
  display: flex;
  margin-left: -24px;
}

.single__content {
  margin-left: 24px;
  width: calc(66.6666666667% - 24px);
}

.single__sidebar {
  margin-left: 24px;
  width: calc(33.3333333333% - 24px);
}

.main-page {
  padding-top: 24px;
}

@media (max-width: 1200px) {
  .single__inner {
    flex-wrap: wrap;
  }
  .single__content, .single__sidebar {
    width: 100%;
  }
  .single__sidebar {
    margin-top: 24px;
  }
}
.single-image {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}
.single-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.single-title {
  margin-top: 32px;
}
.single-title:first-child {
  margin-top: 0;
}

.single-description {
  margin-top: 32px;
  display: none;
}

.single__share-with-author {
  display: flex;
  align-items: center;
  margin-top: 16px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.single__share-with-author-links {
  margin-left: 8px;
}

.single-author {
  color: var(--gray-default);
  display: flex;
  flex-wrap: wrap;
}
.single-author span {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.single-author .read-time {
  margin-right: 4px;
}

.single-author__wrapper {
  display: inline-flex;
  align-items: center;
  padding-left: 32px;
  position: relative;
  margin-right: 4px;
}

.single-author__photo {
  overflow: hidden;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-author__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single__trending {
  margin-top: 32px;
}

.single__swiper-title {
  margin-top: 40px;
}

@media (max-width: 576px) {
  .single__share-with-author {
    margin-bottom: 16px;
  }
  .single-author__wrapper {
    padding-left: 20px;
  }
  .single-author__photo {
    width: 16px;
    height: 16px;
  }
  .single-author span {
    font-weight: 500;
    font-size: 12px;
  }
  .single__swiper-title {
    margin-top: 24px;
  }
}
.single-content {
  margin-top: 32px;
}

@media (max-width: 576px) {
  .single-content {
    margin-top: 16px;
  }
  .single__trending {
    margin-top: 16px;
  }
  .single__inner, .single__content, .single__sidebar {
    margin-left: 0;
  }
}
.tags {
  list-style-type: none;
  padding: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -8px;
  margin-bottom: 0;
}

.tags-item {
  margin-left: 8px;
  margin-top: 8px;
  background-color: var(--background-secondary);
  padding: 7px 16px;
  border-radius: 12px;
  position: relative;
  transition: transform 0.15s;
}
.tags-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--button-hover);
  opacity: 0;
  transition: opacity 0.15s;
  border-radius: 12px;
  top: 0;
  left: 0;
  z-index: 1;
}
.tags-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--button-active);
  opacity: 0;
  transition: opacity 0.15s;
  border-radius: 12px;
  top: 0;
  left: 0;
  z-index: 1;
}
.tags-item:hover::after {
  opacity: 1;
}
.tags-item:active {
  transform: scale(0.96);
}
.tags-item:active::after {
  opacity: 0;
}
.tags-item:active::before {
  opacity: 1;
}
.tags-item a {
  text-decoration: none;
  color: var(--elements-main);
}
.tags-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (pointer: coarse) {
  .tags-item:hover::after {
    opacity: 0;
  }
}
.single__share-with-views {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.single-views {
  display: flex;
  align-items: center;
}

.single-views__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-views__icon svg {
  fill: var(--gray-default);
}

.single-views__count {
  color: var(--gray-default);
  margin-left: 8px;
}

@media (max-width: 576px) {
  .single__share-with-views {
    margin-top: 16px;
  }
}

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