/* line 12, ../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 #ddd; }
  /* 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 {
      margin-bottom: 16px; }

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

/* line 27, ../etfcircle-static/static/news/scss/news-details.scss */
.latest-news .single-latest-news .image-wrapper {
  padding-top: calc(50% * 9 / 16);
  position: relative;
  width: 50%; }
  /* line 32, ../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: 100%;
    object-fit: cover; }

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

/* line 48, ../etfcircle-static/static/news/scss/news-details.scss */
.news-info .category a {
  background: var(--color-primary);
  color: #fff;
  padding: 0 10px; }

/* line 53, ../etfcircle-static/static/news/scss/news-details.scss */
.news-info .category a:hover {
  background: var(--color-blue-2); }
