.post-password-required .et_password_protected_form{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:8%;width:80%;margin:auto;height:50vh;background-color:#f4f4f4;border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,0.2);text-align:center;overflow:hidden}.post-password-required .et_password_protected_form p{text-align:center;font-size:14px;color:#555;margin-bottom:20px;margin-top:-10px}.post-password-required .et_password_protected_form .et_submit_button{background:#500000;color:#fff;padding:1em 2em;font-size:16px;border:none;border-radius:5px;cursor:pointer;transition:background 0.3s ease,transform 0.2s ease;margin-left:auto;margin-right:0;margin-top:-5px}.post-password-required .et_password_protected_form .et_submit_button:hover{background:#8b0000;transform:scale(1.05)}.post-password-required .et_password_protected_form .et_submit_button:active{transform:scale(0.95)}@media only screen and (max-width:600px){.post-password-required .et_password_protected_form{width:90%;padding-top:15%}.post-password-required .et_password_protected_form p{font-size:12px}}