/* line 15, ../etfcircle-static/static/scss/variables.scss */
:root {
  --color-primary: #002F58;
  --color-blue-2: #00549D;
  --color-secondary: #fe6d73;
  --color-tertiary: #F7CC83;
  --color-text: #70778b;
  --color-heading: $color-primary;
  --color-golden-1: $color-tertiary;
  --color-golden-2: #FFAF26;
  --color-border: #e7e7ed;
  --font-size-section-heading: 34px; }

/* line 3, ../etfcircle-static/static/news/scss/news-details.scss */
.news-content-wrapper {
  margin-top: 90px; }
  /* line 6, ../etfcircle-static/static/news/scss/news-details.scss */
  .news-content-wrapper .news-meta {
    border-bottom: 1px solid #e7e7ed; }
  /* line 10, ../etfcircle-static/static/news/scss/news-details.scss */
  .news-content-wrapper .description {
    font-size: 16px;
    letter-spacing: -0.16px; }
    /* line 14, ../etfcircle-static/static/news/scss/news-details.scss */
    .news-content-wrapper .description img {
      width: 100% !important;
      height: auto !important;
      margin: 0 auto 30px;
      display: block; }

/* line 23, ../etfcircle-static/static/news/scss/news-details.scss */
.news-meta .news-meta-time::before {
  content: "";
  width: 1px;
  background: #e4e6e9;
  height: 23px;
  position: absolute;
  transform: translateX(-10px); }

/* line 33, ../etfcircle-static/static/news/scss/news-details.scss */
.latest-news h6 {
  border-radius: 4px 4px 0 0; }

/* line 39, ../etfcircle-static/static/news/scss/news-details.scss */
.latest-news .single-latest-news .image-wrapper {
  padding-top: calc(50% * 9 / 16);
  position: relative;
  width: 40%; }
  /* line 44, ../etfcircle-static/static/news/scss/news-details.scss */
  .latest-news .single-latest-news .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    object-fit: cover;
    transition: 0.2s all ease-in;
    border-radius: 5px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      /* line 44, ../etfcircle-static/static/news/scss/news-details.scss */
      .latest-news .single-latest-news .image-wrapper img {
        height: 70px; } }
  /* line 59, ../etfcircle-static/static/news/scss/news-details.scss */
  .latest-news .single-latest-news .image-wrapper a:hover img {
    filter: brightness(0.75); }

/* line 64, ../etfcircle-static/static/news/scss/news-details.scss */
.latest-news .single-latest-news .news-info {
  width: 60%; }

/* line 70, ../etfcircle-static/static/news/scss/news-details.scss */
.news-info .category a {
  color: var(--color-golden-2);
  font-weight: 600; }
