/* post password protected block */
.article-password-protected {}

.article-password-protected figure {
    margin: 0 0 1rem;
}

.article-password-protected figure .blockquote {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.article-password-protected figure .blockquote-footer::before {
    content: "🔒 ";
}

.article-password-protected figure .blockquote-footer {
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d;
}

.article-password-protected input[type="password"] {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1;
    color: #666666;
    background-color: #EFEFEF;
    border: 2px solid #AAA;
    border-radius: 6px;
}

.article-password-protected button[type="submit"] {
    padding: 0.625rem .75rem;
    font-size: 1rem;
    line-height: 1;
    color: #666666;
    background-color: #EFEFEF;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}
