.entry-header-ph {
    width: 100%;
    text-align: left;
}

.entry-header-ph h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.entry-header-ph .post-meta-ph {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.entry-header-ph .text-ph {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: flex;
    align-items: center;
}

.entry-header-ph .text-ph span {
    margin-right: 8px;
}

.entry-header-ph .dashicons {
    color: #029F10;
}

.entry-header-ph .btn-like-ph {
    margin-left: auto;
    color: #029F10;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DFF3E7;
    width: 123px;
    height: 42px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.entry-header-ph .btn-like-ph:hover {
    background-color: #b2e3c7;
}

.entry-header-ph .btn-like-ph:active {
    background-color: #86d3a6;
}

@media only screen and (max-width: 960px) {
    .entry-header-ph .btn-like-ph {
        width: 100%;
    }
}

.entry-header-ph .featured-image-ph img {
    width: 100%;
    height: 318px;
    object-fit: cover;
    border-radius: 10px;
}
.post-like-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.btn-like-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #029F10;
    font-size: 16px;
    font-weight: 700;
    background-color: #DFF3E7;
    width: 123px;
    height: 42px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-like-ph span.dashicons {
    font-size: 20px;
    margin-right: 8px;
}

.btn-like-ph:hover {
    background-color: #b2e3c7;
}

.btn-like-ph:active {
    background-color: #86d3a6;
}
.top-authors {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.author-card {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 5px;
}

.author-avatar {
    width: 96px !important;
    height: 96px !important;
    border-radius: 50% !important; /* Garante que o avatar fique redondo */
    margin-right: 10px;
}
.author-avatar2 {
     width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important; /* Garante que o avatar fique redondo */
    margin-right: 10px;
    object-fit: cover; /* Faz a imagem preencher o contêiner */
    display: block; /* Garante que a imagem se comporte corretamente no layout */
}

.author-info {
    display: flex;
    flex-direction: column;
    margin-right: auto;
}

.author-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.author-info p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.article-count {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #4CAF50 !important; /* Borda verde */
    color: #4CAF50 !important; /* Texto verde */
    background: white !important; /* Fundo branco */
    padding: 5px 10px !important;
    border-radius: 5px !important;
    font-size: 14px;
    font-weight: bold;
}
.author-container {
    text-align: center;
    margin: 30px auto;
    padding: 20px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.author-title {
    font-size: 24px;
    color: #004600;
    margin-bottom: 20px;
}

.author-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.author-avatar img {
    border-radius: 50%;
    width: 96px; /* Tamanho fixo da imagem */
    height: auto; /* Mantém as proporções */
    object-fit: cover; /* Garante o ajuste ao espaço circular */
}

.author-name {
    font-size: 28px;
    color: #022310;
    font-weight: bold;
    margin-top: 10px;
}

.author-description {
    font-size: 14px;
    color: #333;
    max-width: 500px;
    margin: 10px auto;
}

.author-social {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.author-social img {
    width: 32px;
    height: 32px;
}

.author-post-count {
    font-size: 16px; /* Tamanho da fonte */
    font-weight: 700; /* Peso da fonte */
    color: #333; /* Cor do texto */
    margin-top: 10px;

}

.posts-destaque { display: flex; flex-direction: column; gap: 20px; }
.post-destaque-item { display: flex; align-items: flex-start; border: 1px solid #ddd; padding: 20px; border-radius: 8px; }

.post-conteudo { flex: 1; text-align: left; }

.tag-destaque { background-color: #00a63f; color: white; padding: 5px 15px; border-radius: 20px; font-size: 0.9em; font-weight: bold; margin-bottom: 10px; display: inline-block; }

.titulo { font-size: 1.4em; margin: 10px 0; }

.resumo { color: #555; margin-bottom: 15px; }

.autor-info2 { display: flex; align-items: center; margin-top: 15px; }

.autor-avatar { margin-right: 10px; }

.autor-avatar img { border-radius: 50%; width: 50px; height: 50px; }

.autor-detalhes { display: flex; align-items: center; gap: 10px; }

.autor-nome { font-weight: bold; margin-right: 10%; }

.autor-detalhes img {
    width: 42px;
    height: 42px;
}

.imagem-destaque { margin-left: 20px; }

.imagem-destaque img { width: 200px;height: 260px;object-fit: cover; border-radius: 5px;}

/* Ocultar a imagem de destaque em telas menores que 768px */
@media (max-width: 768px) {
    .imagem-destaque {
        display: none;
    }
}


.author-post-count {
    font-size: 16px; /* Tamanho da fonte */
    font-weight: 700; /* Peso da fonte */
    color: #333; /* Cor do texto */
    text-align: left; /* Centraliza o texto */
}

.author-post-count hr {
    border: none; /* Remove o estilo padrão da borda */
    border-top: 1px solid black; /* Define a cor e espessura da linha */
    width: 100%; /* Define a largura da linha */
    margin: 10px auto; /* Adiciona espaçamento acima e abaixo */
}

.paginacao ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    gap: 10px;
}

.paginacao ul li {
    display: inline;
}

.paginacao ul li a {
    text-decoration: none;
    color: #022310;
    padding: 8px 12px;
    border: 0px solid #ddd;
    border-radius: 1px;
    transition: background-color 0.3s ease;
}

.paginacao ul li a:hover {
    background-color: #022310;
    color: #fff;
}

.paginacao ul .current {
    background-color: #022310;
    color: #fff;
    
    padding: 8px 12px;
    
}

.comment-list {
    list-style: none;
    padding-left: 0;
}

.comment-item {
   
    padding: 10px;
    margin-bottom: 15px;
}
.comment-author {
    font-size: 18px; /* Tamanho do nome do autor */
    font-weight: bold; /* Deixa o nome em negrito */
    margin-bottom: 3px; /* Pequeno espaçamento entre o nome e a data */
}

.comment-date {
    font-size: 14px; /* Tamanho menor para a data */
    color: #666; /* Cor cinza para a data */
}




.comment-item .comment-list {
    margin-left: 80px;
    position: relative; /* Garante que o pseudo-elemento ::before fique relativo ao elemento */
}

.comment-item .comment-list::before {
    content: "";
    position: absolute;
    left: -12px; /* Posiciona a linha exatamente na borda esquerda */
    top: 5px; /* Define um pequeno espaço no topo */
    height: 80%; /* Faz a linha ocupar 90% da altura */
    width: 2px; /* Define a espessura da linha */
    background-color: #029F10; /* Cor da borda */
}



.comment-buttons {
    display: flex;
    align-items: center;
    gap: 10px; /* Espaçamento entre os botões */
}

.comment-buttons img {
    transition: transform 0.2s ease-in-out;
}

.comment-buttons img:hover {
    transform: scale(1.1); /* Efeito de zoom ao passar o mouse */
}
/* Estilização dos botões de Curtir e Responder */
.like-container,
.reply-container {
    display: flex;
    align-items: center;
    background: #dff3e7; /* Cor de fundo */
    padding: 3px 15px; /* Ajuste do espaçamento */
    border-radius: 2px; /* Bordas arredondadas suaves */
    color: #029f10; /* Cor do texto */
    font-weight: bold;
    font-size: 16px;
    width: fit-content;
    cursor: pointer;
    gap: 8px; /* Espaço entre o ícone e o texto */
}

/* Ajustando o tamanho dos ícones dentro dos botões */
.like-container img,
.reply-container img {
    width: 42px;
    height: 42px;
}

/* Contagem de respostas */
.like-count,
.reply-count {
    color: #029f10;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}




/* Estilização do formulário moderno */
.modern-reply-form {
    display: none;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    animation: fadeIn 0.3s ease-in-out;
}

.reply-fields {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.input-group {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.input-group label {
    font-weight: 600;
    margin-bottom: 5px;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.input-group input:focus,
.input-group textarea:focus {
    border-color: #0073aa;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.3);
    outline: none;
}

.input-group textarea {
    min-height: 100px;
    resize: vertical;
}

/* Estilização do botão moderno */
.modern-button {
    background: #029f10;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.modern-button:hover {
    background: #029f11;
}

/* Animação suave ao abrir o formulário */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
