div.post-index-header {
    margin-bottom: 60px;
    background-color: #FFFFFF;
 }

 div.post-index-header-no-padding {
    margin-bottom: 60px;
    background-color: #FFFFFF;
    padding-left: 16px 16px 16px 0px;
 }

div.post-gato {
    font-family: "Barriecito", sans-serif;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.2;
    color: #222222;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    flex: 1 70%;
    min-width: 200px;
}

h1.post-gato {
    margin-bottom: 0px;
}

div.post-index-header {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 1rem;
   padding: 1rem;
}

img.post-gato-image{
    flex: 0 0 auto;
    display: block;
    width: 60px;         /* ajusta tamaño según necesites */
    height: 60px;
}

div.post-list {
    padding: 16px;
}