/* Structural only. The Dial theme supplies the full styling; these rules
   just keep the feeds readable if the plugin is used with another theme. */

.dial-feed .dial-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dial-feed .dial-item__media img {
	display: block;
	width: 100%;
	height: auto;
}

.dial-feed .dial-item__title {
	margin: 0;
}

.dial-feed .dial-tuner__rail {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dial-empty {
	padding: 1rem;
	border: 1px dashed currentColor;
	opacity: 0.7;
}
