.container {
    font-family: 'Roboto', sans-serif !important;
}

.my-4,
.card-title {
    color: #357EB3 !important;
}

.card-body li a {
    color: #357EB3 !important;
}

.entrada-categoria {
    display: flex;
    flex-direction: row; /* ← esto es nuevo */
    align-items: stretch;
    gap: 20px;
    margin-bottom: 2rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    height: auto;
}


.entrada-categoria div h2 a {
    color: #357EB3 !important;
    margin-bottom: 20px;
}

.entrada-categoria div h2 {
    margin-bottom: 20px;
}

.card-title.pequeño {
    font-size: 24px; /* h2 a 24px */
    margin-top: 0;
    margin-bottom: 0.7rem;
}

.contenido-entrada {
    flex-grow: 1;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 16px;
}


/* El div extraído de Elementor con fuente a 19px */
.extraido-elementor {
    font-size: 19px;
}

.links-encima-imagen {
    margin-bottom: 8px;
}

.links-encima-imagen a {
    display: inline-block;
    margin-right: 10px;
    color: #357EB3 !important;
    text-decoration: underline;
    font-size: 0.9rem;
}

.meta-fecha-autor {
    font-style: italic;
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0.5rem;
}

.excerpt {
    max-width: 100%;
    flex-grow: 1;
}

.elementor-heading-title {
    font-size: 17px !important;
    color: #000000 !important;
}
	
.imagen-izquierda {
    width: 300px;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center center;
    border-radius: 8px 0 0 8px;
    flex-shrink: 0;
    min-height: 100%;
}


