.container-recipe-post {
	background-color: transparent;
	padding: 16px 18px 80px;
	box-sizing: border-box;
}

.page-recipe-post .container-recipe-post .item-recipe-post {
	border: none;
	margin-top: 0;
	background: rgba(255, 255, 255, 0.94);
	border-radius: 14px;
	box-shadow: 0 4px 20px rgba(0, 70, 148, 0.12);
	overflow: hidden;
}

.page-recipe-post .container-recipe-post .item-recipe-post .img-recipe-post {
	width: 100%;
	background: #eef4e4;
	line-height: 0;
}

.page-recipe-post .container-recipe-post .item-recipe-post .img-recipe-post img {
	width: 100%;
	max-height: 280px;
	object-fit: cover;
	display: block;
	border-radius: 14px 14px 0 0;
}

.page-recipe-post .container-recipe-post .item-recipe-post .title-recipe-post {
	padding: 16px 18px 8px;
}

.page-recipe-post .container-recipe-post .item-recipe-post .title-recipe-post h2,
.page-recipe-post .container-recipe-post .item-recipe-post .title-recipe-post h3 {
	font-size: 18px;
	color: #004694;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	font-family: Montserrat-bold, sans-serif;
	line-height: 1.3;
}

.page-recipe-post .container-recipe-post .item-recipe-post .points-recipe-post,
.page-recipe-post .container-recipe-post .item-recipe-post .ingredients-recipe-post,
.page-recipe-post .container-recipe-post .item-recipe-post .description-recipe-post {
	margin: 0;
	padding: 12px 18px;
	color: #004694;
}

.page-recipe-post .container-recipe-post .item-recipe-post .points-recipe-post h4,
.page-recipe-post .container-recipe-post .item-recipe-post .ingredients-recipe-post h4,
.page-recipe-post .container-recipe-post .item-recipe-post .description-recipe-post h4 {
	text-transform: uppercase;
	color: #004694;
	margin: 0 0 10px;
	font-family: Montserrat-medium, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.page-recipe-post .container-recipe-post .item-recipe-post .points-recipe-post ul,
.page-recipe-post .container-recipe-post .item-recipe-post .ingredients-recipe-post ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-recipe-post .container-recipe-post .item-recipe-post .points-recipe-post ul li,
.page-recipe-post .container-recipe-post .item-recipe-post .ingredients-recipe-post ul li {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 6px;
}

.page-recipe-post .container-recipe-post .item-recipe-post .points-recipe-post ul li span,
.page-recipe-post .container-recipe-post .item-recipe-post .ingredients-recipe-post span {
	font-weight: 700;
}

.page-recipe-post .container-recipe-post .item-recipe-post .description-recipe-post {
	border-top: 1px solid rgba(0, 70, 148, 0.2);
	padding-top: 14px;
	font-size: 14px;
}

.page-recipe-post .container-recipe-post .item-recipe-post .description-recipe-post p {
	margin: 0 0 10px;
	line-height: 1.55;
}

.page-recipe-post .recipe-post-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 16px;
	padding: 0 4px;
}

.page-recipe-post .recipe-post-actions .tmtl-btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
	border-radius: 6px;
	padding: 14px 16px;
	font-size: 14px;
	font-weight: 700;
	font-family: Montserrat-medium, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.2;
}

.page-recipe-post .recipe-post-actions .tmtl-btn-primary {
	background-color: #004694;
	color: #fff;
}

.page-recipe-post .recipe-post-actions .tmtl-btn-secondary {
	background-color: #85b037;
	color: #fff;
}

.page-recipe-post .recipe-post-actions .tmtl-btn-danger {
	background-color: #b33a3a;
	color: #fff;
}

.page-recipe-post .recipe-post-actions form {
	margin: 0;
	width: 100%;
}

/* Compatibilidad con clases antiguas */
.container-recipe-post .recipe-post-buttons,
.container-recipe-post .recipe-post-buttons-back {
	display: none;
}

.alta-receta-button,
.delete-receta-button {
	background-color: #004694;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 14px 16px;
	font-size: 14px;
	width: 100%;
}

.delete-receta-button,
.erase {
	background-color: #85b037;
}
