/*
Theme Name: Astra Child
Theme URI: http://example.com/astra-child/
Description: Tema hijo de Astra para personalizaciones.
Author: Monica Guantay
Author URI: http://example.com
Template: astra
Version: 1.0.0
*/

/* Aquí puedes agregar tus estilos personalizados */
/* Flex para Reflections & News */
.category-reflections-news .reflections-news-flex {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.category-reflections-news .reflections-news-thumb {
	width: 300px;
	flex-shrink: 0;
}

.category-reflections-news .reflections-news-text {
	flex: 1;
}

/* Títulos más pequeños en Reflections & News */
.category-reflections-news article .reflections-news-text h2.entry-title {
    font-size: 1.5rem !important;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: bold;
}


/* Responsive */
@media screen and (max-width: 768px) {
	.category-reflections-news .reflections-news-flex {
		flex-direction: column;
	}
	.category-reflections-news .reflections-news-thumb {
		width: 100%;
		margin-bottom: 10px;
	}
}
