.post-password-required{max-width:500px;margin:10vh auto;padding:30px;background-color:#ffffff;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);text-align:center}.post-password-form input[type="password"]{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;margin:10px 0;font-size:16px}.post-password-form input[type="submit"]{background-color:#2ea3f2;color:#ffffff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;text-transform:uppercase;font-weight:bold;transition:background-color 0.3s}.post-password-form input[type="submit"]:hover{background-color:#1d8fd6}