.embla-reason {
  position: relative;
  --slide-spacing: 8px;
  --slide-size: calc((100% - (var(--slide-spacing) * (var(--slides-per-view) - 1))) / var(--slides-per-view));
  --slides-per-view: 2;
  @media (width < 1080px) {
    --slide-spacing: 16px;
  }
  @media (width < 769px) {
    --slide-spacing: 8px;
    --slides-per-view: 1.6;
  }
}
.embla-reason__viewport {
  overflow: hidden;
  display: flex;
}

.embla-reason__container {
  display: flex;
  width: 100%;
  touch-action: pan-y pinch-zoom;
  .embla-reason__slide {
    display: flex;
    flex-direction: column;
    flex: 0 0 var(--slide-size);
    margin-left: var(--slide-spacing);
    padding: 36px 16px 16px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background: #fff;
    position: relative;
    overflow: hidden;
    @media (width < 769px) {
      padding: 30px 12px 20px
    }
  }
  .embla-reason__shoulder {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.6px;
    background: var(--Dify-thema-blue, #2c44d7);
    padding: 7px 12px 6px 12px;
    text-align: center;
    @media (width < 769px) {
      font-size: 12px;
      padding: 6px 10px;
    }
  }
  .embla-reason__job {
    flex-grow: 1;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    display: flex;
    letter-spacing: 0;
    @media (width < 769px) {
      font-size: 12px;
    }
  }
  .embla-reason__remuneration {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
  }
}

.embla-reason__controls {
  display: grid;
  gap: 1.2rem;
  margin: 2rem auto 0;
  position: absolute;
  left: 0;
  right: 0;
  @media (width < 1080px) {
    position: static;
    margin-top: 10px;
  }
}
@media (width < 1080px) {
  .embla-reason__controls {
    /* margin-top: 20px; */
  }
}

.embla-reason__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
@media (width < 472px) {
  .embla-reason__dots {
    width: 100%;
  }
}

.embla-reason__dot {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-black-30);
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 6px;
  height: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.embla-reason__dot:after {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  content: '';
}
@media (width < 1080px) {
  .embla-reason__dot:after {
    width: 10px;
    height: 10px;
  }
}

.embla-reason__dot--selected {
  background-color: var(--Dify-thema-blue, #2C44D7);
}

.embla-reason__dot--selected:after {
  box-shadow: inset 0 0 0 0.2rem var(--text-body);
} /*# sourceMappingURL=embla-reason.css.map */
