/* Estilos específicos para el artículo de herramientas IA 2026 */
@import '../../styles.css';

.section-title {
	font-size: 1.5rem;
	color: #1a237e;
	margin: 1.5rem 0 1rem 0;
	font-weight: 700;
	letter-spacing: -1px;
}
.subtitle {
	font-size: 1.1rem;
	color: #1976d2;
	margin: 1.2rem 0 0.5rem 0;
	font-weight: 600;
}
.callout {
	background: #e3f2fd;
	border-left: 4px solid #1976d2;
	padding: 14px 18px;
	border-radius: 7px;
	margin: 1rem 0;
	color: #0d47a1;
}
.callout.info {
	background: #fffde7;
	border-left: 4px solid #fbc02d;
	color: #795548;
}
.styled-list {
	list-style: disc inside;
	margin: 0.5rem 0 1rem 0.5rem;
	padding-left: 1rem;
}
.styled-list li {
	margin-bottom: 0.4rem;
	line-height: 1.7;
}
