.elementor-7482 .elementor-element.elementor-element-6fca863{--display:flex;--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-906e7aa *//* --- Warning Bar --- */
.alert-bar-danger {
    background: #b91c1c;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(185, 28, 28, 0.3);
    font-weight: bold;
    font-size: 1.1rem;
}

/* --- Tech Box --- */
.tech-box {
    background: #e3f2fd;
    border-left: 5px solid #2196f3;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.tech-box strong {
    color: #0d47a1;
    display: block;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

/* --- External Links --- */
.external-link {
    color: #007bff;
    text-decoration: underline;
    font-weight: 600;
}

.external-link:hover {
    color: #0056b3;
}

/* --- Lists --- */
.wc-section ol, .wc-section ul {
    margin-left: 20px;
    line-height: 1.8;
}

.wc-section li {
    margin-bottom: 10px;
}

/* --- Button --- */
.safe-btn {
    display: block;
    background: #0f264a;
    color: white !important;
    text-align: center;
    padding: 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 20px;
    transition: background 0.3s;
}

.safe-btn:hover {
    background: #1a3c6e;
}/* End custom CSS */