/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

html {
  scroll-padding-top: 200px !important;
}

.post-password-form {
  padding: 200px 0;
}

.post-password-form input[type="password"] {
  border: 1px solid var(--wp--preset--color--second-background-active);
  border-radius: 64px;
  outline: none;
  height: 30px;
  background: var(--wp--preset--color--second-background-active);
  width: 100%;
  max-width: 200px;
  margin: 0 10px;
}

.post-password-form input[type="submit"] {
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 64px;
  outline: none;
  height: 30px;
  background: var(--wp--preset--color--primary);
  color: white;
  padding: 0 20px;
}
