 .expand a {
  display:block;
  padding:7px 12px;
  margin-right: 10px;
  margin-top: 7px;
  /* background: #f1e1c8; */
  text-decoration: none;
  border-radius: unset;
  box-shadow: 0 0 5px #bebebe;
}
.expand a:link, .expand a:visited {
  /*border-width:1px;*/
  background-image:url('plus.png');
  background-repeat:no-repeat;
  background-position: 105% 50%;
}
.expand a:hover, .expand a:active, .expand a:focus {
  text-decoration:underlinel
}
.expand a.open:link, .expand a.open:visited {
/*  border-style:solid;*/
  background: /* #f2e9d9 */ url('minus.png') no-repeat 105% 50%;
}

 .trigger a {
  display:block;
  padding:3px 10px;
  margin-right: 10px;
  /* background: #f1e1c8; */
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 0 5px #bebebe;
}
.trigger a:link, .expand a:visited {
  border-width:1px;
  background-image:url('plus.png');
  background-repeat:no-repeat;
  background-position: 105% 50%;
}
.trigger a:hover, .expand a:active, .expand a:focus {
  text-decoration:underlinel
}
.trigger a.open:link, .expand a.open:visited {
/*  border-style:solid;*/
  background: /* #f2e9d9 */ url('minus.png') no-repeat 105% 50%;
}
.block-filter {margin-block-end: 7px;}
