/*
 * Acutis frontend content enhancements.
 * Chỉ được enqueue ngoài frontend; các định dạng văn bản được scope vào
 * những vùng nội dung bài viết phổ biến của WordPress và theme Newspaper.
 */

.acutis-responsive-video {
	position: relative;
	height: 0;
	max-width: 100%;
	margin: 20px auto;
	padding-bottom: 56.25%;
	overflow: hidden;
	text-align: center;
}

.acutis-responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content .acutis-dropcap,
.td-post-content .acutis-dropcap,
.post-content .acutis-dropcap,
.wp-block-post-content .acutis-dropcap,
article .acutis-dropcap {
	float: left;
	margin: 5px 10px 0 0;
	color: #800000;
	font-family: Georgia, serif;
	font-size: 3.5em;
	font-weight: bold;
	line-height: 0.8;
}

.entry-content .acutis-pullquote,
.td-post-content .acutis-pullquote,
.post-content .acutis-pullquote,
.wp-block-post-content .acutis-pullquote,
article .acutis-pullquote {
	margin: 20px 0;
	padding: 15px 20px;
	border-left: 4px solid #800000;
	background-color: #f9f9f9;
	font-family: Georgia, serif;
	font-size: 1.15em;
	font-style: italic;
}
