/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wcwl-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.wcwl-popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.wcwl-popup-content button {
    margin: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

.wcwl_control {
    display: none;
}