.elementor-1719 .elementor-element.elementor-element-0f23724{margin-top:0px;margin-bottom:100px;}.elementor-1719 .elementor-element.elementor-element-5d70430 > .elementor-widget-container{margin:0px 0px 50px 0px;}@media(max-width:767px){.elementor-1719 .elementor-element.elementor-element-0f23724{margin-top:0px;margin-bottom:100px;padding:0px 0px 0px 0px;}.elementor-1719 .elementor-element.elementor-element-5d70430 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for section, class: .elementor-element-0f23724 */.post-password-form {
    margin: 50px auto;
    max-width: 400px;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
}/* End custom CSS */
/* Start custom CSS *//* Styling for your outer form container (no changes needed here for height) */
.passster-form {
    max-width: 800px !important;
    width: 90%;
    margin: 40px auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

/* Styling for the inner form */
.passster-form > form {
    background: #FAFAFA;
    padding: 20px;
    margin: 0;
    border-radius: 0;

    /* --- ADD THIS FOR RESPONSIVE HEIGHT --- */
    min-height: 500px; /* Adjust this value as needed to suit your content */
    /* You can also add max-height: 80vh; if you want it to never get excessively tall on huge screens,
       but min-height is often sufficient for forms. */

    /* These lines continue to center content *inside* the form */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}/* End custom CSS */