/*
Theme Name: The Fox Child
Description: Child theme for The Fox Theme
Author: Your name here
Template: fox
*/

.post-item-excerpt {
    color: #111111!important;
}
#footer-widgets .widget+.widget {
    margin-top: 1em!important;
}
footer p {
    font-size: 13px;
    margin-bottom: 0;
}
footer p strong {
    font-size: 14px;
    line-height: 1;
}
aside ul.wp-block-latest-posts a {
    color: #111;
    margin-bottom: 10px;
    display: block;
}
aside ul.wp-block-latest-posts a:hover {
    color: #db906b;
}
ul.lista_autori li.author-list-item {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    margin-bottom: 15px;
    grid-template-columns: repeat(2, 150px 100%);
}
ul.lista_autori img.avatar.avatar-150.photo {
    max-width: 150px;
}