/*
	Title
*/

#widget2, #widget3 {
	display: none;
}

div.unreadwidgets img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.productheader {
	margin-left: auto;
	margin-right: auto;

	width: 185px;
	height: 82px;
	background-size: 185px 82px;
	background-image: url(/unread/header-small-day.webp);
	margin-top: 41px;
	margin-bottom: 41px;

	margin-left: auto;
	margin-right: auto;
}

div.productheader h1 {
	text-indent: -10000px;
}

@media (min-width: 667px) {
	div.productheader {
		width: 275px;
		height: 122px;
		background-size: 275px 122px;
		margin-top: 90px;
		margin-bottom: 90px;
		background-image: url(/unread/header-large-day.webp);
	}
}

@media (prefers-color-scheme: dark) {
	div.productheader {
		background-image: url(/unread/header-small-night.webp);
	}
}

@media ((min-width: 667px) and (prefers-color-scheme: dark)) {
	div.productheader {
		background-image: url(/unread/header-large-night.webp);
	}
}

/* Screenshot */

img.screenshot {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 41px;
	margin-bottom: 41px;
	padding: 0px;
}

@media (min-width: 667px) {
	img.screenshot {
		margin-top: 90px;
		margin-bottom: 90px;
	}
}

/* Summary */

div.summary p:first-child {
	margin-top: 0px;
}

div.summary p:last-child {
	margin-bottom: 0px;
}

@media (min-width: 667px) {
	div.summary p:first-child {
		margin-top: 0px;
	}

	div.summary p:last-child {
		margin-bottom: 0px;
	}
}

/* Product Features */

div.productfeature {
	margin-top: 41px;
	margin-bottom: 41px;
}
@media (min-width: 667px) {
	div.productfeature {
		margin-top: 90px;
		margin-bottom: 90px;
	}
}

div.productfeature h2 {
	font-size: 1.5em;
	color: #666666;
	font-style: normal;
}

@media (prefers-color-scheme: dark) {
div.productfeature h2 {
	color: #999999;
}
}

/* Review Quote */
div.reviewquote {
	margin-top: 41px;
	margin-bottom: 41px;
	line-height: 1.85em;
}

@media (min-width: 667px) {
	div.reviewquotelist {
		margin-top: 90px;
		margin-bottom: 90px;
	}
}
video {
	border: none;
}

video.lightmodeonly {
	display: block;
}

video.darkmodeonly {
	display: none;
}

