   .cover-img {
       height: 360px;
       object-fit: cover;
       border-radius: 14px;
   }

   .meta-pill {
       border: 1px solid rgba(0, 0, 0, .08);
       background: #fff;
       border-radius: 999px;
       padding: 6px 10px;
       font-size: .9rem;
   }

   .post-content p {
       line-height: 1.8;
   }

   .post-content .lead {
       line-height: 1.7;
   }

   .tag-chip {
       display: inline-block;
       padding: 6px 10px;
       border-radius: 999px;
       border: 1px solid rgba(0, 0, 0, .08);
       background: #fff;
       font-size: .85rem;
       text-decoration: none;
       color: inherit;
       margin: 4px 6px 0 0;
   }

   .tag-chip:hover {
       border-color: rgba(13, 110, 253, .35);
       color: #0d6efd;
   }

   /* Publicação view */
                .post-img {
                    height: 220px;
                    object-fit: cover;
                }
        
                .post-img-small {
                    height: 150px;
                    object-fit: cover;
                }