/* 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 6, ../etfcircle-static/static/news/scss/archive.scss */
.news-container .news-categories {
  background-color: var(--color-primary);
  display: flex;
  margin: 0 0 30px;
  padding: 0;
  list-style: none; }
  /* line 13, ../etfcircle-static/static/news/scss/archive.scss */
  .news-container .news-categories li {
    color: #ffffff;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center; }
    /* line 20, ../etfcircle-static/static/news/scss/archive.scss */
    .news-container .news-categories li:hover, .news-container .news-categories li.active {
      background-color: #ffffff;
      color: var(--color-primary); }
    /* line 37, ../etfcircle-static/static/news/scss/archive.scss */
    .news-container .news-categories li a {
      color: inherit;
      display: inline-block;
      font-size: 15px;
      padding: 6px 14px;
      text-align: center;
      text-decoration: none;
      width: 100%; }

/* line 51, ../etfcircle-static/static/news/scss/archive.scss */
.news-container .large .single-news-wrapper .single-news-details-wrapper {
  overflow: hidden;
  position: relative; }
  /* line 55, ../etfcircle-static/static/news/scss/archive.scss */
  .news-container .large .single-news-wrapper .single-news-details-wrapper:hover img {
    transform: scale(1.1); }
  /* line 59, ../etfcircle-static/static/news/scss/archive.scss */
  .news-container .large .single-news-wrapper .single-news-details-wrapper img {
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    transition: transform 0.3s;
    width: 100%; }
  /* line 67, ../etfcircle-static/static/news/scss/archive.scss */
  .news-container .large .single-news-wrapper .single-news-details-wrapper .single-news-details {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-shadow: 2px 2px 8px #000; }

/* line 79, ../etfcircle-static/static/news/scss/archive.scss */
.news-container .category-news .category-title {
  border-left: 4px solid #fe6d73;
  padding-left: 10px; }

/* line 84, ../etfcircle-static/static/news/scss/archive.scss */
.news-container .category-news .single-news-wrapper {
  text-decoration: none;
  width: 100%; }
  /* line 88, ../etfcircle-static/static/news/scss/archive.scss */
  .news-container .category-news .single-news-wrapper:hover .single_news-title {
    text-decoration: underline; }
  /* line 92, ../etfcircle-static/static/news/scss/archive.scss */
  .news-container .category-news .single-news-wrapper .single-news-details {
    color: #000; }
    /* line 95, ../etfcircle-static/static/news/scss/archive.scss */
    .news-container .category-news .single-news-wrapper .single-news-details .image-wrapper {
      padding-top: 56.25%;
      position: relative;
      width: 100%; }
      /* line 100, ../etfcircle-static/static/news/scss/archive.scss */
      .news-container .category-news .single-news-wrapper .single-news-details .image-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }

/* line 115, ../etfcircle-static/static/news/scss/archive.scss */
.news-container .latest-news h5 {
  border-left: 4px solid #fe6d73;
  padding-left: 10px; }

/* line 121, ../etfcircle-static/static/news/scss/archive.scss */
.news-container .latest-news .single-latest-news a {
  color: #000; }
  /* line 125, ../etfcircle-static/static/news/scss/archive.scss */
  .news-container .latest-news .single-latest-news a:hover .single_news-title {
    text-decoration: underline; }

/* line 131, ../etfcircle-static/static/news/scss/archive.scss */
.news-container .latest-news .single-latest-news .image-wrapper {
  padding-top: calc(50% * 9 / 16);
  position: relative;
  width: 40%; }
  /* line 136, ../etfcircle-static/static/news/scss/archive.scss */
  .news-container .latest-news .single-latest-news .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.2s all ease-in; }
  /* line 148, ../etfcircle-static/static/news/scss/archive.scss */
  .news-container .latest-news .single-latest-news .image-wrapper a:hover img {
    filter: brightness(0.75); }

/* line 154, ../etfcircle-static/static/news/scss/archive.scss */
.news-container .latest-news .single-latest-news .news-info {
  width: 60%; }
  /* line 158, ../etfcircle-static/static/news/scss/archive.scss */
  .news-container .latest-news .single-latest-news .news-info .category a {
    color: var(--color-golden-2);
    font-weight: 600; }

/* line 168, ../etfcircle-static/static/news/scss/archive.scss */
.single-news-details-wrapper::before {
  content: "";
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; }

@media screen and (max-width: 767px) {
  /* line 182, ../etfcircle-static/static/news/scss/archive.scss */
  .category-news > div:first-child {
    order: 2; } }
