.page-node-type-blog {
  article {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;

    > div {
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: space-between;
      gap: 1rem;
    }

    /* Top (Parte Sopra) */
    #group-top {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;

      .field-name-field-immagine-top img {
        width: 100%;
        height: auto;
        max-width: 600px;
        max-height: 300px;
      }
    }

    /* Body (Parte centrale) */
    #group-body {
      display: flex;
      align-items: start;
      justify-content: space-between;
      flex-direction: column;
      gap: 1rem 1rem;
      width: 100%;
    }
  }
}
