.woodsy-popup {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}

.woodsy-popup-content {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    margin: 50px auto;
    border-radius: 10px;
    position: relative;
}

#woodsy-close {
    position: absolute;
    top: 10px; right: 15px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
}

.woodsy-option {
    display: inline-block;
    margin: 4px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.woodsy-option input {
    margin-right: 5px;
}

#woodsy-open-popup {
    background: #009688;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button[type="submit"] {
    background: #009688;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}
