/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./ce-blocks/resource-category-list/style.scss ***!
  \**********************************************************************************************************************************************************************************************/
.block-editor-content .resources-topics-list {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  list-style: none;
  max-width: 1200px;
  margin-inline: auto;
  padding: 0;
  gap: 5px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.block-editor-content .resources-topics-list::-webkit-scrollbar {
  display: none;
}
.block-editor-content .resources-topics-list-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  list-style: none;
  margin: 0;
}
.block-editor-content .resources-topics-list-item-link {
  display: block;
  padding: 0.8rem 1.6rem;
  background: var(--wp--preset--color--neutral-8);
  color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--neutral-3);
  border-radius: 3.2rem;
  font-size: var(--wp--preset--font-size--default);
  white-space: nowrap;
  transition: all 0.25s ease-in-out;
}
.block-editor-content .resources-topics-list-item-link:hover, .block-editor-content .resources-topics-list-item-link:focus, .block-editor-content .resources-topics-list-item-link.active {
  text-decoration: none;
}
.block-editor-content .resources-topics-list-item-link:hover, .block-editor-content .resources-topics-list-item-link.active {
  background: var(--wp--preset--color--hero-blue);
  border-color: var(--wp--preset--color--hero-blue);
  color: var(--wp--preset--color--white);
}
@media (max-width: 1259px) {
  .block-editor-content .resources-topics-list-item-link {
    padding: 0.4rem 0.8rem;
  }
}
@media (max-width: 767px) {
  .block-editor-content .resources-topics-list-item-link {
    font-size: var(--wp--preset--font-size--small);
  }
}
.block-editor-content .resources-topics-list-item.current-cat .resources-topics-list-item-link {
  background: var(--wp--preset--color--hero-blue);
  border-color: var(--wp--preset--color--hero-blue);
  color: var(--wp--preset--color--white);
  cursor: default;
}
.block-editor-content .resources-topics-list.show-right-gradient {
  -webkit-mask-image: linear-gradient(to right, black 0%, black 30px, black calc(100% - 30px), transparent 100%);
  mask-image: linear-gradient(to right, black 0%, black 30px, black calc(100% - 30px), transparent 100%);
}
.block-editor-content .resources-topics-list.show-left-gradient {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30px, black calc(100% - 30px), black 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 30px, black calc(100% - 30px), black 100%);
}
.block-editor-content .resources-topics-list.show-left-gradient.show-right-gradient {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30px, black calc(100% - 30px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 30px, black calc(100% - 30px), transparent 100%);
}
