/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/topic-articles/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.wp-block-query-filter.topic-articles::after {
  display: none;
}

.custom-select-wrapper.topic-articles {
  position: relative;
  min-width: 280px;
}
.custom-select-wrapper.topic-articles .custom-select-trigger {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  height: 48px;
  background: transparent;
  box-shadow: 0px 0px 2px 0px #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  padding: 0 16px !important;
  color: #000;
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 200;
  border-radius: 4px;
  align-items: center;
  z-index: 9;
  cursor: pointer;
}
.custom-select-wrapper.topic-articles .custom-select-trigger:hover {
  border-color: #555;
}
.custom-select-wrapper.topic-articles .custom-select-trigger::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 48%;
  transform: translateY(-50%) rotate(45deg);
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 5px;
  pointer-events: none;
  transition: transform 0.3s ease;
}
.custom-select-wrapper.topic-articles .custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-top: none;
  padding: 0px 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  height: auto !important;
  max-height: 425px;
  overflow: scroll;
  overflow-x: hidden;
  background: #fff;
  box-shadow: 0px 0px 2px 0px #c7c7c7;
  border-radius: 4px;
  margin-top: 3px;
}
.custom-select-wrapper.topic-articles .custom-select-options[data-open=true] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.custom-select-wrapper.topic-articles .custom-select-options li {
  margin: 0;
  background: #fff;
}
.custom-select-wrapper.topic-articles .custom-select-options li label {
  display: block;
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  transition: all 0.2s ease-out;
  background-color: #fff;
  z-index: 9;
  position: relative;
}
.custom-select-wrapper.topic-articles .custom-select-options li label input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #666;
  border-radius: 50%;
  background: transparent;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.custom-select-wrapper.topic-articles .custom-select-options li label input[type=radio]:hover {
  border-color: #f06625;
}
.custom-select-wrapper.topic-articles .custom-select-options li label input[type=radio]:checked {
  background: #f06625;
  border-color: #f06625;
}
.custom-select-wrapper.topic-articles .custom-select-options li label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
.custom-select-wrapper.topic-articles .custom-select-options li label:hover {
  background-color: #f1f3f7;
}
.custom-select-wrapper.topic-articles .custom-select-options li label:has(input:checked) {
  background-color: #f1f3f7;
}
.custom-select-wrapper.topic-articles.is-open .custom-select-trigger::after {
  margin-top: 5px;
  transform: translateY(-50%) rotate(-135deg);
}
.custom-select-wrapper.topic-articles.is-open .custom-select-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/*# sourceMappingURL=style-index.css.map*/