

/* Start:/local/templates/main/components/bitrix/news.detail/projects/style.css?16953717672560*/
.news-detail-img {
  width: 100%;
}

.news-share {
  border-radius: 0.1875rem;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
}

.news-share:hover {
  text-decoration: none;
}
.news-share span {
  font-size: 1rem;
}

.news-title {
  font-size: 2.25rem;
}

.author-news {
  margin: 1.5rem 0;
}

.rubric {
  border-radius: 0.25rem;
  padding: 0.25rem 0.875rem;
  background-color: rgba(28 28 28 / 0.7);
  color: hsl(0deg 0% 97%);
}

.rubric:hover {
  background: #eef8f5;
  color: #00a77e !important;
  text-decoration: none;
}

.project-type {
  border-radius: 0.25rem;
  padding: 0.25rem 0.875rem;
  background-color: rgba(28 28 28 / 0.7);
  color: hsl(0deg 0% 97%);
}

.news-content {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 90%;
}

.news-content .form-check {
  line-height: 1.5;
}

.news-content .form-check-input {
  margin-top: 0.35rem;
}

.news-age {
  font-weight: 400;
  font-size: 1.125rem;
  vertical-align: middle;
}

/* LIBRARY INFO */
.card {
  /* width: 100%; */
  /* border: 1px solid rgb(0, 168, 126); */
  border-radius: 0.1875rem;
}

.author-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
}

.author-body {
  padding: 1rem;
}

.insta {
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.insta::before {
  display: flex;
  align-items: center;
  height: 100%;
}

.lib-cont:hover {
  text-decoration: underline;
}

.link-info {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* TAGS */
.tag-item {
  padding: 0.25rem 1rem;
  background: #eef1f3;
  font-size: 0.75rem;
  display: inline-block;
  border-radius: 1rem;
  color: #545b62 !important;
}

.tag-item:hover {
  background: #eef8f5;
  color: #00a77e !important;
}

.tag-item::first-letter {
  text-transform: capitalize;
}

/* SIMILAR CONTENT */
.news-item {
  border-radius: 0.1875rem;
  margin-bottom: 30px;
  font-size: 0.875rem;
}

.news-thumbnail > img {
  width: 100%;
  height: 8rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  object-fit: cover;
}

.news-body {
  width: 100%;
}

.news-dot {
  height: 0.4rem;
  max-width: 0.4rem;
  max-height: 0.4rem;
  border-radius: 50%;
  display: inline-block;
}

.news-name {
  font-size: 1.125rem;
}
/* END OF SIMILAR CONTENT */

/* IMAGES IN ARTICLE */
.img-fluid {
  max-height: 15rem;
}

li p {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .news-content {
    max-width: 100%;
  }
}

/* End */
/* /local/templates/main/components/bitrix/news.detail/projects/style.css?16953717672560 */
