#cf7-floating-btn {
    position: fixed;
    bottom: 20px;
    padding: 5px 14px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 9999;
    font-size: 14px;
}

#cf7-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 10000;
}

#cf7-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    max-width: 600px;
    width: 90%;
    border-radius: 10px;
}

#cf7-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}
