/*$layout-area-widths: 200px, 300px, 320px, 460px, 650px, 770px, 980px, 1000px;*/
/* line 4, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widgets-news-feed {
  line-height: 1.3em;
}
/* line 5, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widgets-news-feed .news-text {
  font-weight: bold;
}
/* line 10, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widgets-news-feed .news-media a {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-flex;
  margin-right: 4px;
}
/* line 18, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widgets-news-feed .news-media a:first-child {
  width: 136px;
  height: 120px;
}
/* line 24, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widgets-news-feed .news-media .no-image {
  width: 136px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
}
/* line 35, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widgets-news-feed .image-thumbnail .news-image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 50%;
}
/* line 40, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widgets-news-feed .image-thumbnail .news-image-wrapper .news-media {
  overflow: hidden;
  margin: 0px;
  max-width: 140px;
}
/* line 46, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widgets-news-feed .image-thumbnail .news-image-wrapper .news-media img.api-image {
  height: 28px;
  max-width: 40px;
}
/* line 52, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widgets-news-feed .image-thumbnail .news-image-wrapper .news-media .no-image {
  background-color: #eee;
}
/* line 57, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widgets-news-feed .image-thumbnail .news-image-wrapper .news-media a + a img.api-image {
  height: 10px;
  width: 11px;
  margin-right: 2px;
}
/* line 66, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widgets-news-feed .image-thumbnail .news-detail-item {
  display: inline-block;
  vertical-align: top;
}

/* line 73, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.tickercontainer .mask {
  position: relative;
  top: 0px;
  left: 0px;
}

/* line 80, ../../../app/assets/stylesheets/widgets/news_feed.scss */
#edit_widget .widget.news-ticker {
  max-height: none;
  height: auto;
}
/* line 84, ../../../app/assets/stylesheets/widgets/news_feed.scss */
#edit_widget .widget.news-ticker .title {
  position: static;
}
/* line 88, ../../../app/assets/stylesheets/widgets/news_feed.scss */
#edit_widget .widget.news-ticker ul.hide-me {
  display: block;
}

/* line 94, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widget.news-ticker {
  max-height: 31px;
  overflow: hidden;
  background-color: #333;
  height: 31px;
  padding-bottom: 2px;
  position: relative;
}
/* line 102, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widget.news-ticker .title {
  position: absolute;
  font-size: 13px;
  z-index: 96;
}
/* line 108, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widget.news-ticker .tickercontainer {
  background-color: transparent;
  border: none;
  height: 30px;
}
/* line 114, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widget.news-ticker .news-item {
  background-color: transparent;
  margin-right: 11px;
  border: none;
}
/* line 120, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widget.news-ticker .news-content {
  position: relative;
  left: 0px;
}
/* line 125, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widget.news-ticker .news-text {
  color: white;
  margin-right: 5px;
}
/* line 131, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widget.news-ticker ul.hide-me {
  margin-top: 30px;
}
/* line 134, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widget.news-ticker ul.hide-me .news-item {
  margin-right: 40px;
}
/* line 140, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widget.news-ticker ul.newsticker {
  /* that's your list */
  position: relative;
  left: 750px;
  font: bold 10px Arial;
}
/* line 147, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widget.news-ticker ul.newsticker a {
  margin-right: 0px;
  font-weight: normal;
  font-size: 11px;
}
/* line 153, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.widget.news-ticker ul.newsticker span {
  margin: 0 5px 0 0;
}

/* line 161, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-200px .news-ticker .tickercontainer {
  /* the outer div with the black border */
  width: 200px;
  width: 100%;
}
/* line 167, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-200px .news-ticker .tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  width: 200px;
  width: 100%;
}

/* line 161, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-300px .news-ticker .tickercontainer {
  /* the outer div with the black border */
  width: 300px;
  width: 100%;
}
/* line 167, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-300px .news-ticker .tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  width: 300px;
  width: 100%;
}

/* line 161, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-320px .news-ticker .tickercontainer {
  /* the outer div with the black border */
  width: 320px;
  width: 100%;
}
/* line 167, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-320px .news-ticker .tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  width: 320px;
  width: 100%;
}

/* line 161, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-460px .news-ticker .tickercontainer {
  /* the outer div with the black border */
  width: 460px;
  width: 100%;
}
/* line 167, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-460px .news-ticker .tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  width: 460px;
  width: 100%;
}

/* line 161, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-650px .news-ticker .tickercontainer {
  /* the outer div with the black border */
  width: 650px;
  width: 100%;
}
/* line 167, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-650px .news-ticker .tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  width: 650px;
  width: 100%;
}

/* line 161, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-770px .news-ticker .tickercontainer {
  /* the outer div with the black border */
  width: 770px;
  width: 100%;
}
/* line 167, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-770px .news-ticker .tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  width: 770px;
  width: 100%;
}

/* line 161, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-980px .news-ticker .tickercontainer {
  /* the outer div with the black border */
  width: 980px;
  width: 100%;
}
/* line 167, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-980px .news-ticker .tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  width: 980px;
  width: 100%;
}

/* line 161, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-1000px .news-ticker .tickercontainer {
  /* the outer div with the black border */
  width: 1000px;
  width: 100%;
}
/* line 167, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.column-1000px .news-ticker .tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  width: 1000px;
  width: 100%;
}

/* line 176, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.news_detail_item {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  text-align: left;
  flex-direction: column-reverse;
}
/* line 183, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.news_detail_item .news_feed_text {
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
/* line 191, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.news_detail_item .newsfeed_nameDes {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
/* line 196, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.news_detail_item .newsfeed_nameDes .news-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
/* line 202, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.news_detail_item .newsfeed_nameDes .news-text a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
/* line 210, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.news_detail_item .newsfeed_nameDes .news-details {
  margin: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1b1f25;
}
/* line 217, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.news_detail_item .newsfeed_nameDes .news-details p {
  margin: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1b1f25;
}

/* line 228, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.author_time_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
/* line 234, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.author_time_box span {
  font-weight: bold;
}
/* line 238, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.author_time_box .iconsholder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
/* line 245, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.author_time_box .news-author,
.author_time_box .news-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #434343;
}

/* line 254, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.newsFeedHolderBox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 261, ../../../app/assets/stylesheets/widgets/news_feed.scss */
.newsFeedHolderBox .image-thumbnail {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  text-align: left;
}
