﻿/* Global style */

#news-app {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  margin: auto;
  background-color: #1e1e1e;
  font-size: 16px;
  box-sizing: border-box;
}

/* #news-app {
  width: calc(100% - 520px);
} */

#news-app img,
#news-app video {
  width: 100%;
  display: block;
}

.react-app-news {
  padding: 0 5px 5px 5px;
}

/* Landing page */
/* Landing page */
/* Landing page */

#news-app h1,
#news-app h2,
#news-app h3,
/* #news-app p, */
#news-app {
  margin: 0 !important;
  padding: 0;
  text-decoration: none;
}

#news-app a {
  color: #eee;
  text-decoration: none;
}

/* typography */

#news-app .main-news-small .main-title {
  font-size: 1.2em;
  padding: 0.2em 0;
  color: #eee;
  font-weight: 500;
  margin-top: 4px;
}

#news-app .main-title {
  font-size: 1em;
  padding: 0.2em 0;
  color: #eee;
  font-weight: 500;
}

#news-app .news-main-title-xl {
  font-size: 2.15em;
  font-weight: 600;
  color: #eee;
}

#news-app .news-main-title-l {
  font-size: 1.8em;
  font-weight: 600;
  color: #eee;
}

#news-app .news-main-title-sm {
  font-size: 1.5em;
  font-weight: 600;
  color: #eee;
}

#news-app .content-title {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #a2a2a2;
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 0.5em;
  font-weight: 300;
  display: block;
}

#news-app .news-latest-category-content .content-title {
  margin-top: 1em;
}

#news-app .news-latest-by-category .content-title {
  margin-top: 0;
}

#news-app .main-news-text {
  color: #eee;
  font-size: 1em;
  margin-top: 0.8em;
  font-weight: 300;
  line-height: 22px;
}

#news-app .news-category,
#news-app time {
  font-size: 0.75rem;
  color: #c5c5c5;
}

#news-app .news-category {
  border-right: 1px solid #3a3a3a;
  padding-right: 0.6em;
}

#news-app .news-tag-relase-time,
#news-app .relase-time-box {
  padding-left: 0.6em;
  display: flex;
  align-items: center;
}

#news-app .news-latest-by-category .news-tag-relase-time,
#news-app .news-latest-by-category .relase-time-box {
  padding-left: 0;
}

#news-app .time-icon {
  width: 13px;
  height: 13px;
  background: url(./img/news/time-icon.svg) no-repeat center;
  display: block;
  margin-right: 0.2em;
}

/* baha video typography */

.baha-video-description {
  color: #000 !important;
}

.baha-video-description-title {
  color: #000 !important;
  font-size: 0.9em;
  font-weight: 600 !important;
}

.baha-video-description__txt {
  text-transform: uppercase;
  font-size: 0.7em !important;
  font-weight: 600;
  color: #000 !important;
}

#news-app .baha-video {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

/* Layout */

#news-app .news-tag {
  display: flex;
}

#news-v5 .news-col-1,
#news-v5 .news-col-2 {
  display: grid;
  grid-template-columns: 60% auto;
  grid-gap: 1em;
}

#news-v5 .news-col-1 {
  margin-bottom: 1em;
}

#news-v5 .main-news-big {
  display: grid;
  grid-template-columns: 48% auto;
  grid-gap: 1em;
}

#news-v5 .main-news-small {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr 1fr;
}
#news-v5 .latest-news-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3em;
}

#news-app .latest-news__item,
#news-app .most-read__item {
  border-bottom: 1px solid #3a3a3a;
  min-height: 3.3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mt {
  margin-top: 34px;
}

.latest-news__item--title {
  display: flex;
  align-items: center;
}

.latest-news__item--title .lastest-news-item__image {
  width: 2.5em;
  margin-right: 0.5em;
}

#news-app .latest-news__item .news-tag {
  min-width: 135px;
  justify-content: flex-end;
}

#news-app .most-read__item .main-title {
  margin-bottom: 0;
  padding-bottom: 1px;
}

#news-app .most-read__item .news-tag {
  margin-bottom: 0.1em;
}

#news-v5 .latest-news__item {
  /* display: flex;
  flex-direction: row;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: 4fr 1.9fr;
  align-items: center;
  min-height: 1.3em;
  padding: 3px 0;
}

#news-v5 .latest-news__item img {
  min-width: 41px;
}

#news-v5 .additional-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}

#news-v5 .news-col-2.ext {
  grid-template-columns: 80% auto;
}

#news-v5 .additional-content.ext {
  grid-template-columns: 1fr;
}

#news-v5 .additional-content.ext .most-read {
  margin-top: 1em;
}

#news-v5 .additional-content1 .relase-time-box {
  padding-left: 0;
}
/* additional settings */

#news-v5 .main-news__content .news-tag {
  margin-top: 0.2em;
}

#news-v5 video {
  display: block;
}

#news-v5 .notification {
  background: #3b7074;
}

/* Landing page extended content*/

#news-v5 .news-col-3 {
  display: grid;
  grid-template-columns: 80% auto;
  grid-gap: 1em;
  margin-top: 2em;
}

#news-v5 .news-latest-by-category {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
  row-gap: 2.5em;
  height: fit-content;
  height: -moz-max-content;
}

#news-v5 .news-latest-category-content__item {
  border-bottom: 1px solid #3a3a3a;
  padding: 0.3em 0;
}

.news-latest-category-content img {
  margin-bottom: 0.25em;
}

#news-v5 .news-latest-category-content .main-title {
  margin-bottom: 0;
}

#news-app .relase-time-box {
  display: flex;
  align-items: center;
  gap: 2px;
}

/* Search field */

.news-search-container {
  margin-top: 1em;
}

.news-search {
  display: block;
  width: 100%;
  height: 1.9em;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #65dde5;
  color: #7b7b7b;
  padding: 0.7em;
  padding-left: 1.8em;
  font-size: 0.85em;
  box-sizing: border-box;
  background: url(./img/news/search_icon.png) no-repeat;
}

.news-search::placeholder {
  color: #7b7b7b;
}

.news-search-container .error-message {
  color: #ff5d5d;
  font-size: 0.7em;
  display: inline-block;
  margin-top: 4px;
}

/* In-focus section*/

#news-app .search-term {
  color: #eee;
  font-weight: 600;
}

#news-app .news-extended-in-focus {
  margin-top: 1em;
}

#news-app .news-extended-in-focus .in-focus-container {
  position: relative;
  margin-bottom: 1em;
}

#news-app .news-extended-in-focus .in-focus-title {
  position: absolute;
  background: rgba(34, 34, 34, 0.856);
  bottom: 0.5em;
  right: 0;
  font-size: 1vw;
  color: #efefef;
  padding: 0.4em 0.6em;
  text-transform: uppercase;
  text-align: end;
}

/* Search resoult content */

.news-search-wrapp {
  display: grid;
  grid-template-columns: 80% auto;
  background: #1e1e1e;
  grid-gap: 2em;
  padding-top: 5px;
}
@media only screen and (max-width: 1600px) {
  .news-search-wrapp {
    grid-template-columns: 70% auto;
  }
}
@media only screen and (max-width: 1200px) {
  .news-search-wrapp {
    grid-template-columns: 60% auto;
  }
}

#news-app .news-search-wrapp .news-search-container {
  margin-bottom: 1em;
  margin-top: 0;
}

#news-app .search-tag {
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 0.5em;
  color: #a2a2a2;
  font-size: 0.9em;
}

#news-app .latest-news-item {
  display: grid;
  column-gap: 0;
  grid-template-columns: 22% auto;
  padding: 0.5em 0;
  border-bottom: 1px solid #3e3e3e;
  align-items: center;
}

.news-search-wrapp .lastest-news-item__description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.9em;
}

.news-search-wrapp .lastest-news__title {
  font-size: 1.55em;
  padding-bottom: 0.4em;
  font-weight: 400;
  margin: 0;
}

.news-search-wrapp .lastest-news__title a {
  color: #eee;
  text-decoration: none;
}

.news-search-wrapp .lastest-news__text {
  font-size: 0.95em;
  line-height: 1.25;
  font-weight: 300;
  color: rgb(190, 190, 190);
}

.news-search-wrapp .news-tags-placeholder {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em;
  align-items: center;
}

#news-app .news-tags-placeholder .news-tag {
  background: #3d3d3d;
  color: #eee;
  padding: 0.2em 0.5em;
  text-decoration: none;
  font-size: 0.75em;
  text-transform: uppercase;
}

.news-search-wrapp .lastest-news-item__additional-content {
  display: inline-flex;
  align-items: center;
  margin-top: 1.4em;
}

.news-search-wrapp .load-more-btn {
  width: 100%;
  text-align: center;
  margin-top: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-search-wrapp .load-more-btn button {
  background: transparent;
  outline: none;
  border: none;
  font-size: 1.1em;
  text-decoration: underline;
  cursor: pointer;
  transition: ease-in-out 0.15s;
  text-decoration: none;
  color: #eee;
}

.news-search-wrapp .main-title a {
  text-decoration: none;
  color: #eee;
  font-size: 1em;
}

.news-search-wrapp .most-read .news-tag {
  display: flex;
  align-items: center;
}

.news-search-wrapp .content-title {
  color: #eee;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0.7em 0 1em 0;
  font-size: 1.2em;
  display: inline-block;
}

/* In focus */

/* Part need to be changed to general style */

#news-app .bottom-news-title {
  margin-top: 0.3em;
  margin-bottom: 0.1em;
  font-size: 1em;
  font-weight: 400;
}

#news-app .bottom-news-title a {
  text-decoration: none;
  color: #efefef;
}

#news-app .popular-item {
  display: grid;
  grid-template-columns: 20% auto;
  column-gap: 0.5em;
  border-top: 1px solid #3e3e3e;
  padding: 0.3em 0;
  min-height: 50px;
}

/* Popular numbers background */
#news-app .popular-number-1 {
  background: url(./img/news/1.png) no-repeat center;
  background-size: 50%;
}
#news-app .popular-number-2 {
  background: url(./img/news/2.png) no-repeat center;
  background-size: 50%;
}
#news-app .popular-number-3 {
  background: url(./img/news/3.png) no-repeat center;
  background-size: 50%;
}
#news-app .popular-number-4 {
  background: url(./img/news/4.png) no-repeat center;
  background-size: 50%;
}

#news-app .popular-item:last-child {
  border-bottom: 1px solid #3e3e3e;
}

#news-app .popular-sub-description {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  gap: 1em;
}

#news-app .popular_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #9f9f9f;
}

#news-app .content-link {
  font-size: 0.95em;
  font-weight: 200;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}

#news-app .content-link a {
  color: #efefef;
  text-decoration: none;
}

#news-app .tag {
  display: block;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  color: #a2a2a2;
  font-size: 0.9rem;
}

.in-focus-container .latest-news-item {
  display: grid;
  column-gap: 0em;
  grid-template-columns: 21% auto;
  border-bottom: 1px solid #3a3a3a;
  align-items: center;
  padding: 0.5em 0;
}

#news-app .lastest-news-item__description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.9em;
}

#news-app .lastest-news__title {
  font-size: 1em;
  padding-bottom: 0.4em;
  font-weight: 400;
}

#news-app .lastest-news__text {
  font-size: 0.75em;
  line-height: 1.25;
  font-weight: 300;
  color: rgb(190, 190, 190);
}

#news-app .news-tags-placeholder {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65em;
}

#news-app .lastest-news-item__additional-content {
  display: inline-flex;
  align-items: center;
  margin-top: 0.8em;
}

.in-focus-latest-news .news-tag {
  background: #3d3d3d;
  padding: 0.3em 0.6em;
  font-size: 0.8em;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

/* Button is repeated */

#news-app .load-more-btn {
  width: 100%;
  text-align: center;
  margin: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1/3;
}

#news-app .load-more-btn button {
  background: transparent;
  outline: none;
  border: none;
  font-size: 0.9em;
  text-decoration: underline;
  cursor: pointer;
  transition: ease-in-out 0.15s;
  text-decoration: none;
  color: #eee;
}

/* Part need to be changed to general style */

.in-focus__main-wrapp {
  display: grid;
  grid-template-columns: 72% auto;
  grid-gap: 2em;
  margin-top: 1em;
}

.in-focus__hero {
  position: relative;
}

.infocus__image__hero {
  display: block;
  opacity: 0.7;
  pointer-events: none;
}

.in-focus__hero__title {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 2.6vw;
  font-weight: 400;
  color: #fff;
  z-index: 2;
  text-align: center;
}

.in-focus-container .news-image-source {
  background: rgb(27, 27, 27);
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  color: #eee;
  padding: 0.4em 0.6em;
  font-size: 0.7em;
}

.in-focus__main-news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}

.in-focus-tag {
  margin-right: 0.5em;
  font-size: 0.8em;
}

.in-focus--description {
  font-size: 0.9em;
  line-height: 1.4em;
  color: rgb(190, 190, 190);
  margin-top: 0.4em;
}

.in-focus-container .news-right-bottom {
  margin-top: 0 !important;
}

.in-focus-latest-news {
  margin-top: 2em;
}

/* Loader */

#news-app .loader {
  display: inline;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 55px;
  height: 20px;
  margin: auto;
}

#news-app .loader span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #57c6cf;
  transform: scale(0);
  transition: linear;
}

#news-app .circle-a {
  animation: pulse 1.2s infinite;
}

#news-app .circle-b {
  animation: pulse 1.2s infinite;
  animation-delay: 0.1s;
}

#news-app .circle-c {
  animation: pulse 1.2s infinite;
  animation-delay: 0.2s;
}

@keyframes pulse {
  0% {
    transform: scale(0);
  }

  70% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes pulse-b {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

/* Live TV */

.more-live-tv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
  row-gap: 0.6em;
}

.live-tv-iframe {
  width: 100%;
}

.more-live-tv-channel {
  margin-top: 0.1em;
  width: 100%;
  max-width: 125px;
  height: 38px;
  cursor: pointer;
  position: relative;
}

.more-live-tv-channel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.164);
  opacity: 0;
}

.more-live-tv-channel:hover::after {
  opacity: 1;
}

.more-live-tv-channel-rt {
  background: url(./img/news/ws-news-rt-logo.svg) no-repeat center;
  background-size: cover;
  background-color: #63bc2a;
}
.more-live-tv-channel-dw {
  background: url(./img/news/ws-news-dw-logo.svg) no-repeat center;
  background-color: #0070c2;
  background-size: cover;
}
.more-live-tv-channel-sn {
  background: url(./img/news/ws-news-sky-news-logo.svg) no-repeat center;
  background-color: white;
  background-size: cover;
}

.more-live-tv-channel-cbs {
  background: url(./img/news/ws-news-cbs-news-logo.svg) no-repeat center;
  border-width: 1px;
  background-color: white;
  background-size: contain;
}

.more-live-tv-channel-en {
  background: url(./img/news/ws-news-euronews-logo.svg) no-repeat center;
  background-color: rgb(95, 176, 243);
  background-size: cover;
}

.more-live-tv-channel-f24 {
  background: url(./img/news/ws-news-france-24-news-logo.svg) no-repeat center;
  border-width: 1px;
  background-color: rgb(95, 176, 243);
  background-size: contain;
}

.more-live-tv-channel-cbs {
  background-color: rgb(95, 176, 243);
  background-size: cover;
}

/* Overlay main screen */

.main-live-tv-screen {
  position: relative;
}

.main-live-tv-modal {
  position: absolute;
  width: 100%;
  height: 75%;
  top: 0;
  left: 0;
  cursor: pointer;
}

/*===================================
              Responsive
  ====================================*/

@media only screen and (max-width: 1600px) {
  #news-app .news-col-1 .main-news-big {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  #news-app .news-main-title-xl,
  #news-app .news-main-title-l,
  #news-app .news-main-title-sm {
    font-size: 2em;
    font-weight: 600;
    color: #eee;
  }

  #news-app .news-col-1 .main-news-small,
  #news-v5 .additional-content {
    grid-template-columns: 1fr;
  }

  #news-app .news-extended-in-focus .in-focus-title {
    font-size: 1.2vw;
  }

  #news-v5 .news-col-2.ext {
    grid-template-columns: 70% auto;
  }

  #news-v5 .live-tv-iframe {
    height: 200px;
  }
}

.other-source {
  grid-template-columns: 1fr;
}

#news-app .news__details .main-news-text {
  margin-top: 0;
}

#news-app .ttNewsSelectForSpan {
  color: #5bc6cd;
}

.social-media-share {
  grid-column: 1/3;
}

.news-related__item {
  display: grid;
  grid-template-columns: 40% auto;
  align-items: center;
  grid-gap: 0.3em;
  margin-top: 0.5em;
}

#news-app .news-related__item .main-title {
  font-size: 0.8em;
}

.social-media-share {
  display: flex;
  gap: 1em;
}

.news__details__image {
  position: relative;
  margin-bottom: 0.7rem;
}

.news__details__image img {
  width: 100%;
}

.news-image-source {
  position: absolute;
  background: #111;
  bottom: 0;
  right: 0;
  color: #eee;
  padding: 0px 5px;
}

.news-image-source span {
  font-size: 0.7em;
}

#news-app .news__details__description p {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  font-size: 16px;
  display: inline-block;
  padding-top: 0;
}

#news-app .news-author {
  color: rgb(177, 177, 177);
  font-style: italic;
}

.article-charts {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 1em;
}
.article-charts:empty {
  display: none;
}

#news-app .article-charts span {
  color: #fff;
  font-size: 0.8em;
  margin: 0 2px;
}

.details-charts-title {
  background: #222;
  padding: 0.2em;
  display: flex;
  justify-content: space-between;
}

#news-app .changePercent.down {
  color: #f95050 !important;
}

#news-app .changePercent.up {
  color: #94f38f !important;
}

.shared-news-detail-container {
  display: flex;
  gap: 0.3em;
}

.shared-news-detail-container button {
  outline: none;
}

/* Last chart value */
#news-app .dnc-wrapper {
  position: relative;
}

#news-app .dnc-wrapper .overlay-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

#news-app .dnc-wrapper .nd-price-overlay {
  display: inline;
  font-size: 10px;
  padding: 1px 4px;
  position: absolute;
  right: 0;
}

#news-app .dnc-wrapper .nd-price-overlay.news-up {
  background: #94f38f;
  color: #000;
}

#news-app .dnc-wrapper .nd-price-overlay.news-down {
  background: #f95050;
  color: #eee;
}

/* move up */

#news-app .news-details-wrapper .source {
  color: #c5c5c5;
  margin-left: 0.3em;
  font-size: 0.8em;
}

#news-app .news-details-wrapper .news-tag-relase-time {
  padding-left: 2px;
}

/* No search resuult */

#news-app .no-search-result__wrapper span {
  color: #eee;
  display: block;
  text-align: center;
  font-size: 1.1em;
  width: 50%;
  margin: auto;
}

#news-app .no-search-result__wrapper .news-search-container input {
  width: 35%;
  min-width: 300px;
  margin: auto;
}

/* Return button */

.details-back-btn {
  margin: 0.5em 0;
}

.details-back-btn button {
  background: transparent;
  border: none;
  outline: none;
  color: #5ac6cd;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 2px;
  cursor: pointer;
}

.details-back-btn button:hover {
  color: #eee;
}

/* Details MQ */

@media only screen and (max-width: 1400px) {
  #news-app #news-details {
    grid-template-columns: 1fr;
  }
  .details-additional-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
  .details-additional-content .most-read {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 1360px) {
  .news__details {
    grid-template-columns: 1fr;
  }
}

/* Additional main and details image tags */

.main-news__img {
  position: relative;
}

#news-app .main-news__img .news-tag,
#news-app .news__details__image .news-tag {
  background: rgb(34, 34, 34);
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 2px;
  padding: 5px 15px;
  text-transform: uppercase;
}

#news-app .main-news__img .news-tag .news-category,
#news-app .news__details__image .news-tag .news-category {
  border: none;
  padding-right: 0;
  color: #eee;
  display: flex;
}

/* News category navigation */
.category_navigation {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

#news-app .category_navigation_item {
  font-size: 13px;
  padding: 5px 28px 5px 0;
  display: flex;
  text-transform: uppercase;
  color: #e7e7e7;
  transition: ease-in-out;
}
#news-app .category_navigation_item:hover {
  color: #fff;
}

#news-app .category_navigation_item:first-child {
  padding-left: 0;
  text-transform: lowercase;
  position: relative;
}

#news-app .category_navigation_item:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background: #3b3b3b;
  right: 14px;
  top: 15%;
}

#news-app .category_navigation_item.active {
  color: #4f9aa0;
}

.sm-share-icon {
  width: 25px;
  fill: #909090;
  fill: #b1b1b1;
}

/* UPDATE 2024 TEST */
.baha-news-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.baha-news-details-grid .grid-column-2,
.baha-news-details-grid .grid-column-2 .details-additional-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.baha-news-details-grid
  .details-additional-content
  .news__details__related
  .news-related__item {
  display: flex;
  gap: 1rem;
}
.baha-news-details-grid
  .details-additional-content
  .news__details__related
  .news-related__image {
  width: 180px;
  flex-shrink: 0;
}
.baha-news-details-grid
  .details-additional-content
  .news__details__related
  .main-title {
  font-size: 16px !important;
}

/* Embedded details */

iframe {
  display: block;
}

.baha-content .embedded-caption {
  padding-top: 0 !important;
  display: block;
  color: #c5c5c5;
  font-size: 14px !important;
  line-height: 1.2;
  margin-bottom: 0 !important;
}
.embedded-caption:empty {
  display: none;
}

.baha-content {
  padding: 0.7rem 0;
  display: block;
}

#news-app p:empty {
  display: none;
}
