main.post-main {
    max-width: 720px;
    margin: 0 auto;
    padding: 36px;
    background-color: #FFFFFF;
}

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

.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
}

/* On very small screens, stack if needed */
@media (max-width: 480px) {
  .post-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-back-link {
    align-self: flex-end;
  }
}

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: 50px;
    margin-bottom: 100px;
    flex: 1 70%;
    min-width: 200px;
}

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

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;
}

img.post-image {
/* Make the image as wide as its container */
  width: 100%;
  /* Maintain the aspect ratio by letting the height adjust automatically */
  height: auto;
  /* This ensures the image is treated as a block element, which helps with spacing */
  display: block; 
}
