#efemerides-futbol {
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    color: #111;
}
#efemerides-datepicker {
    display: block;
    margin: 0 auto 20px;
    padding: 10px;
    font-size: 16px;
    width: 200px;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 5px;
}
#efemerides-filtros {
    text-align: center;
    margin-bottom: 20px;
}
#efemerides-filtros button {
    background: none;
    border: 1px solid #000;
    padding: 6px 12px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    transition: background 0.3s ease;
}
#efemerides-filtros .filtro-activo,
#efemerides-filtros button:hover {
    background: #000;
    color: #fff;
}
#efemerides-lista .efemeride-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
#efemerides-lista .efemeride-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#efemerides-lista .efemeride-card p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.4;
}
#efemerides-lista .efemeride-card .efemeride-ano {
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
}
#efemerides-lista .efemeride-card a {
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}
