@import url(/css/components/publications/subscribe-aside.css);
@import url(/css/components/publications/products-aside.css);
@import url(/css/components/publications/subscribe-footer.css);

/*******************************
 News Header
 ******************************/

.news-post-header .inner-wrapper {
  border-block-start-width: var(--border-width);
  border-color: rgb(var(--light-border-bold));
  padding: 2rem;
}

.news-post-header-actions {
  display: flex;
  justify-content: space-between;
  margin-block-end: 2rem;
}

.news-post-header-actions .svg {
  width: 1.5rem;
  height: 1.5rem;
  display: inline;
}

.news-post-header-actions a {
  cursor: pointer;
}

.news-post-header-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgb(var(--light-text-primary));
}

.news-post-article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-post-article .article-tag {
  margin-block-end: 1rem;
}

.news-post-article-data {
  display: flex;
  gap: 2rem;
}

.news-post-article-info {
  display: flex;
  color: rgb(var(--neutral-30));
  gap: 0.5rem;
  align-items: center;
}

.news-post-article-info .svg {
  width: 1rem;
  height: 1rem;
}

.news-post-header-share-bottom.button {
  display: none;
}

@media (max-width: 46rem) {
  .news-post-article-title {
    font-size: 2rem;
  }

  .news-post-article-data {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (max-width: 35rem) {
  .news-post-header-share.button {
    display: none;
  }

  .news-post-header-share-bottom.button {
    display: flex;
    margin-block-start: 2rem;
  }
}

/*******************************
 News Post
 ******************************/

.news-post .inner-wrapper {
  padding-inline: 0;
  display: flex;
  justify-content: space-between;
}

.news-post-main {
  border-inline-end-width: var(--border-width);
  border-color: rgb(var(--light-border-bold));
  padding: 2rem 4rem 3rem;
}

.news-post-main p {
  margin-block: 1rem;
}

.news-post-contact span:first-of-type {
  font-weight: 600;
}

.news-post-important {
  margin-top: 3rem;
}

.news-post-important .Body2 {
  color: rgb(var(--light-text-tertiary));
}

.news-post-aside {
  margin: 2rem;
  min-width: 20rem;
}

.news-post-subscribe {
  display: flex;
  flex-direction: column;
  background-color: rgb(var(--mineral-container-primary));
  padding: 1rem;
  margin-block: 2rem;
  white-space: nowrap;
  gap: 0.5rem;
}

.news-post-subscribe--title {
  margin-block: 1rem;
}

.news-post-subscribe--input {
  border-width: var(--border-width);
  border-color: rgb(var(--light-border-bold));
  width: 100%;
  background-color: transparent;
  padding: 0.75rem;
}

.news-post-popular {
  margin-block: 2rem;
}

.news-post-popular--title {
  margin-block: 1rem;
}

.news-post-popular--products {
  border-width: var(--border-width);
  border-color: rgb(var(--light-border-bold));
}

.bottom-aside {
  display: none;
}

.bottom-aside .inner-wrapper {
  padding: 2rem;
  border-block-start-width: var(--border-width);
  border-color: rgb(var(--light-border-bold));
}

@media (max-width: 69rem) {
  .news-post-main {
    border: none;
    padding-block-end: 0;
  }

  .news-post-aside {
    display: none;
  }

  .bottom-aside {
    display: block;
  }
}

@media (max-width: 45rem) {
  .news-post-main {
    padding: 2rem;
  }
}
