/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 28 2026 | 19:10:25 */
.news-alert_listing {
  position: relative;
}

.news-alert_listing .jet-listing-grid {
  overflow: hidden;
  width: 100%;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

.news-alert_listing.is-dragging .jet-listing-grid {
  cursor: grabbing;
}

.news-alert_listing .jet-listing-grid__items {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: max-content !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  gap: 0 !important;
}

.news-alert_listing .jet-listing-grid__item,
.news-alert_listing li.jet-listing-grid__list_item {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: max-content !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding: 0 0px 0 0 !important;
  list-style: none !important;
}

.news-alert_listing .news-alert_wrap {
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: max-content !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.news-alert_listing .news-alert_wrap > .e-con-inner {
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: max-content !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.news-alert_listing .news-alert_title {
  width: auto !important;
  min-width: max-content !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.news-alert_listing .news-alert_title .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.news-alert_listing .news-alert_title .elementor-heading-title,
.news-alert_listing .news-alert__ticker-link {
  display: block;
  white-space: nowrap !important;
  margin: 0 !important;
  line-height: 1.2;
}

.news-alert_listing a,
.news-alert_listing .news-alert__ticker-link {
  color: inherit;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.news-alert_listing .jet-listing-grid__item:last-child {
  padding-right: 0 !important;
}



@media (max-width: 1024px) {
	
	.news-alert_listing::before {
	  content: '';
	  width: 100%;
	  height: 26px;
	  z-index: 1;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: linear-gradient(
		90deg,
		rgba(30, 33, 44, 1) 17%,
		rgba(30, 33, 44, 0) 25%,
		rgba(0, 0, 0, 0) 90%,
		rgba(30, 33, 44, 1) 100%
	  );
	  pointer-events: none;
	}
  .news-alert_listing li.jet-listing-grid__list_item::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #0DD3AD;
    border-radius: 50%;
    margin: 0 20px;
    flex: 0 0 auto;
  }
}

@media (min-width: 1025px) {
  .news-alert_listing li.jet-listing-grid__list_item::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0DD3AD;
    border-radius: 50%;
    margin: 0 24px;
    flex: 0 0 auto;
  }
	
	.news-alert_listing::before {
	  content: '';
	  width: 100%;
	  height: 26px;
	  z-index: 1;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: linear-gradient(
		90deg,
		rgba(30, 33, 44, 1) 10%,
		rgba(30, 33, 44, 0) 15%,
		rgba(0, 0, 0, 0) 90%,
		rgba(30, 33, 44, 1) 100%
	  );
	  pointer-events: none;
	}
}