/*
Arquivo: materia-interacoes.css
Versao: 187
Objetivo: Estilos do bloco de curtidas, comentarios com confirmacao por e-mail e compartilhamentos das materias publicas.
Pasta sugerida: /wp/assets/css/materia-interacoes.css
Tabelas/campos usados: nenhuma diretamente.
DSN: nenhum.
Vinculos: /wp/materia.cfm e /wp/assets/js/materia-interacoes.js.
Mudanca V187: corrige bloco responsivo e inclui estilo para aceite de confirmacao do comentario.
Como estava antes: V186 mantinha visual V185 e podia conter regra responsiva duplicada no final.
Para restaurar versao anterior: remover a chamada deste CSS em /wp/materia.cfm ou substituir pelo arquivo V186.
*/

.wp-interacoes {
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid rgb(226, 232, 240);
    font-family: Verdana, Arial, sans-serif;
}

.wp-interacoes-topo,
.wp-comments-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.wp-interacoes-label {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 8px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgb(15, 23, 42);
    color: white;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.wp-interacoes h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.1;
    color: rgb(15, 23, 42);
    letter-spacing: -.04em;
}

.wp-like-btn {
    appearance: none;
    border: 1px solid rgb(209, 213, 219);
    background: white;
    color: rgb(15, 23, 42);
    border-radius: 999px;
    min-height: 46px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.wp-like-btn.is-liked {
    background: rgb(254, 226, 226);
    border-color: rgb(248, 113, 113);
    color: rgb(153, 27, 27);
}

.wp-like-btn:disabled,
.wp-comment-form button:disabled {
    opacity: .65;
    cursor: wait;
}

.wp-like-icon {
    font-size: 18px;
    line-height: 1;
}

.wp-like-count,
.wp-comment-count {
    min-width: 28px;
    min-height: 28px;
    border-radius: 999px;
    background: rgb(15, 23, 42);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.wp-share-box,
.wp-comments-box {
    margin-top: 20px;
    padding: 20px;
    border-radius: 24px;
    background: rgb(248, 250, 252);
    border: 1px solid rgb(226, 232, 240);
}

.wp-share-box strong {
    display: block;
    margin-bottom: 12px;
    color: rgb(15, 23, 42);
}

.wp-share-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.wp-share-actions a,
.wp-share-actions button,
.wp-comment-form button {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgb(203, 213, 225);
    background: white;
    color: rgb(15, 23, 42);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
}

.wp-share-actions button,
.wp-comment-form button {
    border: 0;
    background: rgb(15, 23, 42);
    color: white;
}

.wp-share-box small,
.wp-comment-note {
    display: block;
    margin-top: 12px;
    color: rgb(71, 85, 105);
    font-size: 12px;
}

.wp-comment-note a {
    font-weight: 900;
    color: rgb(15, 23, 42);
}

.wp-comment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.wp-comment-form label {
    display: block;
    margin-bottom: 12px;
    color: rgb(15, 23, 42);
    font-size: 13px;
    font-weight: 800;
}

.wp-comment-form label small {
    color: rgb(100, 116, 139);
    font-weight: 400;
}

.wp-comment-form input,
.wp-comment-form textarea {
    width: 100%;
    margin-top: 7px;
    border: 1px solid rgb(203, 213, 225);
    border-radius: 16px;
    padding: 13px 14px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    background: white;
    color: rgb(15, 23, 42);
}

.wp-comment-form textarea {
    resize: vertical;
    line-height: 1.5;
}

.wp-comment-consent {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin-top: 4px;
    padding: 13px 14px;
    border-radius: 16px;
    border: 1px solid rgb(226, 232, 240);
    background: white;
    font-size: 12px !important;
    line-height: 1.5;
}

.wp-comment-consent input {
    width: auto;
    min-width: 16px;
    margin: 2px 0 0;
    padding: 0;
}

.wp-comment-consent span {
    display: block;
}

.wp-hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.wp-comment-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.wp-comment-message {
    font-size: 12px;
    font-weight: 800;
    color: rgb(71, 85, 105);
}

.wp-comment-message.is-error,
.wp-comment-message.is-ok {
    display: inline-flex;
    padding: 8px 10px;
    border-radius: 12px;
}

.wp-comment-message.is-ok {
    color: rgb(22, 101, 52);
    background: rgb(240, 253, 244);
}

.wp-comment-message.is-error {
    color: rgb(153, 27, 27);
    background: rgb(254, 242, 242);
}

.wp-comments-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.wp-comment-item,
.wp-comment-empty {
    padding: 16px;
    border-radius: 18px;
    background: white;
    border: 1px solid rgb(226, 232, 240);
}

.wp-comment-item strong {
    display: block;
    color: rgb(15, 23, 42);
}

.wp-comment-item time {
    display: block;
    margin-top: 4px;
    color: rgb(100, 116, 139);
    font-size: 11px;
}

.wp-comment-item p,
.wp-comment-empty {
    margin: 10px 0 0;
    color: rgb(51, 65, 85);
    font-size: 14px;
    line-height: 1.6;
}

.wp-comment-empty {
    margin: 0;
}

@media (max-width: 760px) {
    .wp-interacoes-topo,
    .wp-comments-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .wp-like-btn {
        width: 100%;
        justify-content: center;
    }

    .wp-comment-grid {
        grid-template-columns: 1fr;
    }

    .wp-share-actions a,
    .wp-share-actions button {
        flex: 1 1 calc(50% - 10px);
    }
}
