.cf7-popup-container-154bce0f {
    position: relative;
}

.cf7-popup-btn-154bce0f {
    cursor: pointer;
    border: none;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.cf7-popup-overlay-154bce0f {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf7-popup-content-154bce0f {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    max-width: 90%;
    width: 600px;
    box-sizing: border-box;
}

.cf7-popup-close-154bce0f {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    line-height: 1;
}

.cf7-popup-content-154bce0f input[type="text"],
.cf7-popup-content-154bce0f input[type="email"],
.cf7-popup-content-154bce0f input[type="number"],
.cf7-popup-content-154bce0f textarea,
.cf7-popup-content-154bce0f select {
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.cf7-popup-content-154bce0f .wpcf7-form p {
    margin-bottom: 15px;
}
