#uid2184464079921 .zb-section__innerWrapper {-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;-webkit-box-align:center; -ms-flex-align:center; align-items:center;}#uid2184464185011 {width:1448px;-webkit-box-align:center; -ms-flex-align:center; align-items:center;-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}.pw-vh-wrapper {    min-height:88vh;    display:flex;    align-items:center;    justify-content:center;}.post-password-form {    max-width:420px;    margin:40px auto;    padding:30px 24px;    background:light-grey;    border-radius:14px;    box-shadow:0 18px 50px rgba(0,0,0,0.35);}.post-password-form p {    margin:0;    color:black;    font-size:15px;line-height :25px;}.post-password-form label {    display:block;    margin-top:25px;    font-size:13px;    text-transform:uppercase;    letter-spacing:0.08em;font-weight :600;    opacity:0.8;}.post-password-form input[type="password"] {    width:100%;    margin-top:6px;    padding:12px 14px;    border-radius:8px;    border:1px solid #333;    background:#111;    color:#fff;    font-size:15px;    outline:none;    box-sizing:border-box;    transition:border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;}.post-password-form input[type="password"]:focus {    border-color:#e45300;    box-shadow:0 0 0 1px rgba(228, 83, 0, 0.55);    background:#151515;}.post-password-form input[type="submit"] {    display:inline-block;    margin-top:25px;    padding:10px 15px;    border-radius:6px;    border:none;    background:#e45300;    color:#fff;    font-size:13px;font-weight :500;    text-transform:uppercase;    letter-spacing:0.1em;    cursor:pointer;    transition:background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;}.post-password-form input[type="submit"]:hover {    background:#ff6b1a;    transform:translateY(-1px);    box-shadow:0 10px 24px rgba(0,0,0,0.45);}.post-password-form input[type="submit"]:active {    transform:translateY(0);    box-shadow:none;}@media (max-width:600px) {    .post-password-form {        margin:30px auto;        padding:24px 18px;        border-radius:10px;    }}