.wp-category-list li a, .wp-category-list li a:link, .wp-category-list li a:visited, .wp-category-list li a:active {
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    font-style: normal;
    font-weight: normal;
    color: black;
}

.wp-category-list > ul > li:not([data-hover="ignore"]):hover a {
  /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
  font-style: normal;
  font-weight:normal;
  color:#ffdebd;
  color:#6e3a07;
  text-decoration: underline;
}

.wp-category-list > ul > li:hover {
  cursor: pointer;
}

.wp-category-list {
  /*background-color: #f19f4d;*/
}

.wp-category-list-accordion-inside {
  background-color: #f19f4d;
}

.wp-category-list ul {
  padding-top: 15px;
  background-color: inherit;
  padding-bottom: 70px;
}

.wp-category-list-accordion-inside ul {
  padding:10px 5px;
  margin-left: 0;
}

.wp-category-list li:not([data-hover="ignore"]) {
  padding: 5px 10px;
  margin-bottom: 2px;
  pointer-events: auto;
  border-bottom: 1px solid black;
}

.wp-category-list-accordion {
    /*background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;*/
  }

.show-years:after {
	content: var(--symbol);
	content: '+';
	float: right;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	position: absolute;
	right: -15px;
	top: 4px;
}
  
.active, .wp-category-list-accordion:hover {
  /*background-color: #ccc; */
}

.wp-category-list-accordion-inside {
  padding: 0 18px;
  display: none;
  background-color: #fff8f0;
  overflow: hidden;
  pointer-events: none!important;
}