.webshop-nl-connect-settings {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
}

.webshop-nl-connect-container {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
}

#register-now-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 0px;
}

.webshop-nl-register {
    position: relative;
    width: 100%;
}

.webshop-nl-register p {
    width: 70%;
    min-height: 35px;
}

.webshop-nl-connect-select-multi {
    min-width: 300px;
    width: 100%;
    cursor: default !important;
    color: #2c3338 !important;
}

.webshop-nl-connect-select-multi:hover {
    color: #2c3338 !important;
}