/*
 * Sidebar widgets and Gutenberg search block recolor.
 */

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_recent_comments li a,
.widget_rss li a,
.widget a {
    color: #D1B06B !important;
}

.widget_recent_entries li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_recent_comments li a:hover,
.widget_rss li a:hover,
.widget a:hover {
    color: #91764d !important;
}

.wp-block-search__button {
    padding: 12px 12px;
    background-color: #D1B06B !important;
    border-color: #D1B06B !important;
}

.wp-block-search__button:hover {
    background-color: transparent !important;
    color: #D1B06B !important;
}
