.logo__cursor {
	background: #913ffd;
}

.post-content figure img {
    border-radius: 8px;
    box-shadow: 0 0 20px 7px rgba(0,0,0,.15);
}

.post-content figure figcaption {
	font-style: italic;
}

.hugo-encryptor-input {
	display: block;
	font-family: Consolas, Monaco, Menlo, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1rem;
	margin: 0 auto;
  	padding: 8px 18px;

  	max-width: 100%;
  	width: 300px;

	font-weight: 500;
	border-radius: 8px;
	border: 1px solid transparent;
	background: var(--light-background-secondary);
	
	text-align: center;
}

.dark-theme .hugo-encryptor-input  {
    background: var(--dark-background-secondary);
    color: inherit;
}

.hugo-encryptor-button {
	display: none;
}

.impressum {
	color: var(--light-color-secondary);
}

.dark-theme .impressum {
	color: var(--dark-color-secondary);	
}

figure.center img {
	margin: 0 auto;
}

figure.center figcaption {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

figure figcaption p {
	margin: 0;
}