/* MAF-Widgets — Post Content styles */

.maf-pc-wrapper {
	display: block;
}

.maf-pc-wrapper * {
	box-sizing: border-box;
}

.maf-pc-placeholder {
	padding: 20px;
	border: 1px dashed #cccccc;
	color: #888888;
	text-align: center;
	font-size: 13px;
}

.maf-pc-title {
	margin: 0 0 16px;
}

.maf-pc-title a {
	color: inherit;
	text-decoration: none;
}

.maf-pc-thumbnail {
	margin: 0 0 16px;
	line-height: 0;
}

.maf-pc-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.maf-pc-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0 0 16px;
	font-size: 13px;
	color: #777777;
}

.maf-pc-meta span:not(:last-child)::after {
	content: '•';
	margin-left: 12px;
	color: inherit;
	opacity: 0.5;
}

.maf-pc-content {
	line-height: 1.7;
	max-width: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.maf-pc-content img {
	max-width: 100%;
	height: auto;
}

.maf-pc-content table {
	max-width: 100%;
	display: block;
	overflow-x: auto;
}

.maf-pc-content iframe,
.maf-pc-content video,
.maf-pc-content embed,
.maf-pc-content object {
	max-width: 100%;
}

.maf-pc-content pre,
.maf-pc-content code {
	max-width: 100%;
	overflow-x: auto;
	white-space: pre-wrap;
	word-break: break-word;
}

.maf-pc-content > *:first-child {
	margin-top: 0;
}

.maf-pc-content > *:last-child {
	margin-bottom: 0;
}

.maf-pc-readmore {
	display: inline-block;
	margin-top: 16px;
	padding: 10px 20px;
	background-color: #222222;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	transition: opacity 0.2s ease;
}

.maf-pc-readmore:hover {
	opacity: 0.85;
	color: #ffffff;
}

.maf-pc-acf-fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eeeeee;
}

.maf-pc-acf-field {
	font-size: 14px;
}

.maf-pc-acf-label {
	font-weight: 600;
	margin-right: 6px;
}

.maf-pc-acf-value img {
	max-width: 100%;
	height: auto;
}

/* Modo embed */
.maf-pc-embed-wrapper {
	line-height: 0;
}

.maf-pc-embed-iframe {
	display: block;
	width: 100%;
	height: 800px;
	border: none;
	background-color: #f5f5f5;
}
