.elementor-kit-6{--e-global-color-primary:#21212C;--e-global-color-secondary:#D3EFFC;--e-global-color-text:#000000;--e-global-color-accent:#A78C61;--e-global-color-3e8f7b2:#FFFFFF;--e-global-color-2d61375:#D5BE95;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:26px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== ESTILOS PARA SINGLE POST ===== */

/* Badge de Categoria */
.post-category-badge {
    display: inline-block;
    background: #ab8f63;
    color: white;
    padding: 6px 18px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Meta Info do Post */
.post-meta-info {
    display: flex;
    gap: 25px;
    color: #6c757d;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.post-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-meta-item i {
    color: #ab8f63;
}

/* Box de Destaque */
.highlight-box {
    background: linear-gradient(135deg, rgba(171, 143, 99, 0.1) 0%, rgba(58, 52, 92, 0.05) 100%);
    border-left: 4px solid #ab8f63;
    padding: 25px;
    margin: 2.5rem 0;
    border-radius: 0 10px 10px 0;
}

.highlight-box p {
    margin-bottom: 0;
    color: #1e2639;
    font-weight: 600;
}

/* Autor Box */
.author-box-schoffer {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 25px;
    background: linear-gradient(135deg, rgba(171, 143, 99, 0.05) 0%, rgba(58, 52, 92, 0.03) 100%);
    border-radius: 15px;
    margin: 40px 0;
}

.author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CTA Box */
.cta-box-schoffer {
    background: linear-gradient(135deg, #1e2639 0%, #3a345c 100%);
    color: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    margin: 60px 0;
}

.cta-button-schoffer {
    display: inline-block;
    background: #ab8f63;
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid #ab8f63;
}

.cta-button-schoffer:hover {
    background: transparent;
    color: #ab8f63;
    transform: translateY(-3px);
}

/* Compartilhamento */
.share-buttons-schoffer {
    display: flex;
    gap: 15px;
    margin: 40px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 15px;
    align-items: center;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-btn:hover {
    transform: translateY(-5px);
}

/* Estilos para o Conteúdo */
.entry-content h2 {
    font-size: 1.8rem;
    color: #1e2639;
    margin: 3rem 0 1.5rem;
    font-weight: 800;
    position: relative;
    padding-left: 20px;
}

.entry-content h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 5px;
    background: #ab8f63;
    border-radius: 3px;
}

.entry-content h3 {
    font-size: 1.5rem;
    color: #3a345c;
    margin: 2.5rem 0 1.2rem;
    font-weight: 700;
}

/* Responsividade */
@media (max-width: 768px) {
    .post-meta-info {
        flex-direction: column;
        gap: 10px;
    }
    
    .author-box-schoffer {
        flex-direction: column;
        text-align: center;
    }
    
    .share-buttons-schoffer {
        justify-content: center;
        flex-wrap: wrap;
    }
}/* End custom CSS */