/*.tabset{max-width:65em;background:#fff}.tabset>input[type="radio"]{position:absolute;left:-200vw}.tabset .tab-panel{display:none}.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6){display:block}.tabset>label{position:relative;display:inline-block;padding:5px 5px 5px;border:1px solid transparent;border-bottom:0;cursor:pointer;font-weight:600}.tabset>label::after{content:"";position:absolute;left:15px;bottom:10px;width:22px;height:4px;background:#8d8d8d;display:none}input:focus-visible+label{outline:2px solid rgba(0,102,204,1);border-radius:3px}.tabset>label:hover,.tabset>input:focus+label,.tabset>input:checked+label{color:#06c}.tabset>label:hover::after,.tabset>input:focus+label::after,.tabset>input:checked+label::after{background:#06c}.tabset>input:checked+label{border-color:#ccc;border-bottom:1px solid #ccc;margin-bottom:-1px}.tab-panel{padding:20px 10px 0 10px;border-top:1px solid #ccc}*/

.tags_w div {
  height: 350px !important;
  overflow-y: auto;
  position: initial;
  display: none;
  padding: 20px 20px;
  border-top: 1px solid #ddd;
  border: 1px solid #ddd;
  border-radius: 0 5px 5px 5px;
}
.tags_w div ul {
  padding: 5px;
}
.tags_w div ul li {
  list-style: circle;
  margin-left: 15px !important;
}
.tags_w input {
  display: none;
}
.tags_w label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 5px 15px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  /*color: #000;*/
}
.tags_w label:before {
  /*font-family: fontawesome;*/
  font-weight: normal;
  margin-right: 10px;
}
/*
.tags_w2 label[for*='1']:before {
  content: '\f1cb';
}

.tags_w2 label[for*='2']:before {
  content: '\f17d';
}

.tags_w2 label[for*='3']:before {
  content: '\f16b';
}

.tags_w2 label[for*='4']:before {
  content: '\f1a9';
}

.tags_w2 label[for*='5']:before {
  content: '\f1a9';
}
*/
.tags_w label:hover {
  color: var(--g-color);
  cursor: pointer;
}

.tags_w input:checked + label {
  border: 1px solid #ddd;
  border-top: 7px solid var(--heading-color, inherit);
  border-bottom: 1px solid #fff !important;
  /*color: #555;*/
  border-radius: 5px 5px 0px 0px;
}

.tags_w #tab1:checked ~ #content1,
.tags_w #tab2:checked ~ #content2,
.tags_w #tab3:checked ~ #content3,
.tags_w #tab4:checked ~ #content4 {
  display: block;
  border-radius: 5px 5px 5px 5px;
}

.tags_w #tab1:checked ~ #content1 {
  border-radius: 0px 5px 5px 5px;
  }

@media screen and (max-width: 360px) {
  .tags_w label {
    font-size: 14;
  }

  .tags_w label:before {
    margin: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .tags_w label {
    padding: 10px;
  }
}

[data-theme="dark"] .tags_w input:checked + label {
  border-bottom: 1px solid #191c20 !important;
}

ul.is-border-bottom li {
  /*border-bottom: 1px solid #e1e8ed;*/
  border-bottom: 1px var(--bottom-border-style, solid) var(--bottom-border-color);
  padding-bottom: 5px;
}