/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/non-interactive/taxonomies/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.tax-slider-container {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.tax-slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.slider-item {
  flex: 0 0 20%; /* در حالت دسکتاپ، 5 اسلاید فعال */
  box-sizing: border-box;
}

.arrows {
  background: #0073aa;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  z-index: 1;
}

.arrows:disabled {
  background: #ccc;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .slider-item {
    flex: 0 0 33.33%; /* 3 اسلاید فعال */
  }
}
@media (max-width: 480px) {
  .slider-item {
    flex: 0 0 50%; /* 2 اسلاید فعال */
  }
}
.-start-3 {
  inset-inline-start: -0.75rem;
}

.top-1\/2 {
  top: 50%;
}

.z-10 {
  z-index: 10;
}

.inline-flex {
  display: inline-flex;
}

.h-9 {
  height: 2.25rem;
}

.w-9 {
  width: 2.25rem;
}

.-translate-x-full, .-translate-y-1\/2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.justify-center {
  justify-content: center;
}

.border {
  border-width: 1px;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity, 1));
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1280px) {
  .xl\:-start-6 {
    inset-inline-start: -1.5rem;
  }
  .xl\:h-12 {
    height: 3rem;
  }
  .xl\:w-12 {
    width: 3rem;
  }
  .xl\:-end-6 {
    inset-inline-end: -1.5rem;
  }
}
.hover\:border-neutral-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(var(--c-neutral-300), var(--tw-border-opacity, 1));
}

.h-5 {
  height: 1.25rem;
}

.w-5 {
  width: 1.25rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.aspect-h-5 {
  --tw-aspect-h: 5;
}

.aspect-w-7 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 7;
}
.aspect-w-7 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.h-0 {
  height: 0;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.inset-0 {
  inset: 0;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0, 0, 0, var(--tw-bg-opacity, 1));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239, 68, 68, var(--tw-bg-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.mt-3 {
  margin-top: 0.75rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .sm\:h-9 {
    height: 2.25rem;
  }
  .sm\:ms-4 {
    margin-inline-start: 1rem;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-medium {
  font-weight: 500;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
}

.line-clamp-1, .line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.hiddenScrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.flex-shrink-0, .shrink-0 {
  flex-shrink: 0;
}

.snap-start {
  scroll-snap-align: start;
}

.wp-container-core-group-is-layout-272 > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.wp-container-core-group-is-layout-272 > * + * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.has-global-padding > .alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}

.wp-block-ncmfse-term-query-loop {
  position: relative;
}

.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.has-contrast-3-color {
  color: var(--wp--preset--color--contrast-3) !important;
}

.wp-block-ncmfse-term-template {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}

:root :where(.wp-block-post-content ul, .wp-block-post-content li, .wp-block-post-content ol) {
  margin-bottom: 0.5rem;
}

:root :where(.wp-block-post-content ul, .wp-block-post-content ol) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wp-block-ncmfse-term-template.wp-container-ncmfse-term-template-is-layout-1 {
  grid-template-columns: repeat(auto-fill, minmax(min(13rem, 100%), 1fr));
  container-type: inline-size;
  gap: var(--wp--preset--spacing--6);
  justify-content: center;
}

:root :where(.wp-block-post-content ul, .wp-block-post-content li, .wp-block-post-content ol) {
  margin-bottom: 0.5rem;
}

.wp-block-group.is-linked a.wp-block-group__link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-decoration: none !important;
}

.wp-container-core-group-is-layout-119 {
  flex-wrap: nowrap;
  gap: var(--wp--preset--spacing--3);
}

.wp-block-group.is-linked:not(.block-editor-block-list__block) > :nth-child(2) {
  margin-block-start: 0;
}

.wp-block-ncmfse-term-featured-img {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-ncmfse-term-featured-img {
  position: relative;
}

.wp-block-ncmfse-term-featured-img :where(img) {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  box-sizing: border-box;
}

.wp-block-ncmfse-term-name {
  word-break: break-word;
  box-sizing: border-box;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

:root :where(.wp-block-ncmfse-term-name) {
  text-decoration: none;
}

.ncmfse-term-item .wp-container-core-group-is-layout-118 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: 0 !important;
}

.ncmfse-term-item .wp-container-core-group-is-layout-118 > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.ncmfse-term-item .wp-container-core-group-is-layout-117 {
  flex-wrap: nowrap;
  gap: var(--wp--preset--spacing--1);
  justify-content: flex-start;
}

.ncmfse-term-item .wp-container-core-group-is-layout-118 > * + * {
  margin-block-start: var(--wp--preset--spacing--1-5);
  margin-block-end: 0;
}

.wp-block-outermost-icon-block {
  display: flex;
  line-height: 0;
}

.wp-block-outermost-icon-block .icon-container {
  box-sizing: border-box;
}

.wp-block-outermost-icon-block a, .wp-block-outermost-icon-block svg {
  height: 100%;
  transition: transform 0.1s ease-in-out;
  width: 100%;
}

.wp-block-outermost-icon-block svg {
  transform: rotate(var(--outermost--icon-block--transform-rotate, 0deg)) scaleX(var(--outermost--icon-block--transform-scale-x, 1)) scaleY(var(--outermost--icon-block--transform-scale-y, 1));
}

:where(.wp-block-ncmfse-term-count) {
  box-sizing: border-box;
  margin-top: var(--wp--style--block-gap);
  margin-bottom: var(--wp--style--block-gap);
}

.wp-block-ncmfse-term-count__count {
  margin-top: 0;
  margin-bottom: 0;
}

.ncmfse-term-item .wp-container-core-group-is-layout-119 {
  flex-wrap: nowrap;
  gap: var(--wp--preset--spacing--3);
}

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