/* Mobile reading experience */
@media all and (max-width: 600px) {
	.reading {
		font-size: 16px;
		line-height: 1.65;
	}

	.reading p,
	.reading li {
		margin-bottom: 8px;
	}

	.reading > * + * {
		margin-top: 18px;
	}

	#single .metaBox .sizing-buttons {
		flex-basis: 90px;
	}

	#single .metaBox .sizing {
		width: 40px;
		height: 40px;
		line-height: 40px;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
	}
}
