/* DTIC Addons - Rodapé Styles */

/* Admin Styles */
.dtic-footer-management {
    max-width: 800px;
    margin: 20px 0;
}

.dtic-section {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.dtic-section h3 {
    margin-top: 0;
    color: #23282d;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.dtic-footer-info {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.dtic-footer-info p {
    margin: 5px 0;
}

.dtic-status {
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.dtic-status.publish {
    background: #d4edda;
    color: #155724;
}

.dtic-status.draft {
    background: #fff3cd;
    color: #856404;
}

.dtic-footer-actions {
    margin: 20px 0;
}

.dtic-footer-actions .button {
    margin-right: 10px;
    margin-bottom: 10px;
}

.dtic-footer-actions .dashicons {
    margin-right: 5px;
}

/* Frontend Styles */
#dtic-rodape-personalizado {
    width: 100%;
    position: relative;
    z-index: 10;
}

.dtic-footer-wrapper {
    width: 100%;
    position: relative;
    z-index: 10;
}

.dtic-footer-wrapper .elementor {
    margin: 0;
    padding: 0;
}

.dtic-footer-wrapper .elementor-section {
    margin: 0;
    padding: 0;
}

/* Esconder footer padrão do Elementor quando nosso rodapé estiver ativo */
.elementor-location-footer {
    display: none !important;
}

/* Responsive */
@media (max-width: 768px) {
    .dtic-footer-actions .button {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
} 