	.ticker-item-wrap .post-date time{
		font-size: 12px;
		font-family: var(--meta-family);
		color: var(--meta-text-color);
		font-weight: var(--meta-weight);
		text-decoration: none;
		text-transform: capitalize;
	}	 

	.ticker-item-wrap .post-date a {
		text-decoration: none;
	}

	.ticker-news-wrap span.ticker_label_title_string {
		text-transform: uppercase;
		font-size: 0.85rem;
		letter-spacing: 1px;
		font-weight: 500;
	}

	.ticker-news-wrap .icon {
		margin-right: 8px;
		font-size: 13px;
	}

	.ticker-news-wrap .icon i {
		text-decoration: blink;
		-webkit-animation-name: blinker;
		-webkit-animation-duration: 0.6s;
		-webkit-animation-iteration-count:infinite;
		-webkit-animation-timing-function:ease-in-out;
		-webkit-animation-direction: alternate;
	}

	@keyframes blinker {
		from { opacity: 1.0; }
		to { opacity: 0.0; }
	}

	/** Ticker One **/
	.suara-media-ticker-box {
		height: auto;
		overflow: hidden;
		flex: 1 1 85%;
		position: relative;
	}

	.suara-media-ticker-box:after,
	.suara-media-ticker-box:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 80px;
	}

	.suara-media-ticker-box:before {
		width: 30px;
	}

	.suara-media-ticker-box:after {
		right: 0;
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0), var(--ticker-overlay-color));
	}

	.suara-media-ticker-box:before {
		left: 0;
		background-image: linear-gradient(to left, rgba(255, 255, 255, 0), var(--ticker-overlay-color));
	}

	.suara_media_dark_mode .suara-media-ticker-box:before {
		background: none;
	}

	.ticker-news-wrap {
		position: relative;
		margin: 10px;
		padding: 10px;
		background-color: #fff;
        margin-bottom: 27px;
        box-shadow: 1px 1px 8px 2px rgb(0 0 0 / 12%);
	}
    .ticker-item {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #000000;
    }
	.ticker-news-wrap .ticker-item h2.post-title {
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: inherit;
		display: -webkit-box;
	}

	.ticker-item-wrap {
		list-style: none;
		margin: 0;
	}

	.ticker-item-wrap .feature_image img {
		display: block;
	}

	.suara-media-ticker-controls button:hover {
		cursor: pointer;
	}

	.ticker_label_title {
		position: relative;
	}

	/* Ticker Three */
	.ticker-news-wrap.layout--three .ticker-title {
		padding: 3px 10px;
	    background-color: #052578;
	    color: #fff;
	    margin: -10px 0 15px -10px;
	    width: auto;
	    display: inline-block;
	    top: -7px;
	}

	.ticker-news-wrap.layout--three .suara-media-ticker-box {
		max-height: 80px;
	}

	.ticker-news-wrap.layout--three .suara-media-ticker-box .js-marquee {
		display: flex;
	}

	.ticker-news-wrap.layout--three .suara-media-ticker-box ul li {
		display: flex;
		align-items: center;
		margin-right: 15px;
		padding-right: 15px;
		border-right: 1px solid #d7d7d7;
	}

	.ticker-news-wrap.layout--three .ticker-item .feature_image {
		max-width: 90px;
		height: 80px;
		margin-right: 15px;
	}

	.ticker-news-wrap.layout--three .ticker-item .feature_image img {
		height: 100%;
		border-radius: 8px;
	}

	.ticker-news-wrap.layout--three .ticker-item .title-wrap {
		max-width: 370px;
	}

	.ticker-news-wrap.layout--three .ticker-item .post-title {
		font-size: calc(var(--post-title-size) * 0.73);
		font-family: var(--post-title-family);
		margin: 5px 0 0;
	}

	.ticker-news-wrap.layout--three .suara-media-ticker-controls {
		position: absolute;
		top: 0;
		right: 0;
		/* z-index: 2; */
	}

	.ticker-news-wrap.layout--three .suara-media-ticker-controls button {
		/*padding: 5px 10px 6px;*/
		border: none;
		border-radius: 0;
        background-color: #052578;
        color: #fff;
	}

	.ticker-news-wrap.layout--three .suara-media-ticker-controls button i {
		font-size: 0.7rem;
		line-height: 1.5;
		padding: 6px 6px;
	}

	.ticker-news-wrap .suara-media-ticker-controls {
		display: block;
	}
	/* Track Animasi Ticker */
.ticker-track {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

/* Masing-masing Item Berita */
.ticker-item {
	display: flex !important;
	align-items: center;
	text-decoration: none;
	color: #222;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #e2e2e2;
	flex-shrink: 0;
	transition: opacity 0.2s ease;
}

.ticker-item:hover {
	opacity: 0.85;
}

/* Thumbnail Gambar */
.ticker-item-thumb {
	width: 60px;
	height: 45px;
	margin-right: 10px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 4px;
	background-color: #eee;
}

.ticker-item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Teks Judul dan Waktu */
.ticker-item-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 380px;
	white-space: normal; /* Supaya teks judul tidak pecah jika panjang */
}

.ticker-item-time {
	font-size: 11px;
	color: #e62117; /* Warna merah agar tidak pucat */
	font-weight: 600;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.ticker-item-title {
	font-size: 13px;
	font-weight: 600;
	color: #1a1a1a; /* Warna tebal agar kontras tajam */
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}