/* AIMW LS v2 - Button and black panel with orange text */

.aimw-ls-button {
    background: linear-gradient(135deg,#ff8a00,#ff5e00);
    color: #fff;
    border: 0;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    font-size: 13px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.aimw-ls-wrapper { display:inline-block; }

.aimw-ls-panel {
    display:none;
    position: fixed;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 280px;
    background: #000;
    color: #ff8a00;
    padding: 16px;
    border-radius: 10px;
    z-index: 999999;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}
.aimw-ls-heading { margin:0 0 10px 0; color:#ff8a00; font-size:15px; }
.aimw-ls-close { position:absolute; right:8px; top:6px; background:transparent; border:0; color:#fff; font-size:18px; cursor:pointer; }
.aimw-ls-list { display:flex; flex-direction:column; gap:8px; }
.aimw-ls-lang { background:transparent; border:1px solid rgba(255,138,0,0.12); color:#ff8a00; padding:8px 10px; border-radius:6px; text-align:left; cursor:pointer; font-weight:600; }
.aimw-ls-lang:hover { background: rgba(255,138,0,0.04); }
