.elementor-278 .elementor-element.elementor-element-97300cb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-278 .elementor-element.elementor-element-ca60bf2{text-align:center;}.elementor-278 .elementor-element.elementor-element-ca60bf2 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:30px;font-weight:600;color:#D4AF37;}.elementor-278 .elementor-element.elementor-element-470c70b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:12px;--padding-bottom:12px;--padding-left:12px;--padding-right:12px;}.elementor-278 .elementor-element.elementor-element-1878e7e{--display:flex;--border-radius:15px 15px 15px 15px;}.elementor-278 .elementor-element.elementor-element-1878e7e:not(.elementor-motion-effects-element-type-background), .elementor-278 .elementor-element.elementor-element-1878e7e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#141414;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-278 .elementor-element.elementor-element-6f1e38f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-widget-author-box .elementor-author-box__name{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-author-box .elementor-author-box__bio{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-author-box .elementor-author-box__button{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-author-box .elementor-author-box__button:hover{border-color:var( --e-global-color-secondary );color:var( --e-global-color-secondary );}.elementor-278 .elementor-element.elementor-element-ce6b8f6 .elementor-author-box__name{color:#D4AF37;}.elementor-278 .elementor-element.elementor-element-095de0b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-278:not(.elementor-motion-effects-element-type-background), body.elementor-page-278 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#202020;}@media(min-width:768px){.elementor-278 .elementor-element.elementor-element-470c70b{--content-width:804px;}.elementor-278 .elementor-element.elementor-element-095de0b{--content-width:662px;}}/* Start custom CSS *//* =========================================
   Estilização da Área de Comentários (Sofisticada)
   ========================================= */

/* Import da fonte (caso não tenha carregado ainda) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;500&display=swap');

/* Container Geral */
#comments {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    color: #444;
}

/* Títulos (Uma resposta, Deixe um comentário) */
.title-comments, 
.comment-reply-title {
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    color: #1a1a1a;
    border-bottom: 2px solid #d4af37; /* Linha Dourada */
    padding-bottom: 15px;
    margin-bottom: 30px;
}

/* Lista de Comentários - Remove bolinhas e margens */
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* O "Card" do Comentário */
.comment-body {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 12px; /* Cantos arredondados */
    padding: 25px;
    margin-bottom: 25px;
    position: relative;
    transition: all 0.3s ease;
}

.comment-body:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); /* Sombra suave ao passar o mouse */
    background-color: #fff;
}

/* Cabeçalho do Comentário (Autor + Data) */
.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/* Autor e Avatar */
.comment-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.comment-author img.avatar {
    border-radius: 50%; /* Foto redonda */
    border: 2px solid #d4af37; /* Borda Dourada */
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.comment-author b.fn, 
.comment-author b.fn a {
    font-family: 'Playfair Display', serif;
    font-size: 1.2em;
    color: #111;
    text-decoration: none;
    font-style: normal;
}

.comment-author .says {
    display: none; /* Remove a palavra "disse:" para ficar mais limpo */
}

/* Data do Comentário */
.comment-metadata a {
    color: #999;
    font-size: 0.85em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Texto do Comentário */
.comment-content p {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

/* Botão de Responder (Pequeno) */
.reply a.comment-reply-link {
    display: inline-block;
    padding: 6px 15px;
    background-color: transparent;
    border: 1px solid #d4af37;
    color: #d4af37;
    border-radius: 20px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.reply a.comment-reply-link:hover {
    background-color: #d4af37;
    color: #fff;
}

/* =========================================
   Estilização do Formulário (Deixe um comentário)
   ========================================= */

#respond {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-top: 50px;
}

/* Labels */
.comment-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

/* Campos de Texto (Input e Textarea) */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fcfcfc;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    margin-bottom: 20px;
    transition: border-color 0.3s;
    box-sizing: border-box; /* Garante que o padding não estoure a largura */
}

.comment-form textarea:focus,
.comment-form input:focus {
    border-color: #d4af37; /* Borda dourada ao clicar */
    outline: none;
    background-color: #fff;
}

/* Mensagens de Login/Logout */
.logged-in-as {
    margin-bottom: 20px;
    font-size: 0.9em;
    color: #777;
}

.logged-in-as a {
    color: #d4af37;
    text-decoration: none;
}

/* Botão de Enviar (Submit) */
.form-submit input.submit {
    background-color: #2ecc71; /* Verde (como o botão comprar) ou use #d4af37 para Dourado */
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s;
    width: 100%; /* Botão largura total no mobile */
}

@media (min-width: 768px) {
    .form-submit input.submit {
        width: auto; /* Largura automática no desktop */
    }
}

.form-submit input.submit:hover {
    background-color: #27ae60; /* Verde mais escuro */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.4);
}/* End custom CSS */