.pagination, .comments-pagination {
    border-top: unset;
    padding-top: unset;
    margin: unset;
}

.site .dt-bootstrap5 a.page-link:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	color: #fff;
    background-color: #0d6efd;
}
.site .dt-bootstrap5 a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background:unset;
	background-color: #0d6efd;
}

label {
	font-size:unset;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {
    border: unset;
    border-radius: unset;
    color: unset;
    line-height: unset;
    padding: unset;
    margin: unset;
    max-width: unset;
}
.site .button, button, input[type=submit], input[type=reset], .wp-block-search .wp-block-search__button, .wp-block-button .wp-block-button__link, .wp-block-file a.wp-block-file__button {
    border: unset;
    border-radius: unset;
    /* cursor: pointer; */
    font-weight: unset;
    font-family: unset;
    font-size: unset;
    line-height: unset;
    padding: unset;
    text-decoration: unset;
}
.site .button:not(:hover):not(:active):not(.has-background), button:not(:hover):not(:active):not(.has-background), input[type=submit]:not(:hover):not(:active):not(.has-background), input[type=reset]:not(:hover):not(:active):not(.has-background), .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background), .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
	/* background-color:unset; */
}
select {
    border: unset;
    color: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    appearance: unset;
    line-height: unset;
    padding: unset;
    background: unset;
    background-position: unset;
	border-width:1px;
	border-style:solid;
}