.elementor-82 .elementor-element.elementor-element-908822e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}#elementor-popup-modal-82 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-82{justify-content:center;align-items:flex-start;}#elementor-popup-modal-82 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:50px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-908822e */<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Hover Pop-up Example</title>
    <style>
        #popup {
            display: none;
            position: absolute;
            border: 1px solid #ccc;
            background-color: #fff;
            padding: 10px;
            z-index: 1000;
        }
        .hover-area {
            width: 200px;
            height: 100px;
            background-color: #f0f0f0;
            text-align: center;
            line-height: 100px;
            margin: 50px;
            cursor: pointer;
        }
    </style>
</head>
<body>/* End custom CSS */