#lsi-seo-btn {
    position: absolute;
    background: #222;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    cursor: pointer;
    z-index: 99999;
}

#lsi-popup {
    position: fixed;
    top: 20%;
    right: 20px;
    width: 320px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 13px;
    z-index: 99999;
}

#lsi-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

#lsi-close {
    cursor: pointer;
}

.lsi-section {
    margin-bottom: 6px;
}
