.elementor-4291 .elementor-element.elementor-element-5dc83f1{--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;}/* Start custom CSS for shortcode, class: .elementor-element-4f4758d */.page-id-4291 footer {
    display: none !important;
}
body.page-id-4291 #modalLeave {
    display: none !important;
}

body.page-id-4291 .modal-backdrop {
    display: none !important;
}
.page-id-4291 #rd-floating_button_vmrde4wdr {
    display: none !important;
}
.page-checklist-pre-operacional #rd-floating_button_vmrde4wdr {
    display: none !important;
}

body.page-slug-checklist-pre-operacional .rdstation-popup-js-floating-button {
    display: none !important;
}

.checklist-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    font-family: "Segoe UI", Arial, sans-serif;
}

.checklist-container h2 {
    text-align: center;
    color: #0064af;
    margin-bottom: 30px;
    font-size: 28px;
}

.checklist-container h3 {
    color: #0064af;
    border-left: 4px solid #0064af;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.checklist-container label {
    display: block;
    margin-top: 15px;
    padding-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.checklist-container input[type="text"],
.checklist-container input[type="date"],
.checklist-container input[type="file"],
.checklist-container textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #f9fafb;
    font-size: 15px;
    transition: all 0.2s ease;
}

.checklist-container input:focus,
.checklist-container textarea:focus {
    border-color: #0064af;
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,100,175,0.1);
}

.checklist-container textarea {
    min-height: 80px;
}

.checklist-container .wpcf7-checkbox {
    margin-top: 10px;
}

.checklist-container .wpcf7-list-item {
    display: block;
    background: #f9fafb;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 8px;
    transition: 0.2s;
}

.checklist-container .wpcf7-list-item:hover {
    background: #eef6fc;
}

.checklist-container input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2);
}

.checklist-container hr {
    border: none;
    height: 1px;
    background: #eee;
    margin: 30px 0;
}

.checklist-container input[type="submit"] {
    width: 100%;
    background: #0064af;
    color: white;
    padding: 15px;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.3s;
}

.checklist-container input[type="submit"]:hover {
    background: #004f8a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,100,175,0.3);
}

/* Upload bonito */
.checklist-container input[type="file"] {
    background: white;
    padding: 10px;
}
.checklist-container br {
    display: none !important;
}

/* Ajusta o parágrafo automático do CF7 para não criar buracos */
.checklist-container p {
    margin-bottom: 25px !important; /* Espaço entre um bloco de pergunta e outro */
}

/* Garante que o label e o campo fiquem próximos */
.checklist-container label {
    display: block;
    margin-bottom: 2px !important;
}

/* Responsivo */
@media (max-width: 600px) {
    
    .checklist-container {
        padding: 20px;
        margin: 10px;
    }

}/* End custom CSS */