/*Post Topics*/

.post-topics h6 {
    color: #333333;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.post-topics ul {
    padding: 0;
}

.post-topics li {
    margin-bottom: 5px;
}

.post-topics a {
    color: #333333;
}

.post-topics a:hover {
    text-decoration: underline;
}

/*Btn Share*/

.share-buttons h6 {
    color: #333333;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.share-buttons ul {
    margin-left: 0px;
}

.share-buttons li a .dashicons {
    color: #029F10;
    border: 2px solid #029F10;
    box-sizing: content-box;
    margin-right: 10px;
    padding: 3px;
}

.share-buttons ul {
    list-style-type: none;
    padding: 0;
}

.share-buttons li {
    margin-bottom: 10px;
}

.share-buttons a {
    text-decoration: none;
    color: #333333;
    display: flex;
    align-items: center;
}

.share-buttons a img {
    font-size: 16px;
    font-weight: 400;
    width: 20px;
    height: 20px;
}

.share-buttons a:hover {
    text-decoration: underline;
}



/*Ação*/
.actionsx {
    color: #029F10;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.actionsx ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.actionsx ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DFF3E7;
    width: 90%;
    height: 42px;
    box-sizing: border-box;
    cursor: pointer;
    /* Muda o cursor ao passar o mouse */
    transition: background-color 0.3s ease;
    /* Suaviza a transição da cor */
}

.actionsx ul li:hover {
    background-color: #b2e3c7;
    /* Cor de fundo ao passar o mouse */
}

.actionsx ul li:active {
    background-color: #86d3a6;
    /* Cor de fundo ao clicar */
}

.actionsx ul li span {
    margin-right: 10px;
}

.text-act {
    display: flex;
    align-items: center;
}

/*Layout*/

#comments {
    display: none;
}