.post-password-form {
  max-width: 400px;
  margin: 20px auto;
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 8px;
  background: #f9f9f9;
}

.post-password-form p {
  font-size: 16px;
  margin-bottom: 10px;
}

.post-password-form input[type="password"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}

.post-password-form button {
  background: #0073aa;
  color: #fff;
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.post-password-form button:hover {
  background: #005177;
}
