.stengel_custom{padding:1rem;border:1px solid rgba(0,0,0,.1);margin:1rem 0 2rem 0;border-radius:.5rem;display:flex;flex-direction:column;align-items:flex-start;background:#fff;width:100%;box-sizing:border-box;clear:both}.stengel_custom .stengel-text-field-wrapper{width:100%}.stengel_custom .stengel-text-field-wrapper:not(:last-child){margin-bottom:2rem}.stengel_custom .stengel-text-field-wrapper label{text-align:left;display:block}.stengel_custom .stengel-text-field-wrapper .stengel-char-counter{text-align:left;font-size:.8rem}.stengel_custom .stengel-text-field-wrapper input,.stengel_custom .stengel-text-field-wrapper textarea,.stengel_custom .stengel-text-field-wrapper select{width:100%}.stengel_custom .stengel-text-field-wrapper input.error,.stengel_custom .stengel-text-field-wrapper textarea.error,.stengel_custom .stengel-text-field-wrapper select.error{border-color:#e74c3c !important;box-shadow:0 0 5px rgba(231,76,60,.3) !important}.stengel-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:9998;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,visibility .5s ease-in-out}.stengel-overlay.show{opacity:1;visibility:visible}.stengel-modal{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%) scale(0.7);background-color:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);z-index:9999;max-width:800px;width:90%;max-height:80vh;overflow-y:auto;opacity:0;visibility:hidden;transition:all .5s ease-in-out}.stengel-modal.show{opacity:1;visibility:visible;transform:translate(-50%, -50%) scale(1)}.stengel-modal .modal-content{padding:2rem;text-align:center}.stengel-modal .modal-content h2{color:#ad3432;margin-bottom:1rem;font-size:1.8rem}.stengel-modal .modal-content p{color:#3a3a3a;line-height:1.6;margin-bottom:1.5rem}.stengel-modal .modal-content .close-modal{background-color:#ad3432;color:#fff;border:none;padding:.8rem 2rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .3s ease;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease}.stengel-modal .modal-content .close-modal:hover{background-color:hsl(.9756097561,55.1569506726%,33.7254901961%)}.stengel-modal .modal-content .close-modal:focus{outline:none;box-shadow:0 0 0 3px rgba(173,52,50,.3)}@media(max-width: 768px){.stengel-modal{width:95%}.stengel-modal .modal-content{padding:1.5rem}.stengel-modal .modal-content h2{font-size:1.5rem}}