body {
  font-family: "Sansation", sans-serif;
  margin: 0px;
  background-color: #CCCCCC;
}

a, u {
  text-decoration: none;
}

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

p.post-date {
    font-size: 0.9em;
    color: #555555;
    margin-top: 15px;
    margin-bottom: 5px;
}

h1.post-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4em;
    line-height: 1.2;
    color: #222222;
    margin-bottom: 2px;
}

h2.post-subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.4;
    color: #444444;
    margin-top: 0;
    margin-bottom: 15px;
}

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

.writer-box {
  display: flex;
  align-items: center;
  gap: 10px;           /* espacio entre imagen y texto */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.writer-avatar {
  width: 40px;         /* ajusta tamaño según necesites */
  height: 40px;
  border-radius: 50%;  /* círculo */
  object-fit: cover;   /* por si el recorte no es perfecto */
}

p.post-writer {
    
    font-size: 0.8em;
    color: #222222;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 5px;
}

p.post-miau {
    font-size: 0.5em;
    font-style: italic;
    color: #666666;
    font-weight: 200;
    margin-top: 0;
}

p {
    font-family:  Sansation;
}

h2.post-content {
    font-weight:  700;
    margin: 25px  0px  5px  0px;
}

h1.index {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2;
    color: #222222;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 5px;
}

h3.index {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.2;
    color: #222222;
    text-align: left;
    margin-top: 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: 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;
}