.spiller-sok-wrapper {
    max-width: 700px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}

.spiller-sok-form {
    margin-top: 16px;
}

.spiller-sok-form label {
    display: block;
    margin-bottom: 8px;
}

.spiller-sok-form input[type="text"] {
    width: 100%;
    max-width: 420px;
    padding: 10px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.spiller-sok-form button {
    padding: 10px 18px;
    cursor: pointer;
}

.spiller-sok-results {
    margin-top: 24px;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
}

#spiller-sok-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
}

#spiller-sok-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 520px;
    width: 90%;
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    text-align: center;
}

.spiller-sok-emoji {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 10px;
}

#spiller-sok-close-popup {
    padding: 10px 18px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    background: #222;
    color: #fff;
}