/* Ticker (style=none) */
.theplus-news-ticker {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #f7f7f7;
	border-radius: 4px;
	padding: 6px 12px;
	overflow: hidden;
}

.theplus-nt-label-inner .tp-ticker-label-text {
	background: #c0392b;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.theplus-nt-width-expand {
	flex: 1;
	min-width: 0;
}

.theplus-nt-slideshow-items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.theplus-nt-item {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.theplus-nt-item a {
	text-decoration: none;
	color: inherit;
}

.theplus-post-date {
	margin-right: 8px;
	opacity: 0.7;
	font-size: 13px;
}

/* Magazine card grid (style=magazine) */
.pu-tp-smart-showcase {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 16px;
}

.bss-card {
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.bss-card a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.bss-card-img img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	display: block;
}

.bss-card-title {
	padding: 10px 12px;
	font-weight: 600;
	font-size: 15px;
}
