.angie-open-house-popup-overlay-90f096c5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.angie-open-house-popup-content-90f096c5 {
    background-color: #ffffff;
    background-image: url('https://images.unsplash.com/photo-1542744173-8e7e53415bb0?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    padding: 30px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    font-family: sans-serif;
}
.angie-open-house-popup-content-90f096c5::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.85);
    border-radius: 8px;
    z-index: 0;
}
.angie-open-house-popup-close-90f096c5,
.angie-open-house-popup-header-90f096c5,
.angie-open-house-popup-form-90f096c5 {
    position: relative;
    z-index: 1;
}
.angie-open-house-popup-close-90f096c5 {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}
.angie-open-house-popup-header-90f096c5 h2 {
    margin-top: 0;
    color: #222;
    font-size: 24px;
    margin-bottom: 10px;
}
.angie-open-house-popup-header-90f096c5 p {
    color: #555;
    margin-bottom: 20px;
}
.angie-form-group-90f096c5 {
    margin-bottom: 15px;
}
.angie-form-group-90f096c5 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #444;
}
.angie-form-group-90f096c5 input,
.angie-form-group-90f096c5 select,
.angie-form-group-90f096c5 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
}
.angie-open-house-popup-submit-90f096c5 {
    width: 100%;
    padding: 12px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}
.angie-open-house-popup-submit-90f096c5:hover {
    background: #005177;
}
.angie-open-house-popup-msg-90f096c5 {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}
.angie-open-house-popup-msg-90f096c5.success {
    background: #d4edda;
    color: #155724;
}
