.kpb-popup-item{position:relative;margin-bottom:15px}.kpb-trigger{display:inline-block;padding:15px 20px;background:#f8f9fa;border-radius:8px;cursor:pointer;border:2px solid #e9ecef;position:relative;transition:all .2s ease;width:100%;box-sizing:border-box;font-weight:500;color:#333;text-align:left}.kpb-trigger:hover{background:#e9ecef;border-color:#007bff}.kpb-popup{position:absolute;top:100%;left:0;background:#fff;border:2px solid #007bff;border-radius:10px;padding:0;width:100%;min-width:400px;max-width:500px;box-shadow:0 10px 30px rgba(0,0,0,.15);z-index:1000;display:none;margin-top:10px;overflow:hidden}.kpb-popup.active{display:block}.kpb-popup-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#007bff;color:#fff;margin:0}.kpb-popup-title{font-weight:700;font-size:16px;margin:0;color:#fff}.kpb-popup-close{font-size:28px;cursor:pointer;color:#fff;line-height:1;font-weight:400;transition:transform .2s ease;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.kpb-popup-close:hover{transform:scale(1.2);color:#fcc}.kpb-popup-content{padding:20px;color:#333;line-height:1.6;background:#fff}.kpb-popup-text{margin:0;font-size:15px}.kpb-popup:before{content:'';position:absolute;bottom:100%;left:30px;border-width:0 10px 10px;border-style:solid;border-color:transparent transparent #007bff;z-index:1}.kpb-popup:after{content:'';position:absolute;bottom:100%;left:32px;border-width:0 8px 8px;border-style:solid;border-color:transparent transparent #fff;z-index:2}@media (max-width:768px){.kpb-popup{min-width:300px;max-width:calc(100vw - 40px);left:0;right:0;margin-left:auto;margin-right:auto}.kpb-popup:before,.kpb-popup:after{left:50%;transform:translateX(-50%)}}