body.has-protected-form {display: flex;flex-wrap: wrap;flex-direction: column;justify-content: space-between;height: auto;min-height: 100vh;}.post-password-form {width: 90%;max-width: 400px;margin: 0 auto;padding-top: 24px;padding-bottom: 24px;text-align: center;font-size: 16px;line-height: 1.6;@media (max-width: 767px) {font-size: 20px;}.post-password-form-invalid-password {width: 100%;height: auto;padding: 6px 16px;text-align: center;font-size: 14px;background: red;color: white;margin-bottom: 24px;text-transform: uppercase;letter-spacing: 0.5px;word-spacing: 2px;}label {display: block;font-size: 13px;text-align: left;}input {width: 100%;height: 40px;padding: 4px 16px;border: 1px solid black;font-size: 16px;&[name='post_password'] {transition: all 0.5s ease;letter-spacing: 1px;&:focus {box-shadow: 0 0 4px black;}}&[type='submit'] {max-width: 260px;margin: 16px auto 0;background: black;color: white;text-transform: uppercase;border: 1px solid black;border-radius: 4px;cursor: pointer;transition: all 0.5s ease;&:hover {color: black;background: white;}}}}
