.rsm-now-playing-container {
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 8px;
	background: #f9f9f9;
	margin-bottom: 20px;
}

.rsm-program-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.rsm-program-logo {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 8px;
	margin-right: 20px;
}

.rsm-program-title {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
}

.rsm-program-time {
	font-size: 16px;
	color: #666;
}

.rsm-program-details {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.rsm-program-desc {
	font-size: 16px;
	line-height: 1.6;
}

.rsm-presenter-box {
	display: flex;
	align-items: center;
	padding: 15px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
}

.rsm-presenter-photo {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 15px;
}

.rsm-presenter-name {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

.rsm-presenter-desc {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #777;
}

.rsm-no-program {
	padding: 20px;
	background: #fff3cd;
	border: 1px solid #ffeeba;
	border-radius: 8px;
	color: #856404;
}
