.wf-select-color {
    display: inline;
    width: 20px;
    height: 20px;
    border-radius: 3px !important;
    margin-left: 6px;
    border:1px solid rgba(0, 0, 0, 0.334);
}

.acf-radio-list.acf-hl {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.acf-radio-list.acf-hl:before {
    content: none;
}

.acf-radio-list.acf-hl > li > label {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.meta-box-sortables select {
    width: 100%;
}
.page_content.reset_margins figure.alignright {
	float: right;
	margin: 0 0 1em 2rem;
}

.page-404 {
	text-align: center;
}
.page-404 .error_number {
	font-size: clamp(6rem, 20vw, 14rem);
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.05em;
}

.login {
	background: #FDF9ED;
}

.login h1 a {
	color: #000;
	background-image: url(../img/logo.png);
	background-size: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	width: auto;
	height: 200px;
	display: block;
	padding: 0;
	margin-bottom: 20px;
}

.login form {
	margin-top: 0;
	border: 0;
	border-radius: 15px;
}

.login label {
	color: #000;
}

.login #nav,
.login #backtoblog {
	display: none;
}
