.elementor-25869 .elementor-element.elementor-element-4b69444{--display:flex;}.elementor-25869 .elementor-element.elementor-element-4961a08{color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-4961a08 */.floor-section {
    margin-bottom: 40px;
}

.floor-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.floor-section p {
    margin-bottom: 25px;
}

.pros-cons {
    display: flex;
    gap: 80px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.pros-cons .column {
    flex: 1;
    min-width: 280px;
}

.pros-cons h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pros-cons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pros-cons li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 18px;
    line-height: 1.6;
    color: #444;
    list-style: none;
}

/* Pros Icon */
.pros li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Cons Icon */
.cons li::before {
    content: "✕";
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #999;
    color: #999;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floor-divider {
    margin: 50px 0;
    border-top: 1px solid #ddd;
}

@media (max-width: 767px) {
    .pros-cons {
        flex-direction: column;
        gap: 30px;
    }
}/* End custom CSS */