textarea {
    resize: none;
	outline: none;
}
.content {
    padding: 2rem;
    background-color: #fff;
    border-radius: 2rem;
    margin-top: 1rem;
}

.content > *:not(:last-child) {
    margin-bottom: 1rem;
}
.content > *:not(:first-child) {
    margin-top: 1rem;
}

.admin-bar {
	margin-top: 32px;
}

.contact__foot {
	margin-bottom: 0;
	position: relative;
}
.wpcf7-spinner {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}