.post-password-form {
    padding: 2em 0;
}

.post-password-form p:has(input[type="password"]) {
	padding-top: 2em;
	text-align: center;
}

.post-password-form input[type="password"] {
    font-size: var(--wp--preset--font-size--m);
    border-radius: var(--wp--custom--radius-xs);
    border-width: 1px;
	padding: 5px 10px;
	margin: 0 5px 0 10px;
}

.post-password-form input[type="submit"] {
    background: var(--wp--preset--color--action-dark);
    border: none;
    padding: 6px 15px;
    border-radius: var(--wp--custom--radius-xs);
    font-size: var(--wp--preset--font-size--m);
	cursor: pointer;
}