/* Floor Plans Brown Layer Fix */
.spec-label {
    color: #333 !important;
    background: none !important;
    position: relative !important;
}

.spec-label::before,
.spec-label::after {
    display: none !important;
    content: none !important;
    background: none !important;
}

.spec-item .spec-label {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* Remove any brown/golden overlays */
.spec-item {
    position: relative;
}

.spec-item::before,
.spec-item::after {
    display: none !important;
}

/* Force clean text appearance */
.plan-specs .spec-label {
    background: transparent !important;
    color: #333 !important;
    text-shadow: none !important;
}

/* Remove any inherited brown styling */
.floor-plan-details .spec-label {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #333 !important;
}