/* =============================================
   CUSTOMIZAÇÕES PARA PÁGINAS DE BLOG/NOTÍCIAS
   WoodMart Theme - Classes específicas
   ============================================= */

/* Remove Posted by, autor, avatar - LISTAGEM DE POSTS */
.wd-post-meta,
.wd-post-author,
.wd-post-share,
.wd-post-cat,
.meta-post-categories {
    display: none !important;
}

/* Remove data do post */
.wd-post-date,
.wd-post-date.wd-style-with-bg,
.post-date-day,
.post-date-month {
    display: none !important;
}

/* =============================================
   PÁGINA INDIVIDUAL DO POST (SINGLE)
   ============================================= */

/* Remove TODO o bloco de meta (Posted by, autor, data) */
body.single-post .wd-post-meta,
body.single-post div.wd-post-meta,
.post-single-page .wd-post-meta,
.wd-single-post-header .wd-post-meta {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Remove autor especificamente */
body.single-post .wd-post-author,
body.single-post .wd-meta-author,
body.single-post .wd-post-author.wd-meta-author,
.wd-single-post-header .wd-post-author {
    display: none !important;
}

/* Remove data especificamente */
body.single-post .wd-post-date,
body.single-post .wd-modified-date,
body.single-post .wd-post-date.wd-style-default,
.wd-single-post-header .wd-post-date,
.wd-single-post-header .wd-modified-date {
    display: none !important;
}

/* Remove categoria no header do post */
body.single-post .wd-post-cat,
.wd-single-post-header .wd-post-cat {
    display: none !important;
}

/* Remove ícones de compartilhamento (WhatsApp) - TODOS */
body.single-post .social-share,
body.single-post .wd-social-icons.social-share,
.post-single-page ~ .social-share,
.post-single-page ~ .wd-social-icons,
.entry-content + .social-share,
.entry-content + .wd-social-icons,
article.post .social-share,
.wd-social-icons.social-share {
    display: none !important;
}

/* Remove avatar/gravatar */
body.single-post img.avatar,
body.single-post img[src*="gravatar"],
img.avatar-default,
.gravatar {
    display: none !important;
}

/* Remove contador de comentários (0) */
.comments-count,
span.comments-count,
.woodmart-comments-count,
.wd-comments-count {
    display: none !important;
}

/* Remove caixa de comentários na página interna */
#comments,
.comments-area,
#respond,
.comment-respond {
    display: none !important;
}

/* Padroniza tamanho das imagens de capa */
.wd-post-thumb img,
.wd-post-img img,
.post-img-wrapp img {
    height: 250px !important;
    object-fit: cover !important;
    width: 100% !important;
}

/* Remove sidebar direita nos posts individuais */
.single-post .main-page-wrapper .sidebar-container,
.single-post .sidebar,
.single-post aside.sidebar,
.single-post .col-lg-3 {
    display: none !important;
}

.single-post .main-page-wrapper .content-col,
.single-post .site-content .content-area,
.single-post .col-lg-9 {
    width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
}
