.mrm-watch-wrap {
	margin: 20px 0;
}

.mrm-watch-btn {
	display: inline-block;
	padding: 14px 28px;
	background: #e6a700;
	color: #111;
	font-weight: 700;
	font-size: 16px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.mrm-watch-btn:hover {
	background: #ffbb1a;
}

.mrm-watch-player {
	margin-top: 16px;
	position: relative;
	width: 100%;
	max-width: 900px;
	aspect-ratio: 16 / 9;
}

.mrm-watch-player iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 6px;
}

.mrm-meta-list {
	list-style: none;
	margin: 16px 0;
	padding: 0;
}

.mrm-meta-list li {
	margin: 4px 0;
}

.mrm-ad-slot {
	margin: 20px 0;
	text-align: center;
	overflow: hidden;
}
