#xoo-wsc-empty {
            background-color: #f5a5a5; /* rojizo suave */
            color: #000;
            border: none;
            padding: 10px 16px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            width: 50%;
            margin: 16px auto 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0;
            transition: background-color 0.3s ease;
        }

#xoo-wsc-empty:hover {
            background-color: #d9534f;
            color: #ffffff;
        }
