/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/rlt-post-terms/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.rlt-post-terms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.rlt-post-terms a {
  color: inherit;
}
.rlt-post-terms > * {
  display: inline-block;
  margin: 0;
}
.rlt-post-terms.is-content-justification-left {
  justify-content: flex-start;
}
.rlt-post-terms.is-content-justification-left.is-vertical {
  align-items: flex-start;
}
.rlt-post-terms.is-content-justification-center {
  justify-content: center;
}
.rlt-post-terms.is-content-justification-center.is-vertical {
  align-items: center;
}
.rlt-post-terms.is-content-justification-right {
  justify-content: flex-end;
}
.rlt-post-terms.is-content-justification-right.is-vertical {
  align-items: flex-end;
}
.rlt-post-terms.is-content-justification-space-between {
  justify-content: space-between;
}

.rlt-term-item a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  border-radius: 0.625rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  white-space: nowrap;
  color: var(--wp--preset--color--secondary, rgba(0, 0, 0, 0.75));
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: var(--wp--custom--shadow-sm, var(--rlt--custom--shadow-sm));
  transition: box-shadow 0.25s cubic-bezier(0.42, 0, 0.58, 1), color 0.25s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.25s cubic-bezier(0.42, 0, 0.58, 1), border-color 0.25s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media (any-hover: hover) {
  .rlt-term-item a:hover {
    color: var(--wp--preset--color--secondary, rgba(0, 0, 0, 0.75));
    background-color: var(--wp--preset--color--white, #fff);
  }
}

.rlt-post-terms.rlt-term-post-tag .rlt-term-item a::before {
  content: "#";
  display: block;
  font-size: 0.9rem;
  line-height: inherit;
  color: inherit;
}

.rlt-post-terms.is-style-post-terms-default .rlt-term-item a {
  border-radius: 0.625rem;
  color: var(--wp--preset--color--secondary, rgba(0, 0, 0, 0.75));
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: var(--wp--custom--shadow-sm, var(--rlt--custom--shadow-sm));
}
@media (any-hover: hover) {
  .rlt-post-terms.is-style-post-terms-default .rlt-term-item a:hover {
    color: var(--wp--preset--color--secondary, rgba(0, 0, 0, 0.75));
    background-color: var(--wp--preset--color--white, #fff);
  }
}

.rlt-post-terms.is-style-post-terms-hover-danger .rlt-term-item a {
  border-radius: 50rem;
  color: var(--wp--preset--color--secondary, rgba(0, 0, 0, 0.75));
  background-color: var(--wp--preset--color--light-two, #f2ebe0);
  box-shadow: none;
}
@media (any-hover: hover) {
  .rlt-post-terms.is-style-post-terms-hover-danger .rlt-term-item a:hover {
    color: var(--wp--preset--color--white, #fff);
    background-color: var(--wp--preset--color--danger, #ff6b11);
  }
}

.rlt-post-terms.is-style-post-terms-hover-success .rlt-term-item a {
  border-radius: 50rem;
  color: var(--wp--preset--color--secondary, rgba(0, 0, 0, 0.75));
  background-color: var(--wp--preset--color--light-two, #f2ebe0);
  box-shadow: none;
}
@media (any-hover: hover) {
  .rlt-post-terms.is-style-post-terms-hover-success .rlt-term-item a:hover {
    color: var(--wp--preset--color--white, #fff);
    background-color: var(--wp--preset--color--success, #28bdb2);
  }
}

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