/* Estilos mínimos para el contenido del blog dinámico (post detail). */
.betteru-post-detail {
	max-width: 820px;
	margin: 0 auto;
	padding: 20px 20px 60px;
}
.betteru-post-loading {
	text-align: center;
	padding: 60px 0;
	font-size: 1.1rem;
	color: #6e6e6e;
}
.betteru-post-detail .betteru-post-category {
	display: inline-block;
	background-color: #FFC166;
	color: #000;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 999px;
	margin-bottom: 16px;
}
.betteru-post-detail h1.betteru-post-title {
	font-size: 2.2rem;
	line-height: 1.2;
	margin: 0 0 12px;
}
.betteru-post-detail .betteru-post-meta {
	color: #6e6e6e;
	font-size: 0.9rem;
	margin-bottom: 24px;
}
.betteru-post-detail .betteru-post-image {
	width: 100%;
	height: auto;
	border-radius: 12px;
	margin-bottom: 32px;
}
.betteru-post-detail .betteru-post-content {
	font-size: 1.05rem;
	line-height: 1.7;
}
.betteru-post-detail .betteru-post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}
.betteru-post-detail .betteru-post-tags {
	margin-top: 32px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.betteru-post-detail .betteru-post-tags span {
	background: #f2f2f2;
	border-radius: 999px;
	padding: 4px 12px;
	font-size: 0.85rem;
	color: #444;
}
.betteru-post-detail .betteru-cta-button {
	display: inline-block;
	background-color: #FFC166;
	color: #000;
	font-weight: 600;
	padding: 10px 24px;
	border-radius: 999px;
	text-decoration: none;
	margin: 12px 0;
}
.betteru-post-detail .betteru-cta-button:hover {
	opacity: 0.85;
}
.betteru-blog-error {
	text-align: center;
	padding: 60px 20px;
	color: #a33;
}
