* {
    user-select: none !important;
}

.fwcl-warning {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 22px;
    border-radius: 8px;
    font-weight: 600;
    z-index: 999999;
    max-width: 90%;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.35);
    word-wrap: break-word;
}

/* Positions */
.fwcl-top { top: 20px; }
.fwcl-center { top: 50%; transform: translate(-50%, -50%); }
.fwcl-bottom { bottom: 20px; }

/* Mobile Responsive */
@media (max-width: 768px) {
    .fwcl-warning {
        font-size: 13px !important;
        padding: 12px 16px;
    }
}
