.ip-trigger-21b7e5f4 {
    padding: 12px 24px;
    background-color: #0073aa;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.ip-trigger-21b7e5f4:hover {
    opacity: 0.9;
}

.ip-overlay-21b7e5f4 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ip-overlay-21b7e5f4.is-open {
    display: flex;
    opacity: 1;
}

.ip-modal-21b7e5f4 {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.ip-overlay-21b7e5f4.is-open .ip-modal-21b7e5f4 {
    transform: translateY(0);
}

.ip-close-21b7e5f4 {
    position: absolute;
    top: 15px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #555;
    padding: 0;
}

.ip-close-21b7e5f4:hover {
    color: #000;
}

.ip-title-21b7e5f4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.ip-content-21b7e5f4 {
    color: #666;
    line-height: 1.6;
}

/* Editor adjustments */
.elementor-editor-active .ip-overlay-21b7e5f4 {
    position: absolute;
    z-index: 10;
}
