.pub_format_single {
	display: flex;
	justify-content: center !important;
	flex-direction: row;
}

.container_libro_detalle {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.container_libro_detalle {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 30px;
		align-items: stretch;
	}
}

@media (min-width: 1200px) {
	.container_libro_detalle {
		gap: 40px;
	}
}

.container_libro_detalle>div {
	width: 100%;
	box-sizing: border-box;
}

.cmp_download_link {
	width: 60% !important;
	border-radius: 8px !important;
	padding: 3px !important;
	background-color: #526855 !important;
	color: white !important;
	font-weight: 300 !important;
}

.cmp_download_link:hover {
	font-weight: 600 !important;
}

.descargas {
	background: #fafafa;
	padding-top: 50px !important;
	padding-left: 25px !important;
	padding-bottom: 25px !important;
	padding-right: 25px !important;
}

.palabras-clave {
	display: inline-flex;
	align-items: center;
	border-radius: 5px;
	padding: 4px 8px;
	border: 1px solid #526855;
	background-color: #90a492;
	color: white;
	margin: 3px 4px 5px 0;
	word-break: break-word;
}

.cmp_monographs_list .obj_monograph_summary {
	padding: 2rem .714rem;
	border-bottom: 1px solid #ddd;
}

.author-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.autor-tipo-main {
	background-color: #fafafa;
	border-radius: 10px;
	height: 55px;
	display: flex;
	align-items: center;
	color: #ca9e52;
	padding-left: 10px;
	padding-right: 10px;
}

.autor-descrip {
	border-bottom: 1px solid #ddd;
	min-height: 55px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}


.obj_monograph_full .files>div,
.obj_monograph_full .files .value li {
	margin-bottom: 1rem;
}

.btn-mostrar-mas {
	margin-top: 10px;
	padding: 4px 14px;
	font-size: 0.85rem;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f5f5f5;
	color: #333;
	transition: background 0.2s;
}