/* [project]/src/views/news/news-detail/ui/news-detail-body/index.module.css [app-client] (css) */
.index-module__oBtUhq__news-page {
  background-color: var(--color-white, #fff);
  border-radius: 24px;
}

.index-module__oBtUhq__news-page__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: 450px;
}

.index-module__oBtUhq__news-page-main {
  padding: calc(var(--spacing, .25rem) * 6);
}

.index-module__oBtUhq__news-page__header {
  --tw-font-weight: var(--font-weight-medium, 500);
  font-family: Times New Roman, Times, serif;
  font-size: 32px;
  font-weight: var(--font-weight-medium, 500);
  --tw-leading: 39px;
  color: #131e36;
  line-height: 39px;
}

.index-module__oBtUhq__news-page__content {
  --tw-font-weight: var(--font-weight-normal, 400);
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-normal, 400);
  margin-top: calc(var(--spacing, .25rem) * 5);
  --tw-leading: 140%;
  overflow-wrap: break-word;
  color: #131e36;
  line-height: 140%;
}

.index-module__oBtUhq__news-page-footer {
  margin-top: calc(var(--spacing, .25rem) * 6);
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  display: flex;
}

.index-module__oBtUhq__news-page-border {
  border-style: var(--tw-border-style);
  background-color: var(--color-white, #fff);
  padding-inline: calc(var(--spacing, .25rem) * 4);
  padding-block: calc(var(--spacing, .25rem) * 2);
  --tw-leading: 19px;
  color: #888da5;
  border-width: 1px;
  border-color: #e8e9ee;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 19px;
}

.index-module__oBtUhq__news-page-shared {
  float: right;
}

.index-module__oBtUhq__news-page-views {
  display: flex;
}

.index-module__oBtUhq__news-page-views .index-module__oBtUhq__last {
  border-left-style: var(--tw-border-style);
  border-color: #e8e9ee;
  border-left-width: 1px;
  align-items: center;
  margin-left: 10px;
  padding-left: 10px;
  display: flex;
}

.index-module__oBtUhq__news-page-views .index-module__oBtUhq__last img {
  vertical-align: sub;
  margin-right: 7px;
}

.index-module__oBtUhq__news-page__links {
  margin-top: calc(var(--spacing, .25rem) * 2);
}

.index-module__oBtUhq__news-page__links h3 {
  --tw-font-weight: var(--font-weight-medium, 500);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-medium, 500);
  color: #131e36;
  margin-bottom: calc(var(--spacing, .25rem) * 1);
}

.index-module__oBtUhq__news-page__links a {
  --tw-leading: 110%;
  --tw-font-weight: var(--font-weight-medium, 500);
  font-family: Inter;
  font-size: 14px;
  line-height: 110%;
  font-weight: var(--font-weight-medium, 500);
  color: #1890ff;
  margin-bottom: calc(var(--spacing, .25rem) * 1.5);
  display: block;
}

@media (max-width: 768px) {
  .index-module__oBtUhq__news-page__image {
    height: 200px;
  }

  .index-module__oBtUhq__news-page-views {
    margin-top: 10px;
  }

  .index-module__oBtUhq__news-page-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .index-module__oBtUhq__news-page__links h3 {
    font-size: 16px;
  }

  .index-module__oBtUhq__news-page__links a {
    font-size: 12px;
  }
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

/*# sourceMappingURL=src_views_news_news-detail_ui_news-detail-body_index_module_de54c10b.css.map*/