.elementor-7518 .elementor-element.elementor-element-bca24ef{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-9691742 *//* --- Checklist Box --- */
.checklist-box {
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
}
.checklist li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}
.checklist li:before {
    content: "✅";
    position: absolute;
    left: 0;
}

/* --- Step Box --- */
.step-box {
    background: #e3f2fd;
    border-left: 5px solid #2196f3;
    padding: 20px;
    margin: 20px 0;
}

/* --- FAQ Details --- */
details {
    background: #ffffff;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
summary {
    font-weight: bold;
    color: #0f264a;
    cursor: pointer;
}
details[open] summary {
    color: #d50a0a;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* --- Prep Button --- */
.prep-btn {
    display: block;
    background: linear-gradient(90deg, #d50a0a 0%, #b00808 100%);
    color: white !important;
    text-align: center;
    padding: 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 30px;
    box-shadow: 0 5px 15px rgba(213, 10, 10, 0.3);
    transition: transform 0.2s;
}
.prep-btn:hover {
    transform: scale(1.02);
}/* End custom CSS */