.post-password-form {
  text-align: center;
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.post-password-form p:first-child {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.post-password-form p:nth-child(2) {
  margin: 0 auto;
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.post-password-form input[type=password] {
  height: 45px;
  border-radius: 5px;
  margin-top: 10px;
  max-width: 300px;
}

.post-password-form input[type=submit] {
  cursor: pointer;
  font-weight: 700;
  background: #555;
  color: white;
  height: 45px;
  border: none;
  padding: 0 1.2rem;
  border-radius: 5px;
  margin-top: 10px;
  max-width: 100px;
}

*,
:after,
:before {
  border: 0 solid;
  box-sizing: border-box;
}

.is-style-stripes table {
  width: 100%;
}
.is-style-stripes table th, .is-style-stripes table td {
  padding: 5px 10px;
  border: none;
}
.is-style-stripes table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

button,
input:not([type=checkbox]):not([type=radio]):not([type=submit]),
optgroup,
select,
textarea {
  border: 1px solid #ccc;
  padding: 0.7rem;
  outline: none;
  width: 100%;
  font-family: inherit;
}
button::placeholder,
input:not([type=checkbox])::placeholder,
optgroup::placeholder,
select::placeholder,
textarea::placeholder {
  color: gray;
  opacity: 0.7;
}

button {
  width: auto;
}

a:hover {
  text-underline-offset: 4px;
}


