/*
 Theme Name:   Astra Child River
 Theme URI:    http://tusitio.com/astra-child
 Description:  Tema hijo de Astra para el TP de River Plate
 Author:       Tu Nombre
 Author URI:   http://tusitio.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  astra-child
*/

body {
    background-color: #f0f0f0; 
}

h1, h2, h3 {
    color: #DB0030; 
}

.home .entry-header {
    display: none;
}

/* Tarjetas de entradas del inicio */

ul.wp-block-latest-posts__list li {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    list-style: none;
}

ul.wp-block-latest-posts__list li:hover {
    transform: translateY(-5px);
    border-color: #DB0030;
    box-shadow: 0 10px 20px rgba(219, 0, 48, 0.15);
}

.wp-block-latest-posts__post-title {
    font-size: 1.2em;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

.wp-block-latest-posts__post-title:hover {
    color: #DB0030;
}