figure img { border-radius: var(--radius-m); }  .post-password-required.hentry { display: flex; flex-direction: column; row-gap: var(--space-m); padding: var(--space-xl); } .post-password-required.hentry h1 { display: none; } .post-password-form { max-width: 700px; margin: 50px auto; padding: var(--space-s); background: var(--action-ultra-light); border-radius: 10px; font-family: sans-serif; box-shadow: 0 4px 12px var(--action-light); } .post-password-form input[type="password"] { width: 100%; padding: 7px; font-size: 16px; margin-top: 10px; border: 1px solid #ccc; border-radius: 6px; } .post-password-form input[type="submit"] { margin-top: 15px; padding: 10px 20px; background: var(--action-dark);; color: var(--white); border: none; border-radius: 6px; cursor: pointer; } .post-password-form input[type="submit"]:hover { background: var(--action); }