@font-face {
  font-family: "kurious-looped";
  src: url("../fonts/kurious_looped-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/kurious_looped-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-family: "kurious-looped", sans-serif;
  color: #000000;
  margin: 0;
}
body .container {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 16px;
}
body img {
  width: 100%;
  display: block;
}
body p,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}
body .nw {
  white-space: nowrap;
}

* {
  font-family: "kurious-looped", sans-serif;
}

.product-filter {
  background-color: #f3f4f6;
}
.product-filter .container {
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}
.product-filter .product-filter__wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.product-filter .product-filter__wrapper .product-filter-header__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-filter .product-filter__wrapper .product-filter-header__wrapper h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  color: #111111;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-filter-header__wrapper h1 {
    font-size: 28px;
  }
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter {
    gap: 32px;
  }
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 24px;
  background-color: #40515e;
  border-radius: 8px;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-progress-bar {
  width: 100%;
  height: 4px;
  background-color: #d7d7d7;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-progress-bar .progress {
  height: 100%;
  background: linear-gradient(90deg, #00a94f 0%, #00c363 100%);
  border-radius: 10px;
  transition: width 0.5s ease-in-out;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 479.02px) {
  .product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper.first-filter-item .filter-item-answer-labels__wrapper {
    display: flex !important;
  }
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper.first-filter-item .filter-item-answer-num {
  display: none !important;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper.collapsed .filter-item-body__wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  display: none;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper.collapsed .filter-item-answer-arrow svg {
  transform: rotate(0deg);
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper:not(.collapsed) .filter-item-body__wrapper {
  max-height: 1000px;
  transition: max-height 0.3s ease-in-out;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper:not(.collapsed) .filter-item-answer-arrow svg {
  transform: rotate(180deg);
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-header__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-header__wrapper .filter-item-header {
  display: flex;
  justify-content: space-between;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-header__wrapper .filter-item-header .filter-item-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-header__wrapper .filter-item-header .filter-item-answer {
  display: flex;
  gap: 8px;
  align-items: center;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-header__wrapper .filter-item-header .filter-item-answer .filter-item-answer-labels__wrapper {
  display: flex;
  gap: 4px;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-header__wrapper .filter-item-header .filter-item-answer .filter-item-answer-labels__wrapper.hide-label {
  display: none;
}
@media (max-width: 479.02px) {
  .product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-header__wrapper .filter-item-header .filter-item-answer .filter-item-answer-labels__wrapper {
    display: none;
  }
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-header__wrapper .filter-item-header .filter-item-answer .filter-item-answer-labels__wrapper .filter-item-answer-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #b3babe;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-header__wrapper .filter-item-header .filter-item-answer .filter-item-answer-num {
  background-color: #00a94f;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-header__wrapper .filter-item-header .filter-item-answer .filter-item-answer-num.hide-num {
  display: none;
}
@media (max-width: 479.02px) {
  .product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-header__wrapper .filter-item-header .filter-item-answer .filter-item-answer-num.hide-num {
    display: inline-flex;
  }
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-header__wrapper .filter-item-header .filter-item-answer .filter-item-answer-arrow {
  display: flex;
  align-items: center;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-header__wrapper .filter-item-header .filter-item-answer .filter-item-answer-arrow svg {
  transition: transform 0.3s ease;
  width: 16px;
  height: 16px;
  color: #e0e0e0;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-header__wrapper .filter-item-header-remark {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  color: #b3babe;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-body__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-body__wrapper .filter-item-option-btn__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-body__wrapper .filter-item-option-btn__wrapper .filter-item-option-btn {
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 8px;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  box-shadow: none;
  border: 1px solid #999999;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-body__wrapper .filter-item-option-btn__wrapper .filter-item-option-btn:hover {
  background-color: #ffffff;
  background-image: linear-gradient(0deg, rgba(0, 169, 79, 0.12), rgba(0, 169, 79, 0.12));
  box-shadow: 0 2px 6px rgba(0, 169, 79, 0.15);
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-body__wrapper .filter-item-option-btn__wrapper .filter-item-option-btn:focus {
  outline: none;
  box-shadow: none;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-body__wrapper .filter-item-option-btn__wrapper .filter-item-option-btn.active {
  color: #00a94f;
  border: 1px solid #00a94f;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, rgba(0, 169, 79, 0.24), rgba(0, 169, 79, 0.24));
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-body__wrapper .filter-item-option-btn__wrapper .filter-item-option-btn.active:hover {
  box-shadow: 0 3px 8px rgba(0, 169, 79, 0.3);
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter-items__wrapper .filter-item__wrapper .filter-item-body__wrapper .filter-item-remark {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter__footer.show-advance-button {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
  align-items: center;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter__footer.show-advance-button .show-result-products {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 100%;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter__footer.show-advance-button .show-result-products .show-result-products-loading {
  display: inline-flex;
  pointer-events: none;
  border: 5px solid #ccc;
  border-radius: 50%;
  border-top: 5px solid #00a950;
  width: auto;
  height: 1.5lh;
  aspect-ratio: 1/1;
  animation: spin 2s ease infinite;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter__footer.hide-advance-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter__footer.hide-advance-button .show-result-products {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #00a94f;
  padding: 8px 0;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter__footer.hide-advance-button .show-result-products .show-result-products-loading {
  display: inline-flex;
  pointer-events: none;
  border: 4px solid #ccc;
  border-radius: 50%;
  border-top: 4px solid #00a950;
  width: auto;
  height: 1lh;
  aspect-ratio: 1/1;
  animation: spin 2s ease infinite;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter__footer .advance-search-btn {
  padding: 8px 16px;
  background-color: #00a94f;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.product-filter .product-filter__wrapper .vue-product-filter__wrapper .vue-product-filter .filters__wrapper .filter__footer .advance-search-btn.disable {
  background-color: #cccccc;
  color: #999999;
  cursor: not-allowed;
  pointer-events: none;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card-list__group__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card-list__group__wrapper .product-card-list__group__title {
  font-size: 26px;
  line-height: 39px;
  font-weight: 600;
  color: #111111;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card-list__group__wrapper .product-card-list__group__card__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card-list__group__wrapper .product-card-list__group__card__wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card {
    display: flex;
    gap: 10px;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper {
  overflow: hidden;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper.selected {
  border: none;
  overflow: hidden;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper.selected .product-card__content {
  position: relative;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper.selected .product-card__content .product-card__content__selected {
  position: absolute;
  right: -6px;
  top: -6px;
  border-radius: 8px;
  background-color: #00a94f;
  padding: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper.selected .product-card__content .product-card__content__selected {
    display: none;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper.selected .product-card__text__wrapper {
  background-color: #dff4f0;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper.selected .product-card__text__wrapper {
    background-color: unset;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper.selected .product-card__mobile__header__wrapper {
  background-color: unset;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper.selected:not(.product-card__mobile__highlight-label__wrapper) {
    border: 2px solid #00a94f;
  }
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper.selected:not(.product-card__mobile__highlight-label__wrapper) .product-card__mobile__header__wrapper {
    border: 0;
  }
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper.selected:has(.product-card__mobile__highlight-label__wrapper) {
    border: none;
  }
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper.selected:has(.product-card__mobile__highlight-label__wrapper) .product-card__mobile__header__wrapper {
    background-color: #e0f4ef;
    border: 2px solid #00a94f;
    border-bottom: none;
    border-top: none;
    border-radius: 0;
  }
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper {
    border: 1px solid var(--Text-and-Icon-grey, #666666);
    background: var(--Color, #ffffff);
    width: 100%;
    border-radius: 8px;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__mobile__highlight-label__wrapper {
  display: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__mobile__highlight-label__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 0;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__mobile__header__wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__mobile__header__wrapper {
    display: grid;
    grid-template-columns: minmax(48px, clamp(48px, 13vw, 200px)) 1fr;
    gap: 16px;
    padding: 16px;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__mobile__footer__wrapper {
  display: none;
  background-color: #00a94f;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__mobile__footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 0;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__img {
  height: 216px;
  width: 100%;
  overflow: hidden;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__img:hover img {
  transform: scale(1.1);
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__img {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__img img {
    height: 100%;
    object-fit: cover;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.25s ease;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper {
    background-color: transparent;
    padding: 0;
    gap: 16px;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__body__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__body__wrapper .product-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__body__wrapper .product-card__content {
    gap: 4px;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__body__wrapper .product-card__content h3 {
  min-height: 2lh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__body__wrapper .product-card__content h3 {
    -webkit-line-clamp: 1;
    min-height: 1lh;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__body__wrapper .product-card__content p {
  min-height: 2lh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666666;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__body__wrapper .product-card__content p {
    min-height: 3lh;
    -webkit-line-clamp: 3;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__body__wrapper .product-card__tags {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__body__wrapper .product-card__tags {
    display: none;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__body__wrapper .product-card__tags h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__body__wrapper .product-card__tags .product-card__tags__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 50px;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__body__wrapper .product-card__tags .product-card__tags__wrapper .product-card__tags__item {
  display: inline-flex;
  color: #33ba72;
  background-color: #ffffff;
  padding: 2px 12px;
  border-radius: 20px;
  border: 1px solid #cceedc;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;
  height: fit-content;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__footer__wrapper .check-box__wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__footer__wrapper .check-box__wrapper {
    display: none;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__footer__wrapper .check-box__wrapper input[type=checkbox] {
  display: none;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__footer__wrapper .check-box__wrapper input[type=checkbox]:checked + span {
  background-color: #00a94f;
  border-color: #00a94f;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__footer__wrapper .check-box__wrapper span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__footer__wrapper .check-box__wrapper span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__footer__wrapper .check-box__wrapper input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__footer__wrapper .check-box__wrapper label {
  font-size: 0.9rem;
  color: #333;
  cursor: pointer;
  user-select: none;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__footer__wrapper .check-box__wrapper:hover label {
  color: #00a94f;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__footer__wrapper .product-card__footer__link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #00a94f;
  text-decoration: underline;
  transition: all 0.25s ease;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__footer__wrapper .product-card__footer__link:hover {
  text-decoration: underline;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__highlight__label {
  position: absolute;
  top: -18px;
  left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__wrapper .product-card__text__wrapper .product-card__highlight__label {
    display: none;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__mobile__checkbox__wrapper {
  display: none;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__mobile__checkbox__wrapper.checked .check-box__wrapper span {
  background-color: #00a94f;
  border-color: #00a94f;
}
@media (max-width: 767.02px) {
  .product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__mobile__checkbox__wrapper {
    display: inline-flex;
    flex-shrink: 0;
  }
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__mobile__checkbox__wrapper .check-box__wrapper input {
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 4px;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__mobile__checkbox__wrapper .check-box__wrapper input[type=checkbox] {
  display: none;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__mobile__checkbox__wrapper .check-box__wrapper span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__mobile__checkbox__wrapper .check-box__wrapper span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}
.product-filter .product-filter__wrapper .product-card-list__wrapper .product-card .product-card__mobile__checkbox__wrapper .check-box__wrapper input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.vue-product-apply-sticky-wrapper {
  position: sticky;
  bottom: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  .vue-product-apply-sticky-wrapper .vue-product-apply-sticky {
    display: grid;
    grid-template-columns: 1fr 360px;
  }
  .vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__wrapper {
    box-shadow: -7px 7px 10px 0px rgba(0, 0, 0, 0.06);
    flex-direction: column;
    gap: 12px;
  }
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: #ffffff;
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__expand-btn {
  display: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding: 8px;
  color: #b3babe;
}
@media (max-width: 767.02px) {
  .vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__expand-btn {
    display: block;
  }
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__title {
  display: none;
  padding: 0 8px;
}
@media (max-width: 767.02px) {
  .vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__title {
    display: flex;
    justify-content: space-between;
  }
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__title h3,
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__title span {
  font-weight: 600;
  font-size: 16px;
  line-height: 39px;
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__wrapper {
  display: flex;
  gap: 16px;
  padding: 16px;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767.02px) {
  .vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__wrapper {
    flex-direction: column;
    padding: 0 8px 0;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  }
  .vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__wrapper.expanded {
    max-height: 500px;
  }
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__wrapper .vue-product-apply__selected__item {
  display: grid;
  grid-template-columns: minmax(48px, 48px) 1fr;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  width: 100%;
  max-width: 360px;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #d9dcdf;
  border-radius: 8px;
}
@media (max-width: 767.02px) {
  .vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__wrapper .vue-product-apply__selected__item {
    max-width: unset;
    padding: 16px;
    border: none;
    border-top: 1px solid #d9dcdf;
    border-radius: unset;
  }
  .vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__wrapper .vue-product-apply__selected__item:first-child {
    border-top: none;
  }
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__wrapper .vue-product-apply__selected__item .vue-product-apply__selected__img {
  overflow: hidden;
  width: 48px;
  height: 48px;
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__wrapper .vue-product-apply__selected__item .vue-product-apply__selected__img img {
  object-fit: cover;
  height: 100%;
  width: auto;
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__wrapper .vue-product-apply__selected__item .vue-product-apply__selected__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__wrapper .vue-product-apply__selected__item .vue-product-apply__selected__content h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1lh;
  white-space: break-spaces;
  overflow-wrap: break-word;
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__selected__wrapper .vue-product-apply__selected__item .vue-product-apply__selected__content .vue-product-apply__remove__btn {
  cursor: pointer;
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 20.5px 24px;
}
@media (max-width: 767.02px) {
  .vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__wrapper {
    gap: 8px;
    padding: 8px;
  }
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__wrapper h3 {
  font-size: 20px;
  line-height: 39px;
  font-weight: 600;
  color: #1f2937;
}
@media (max-width: 767.02px) {
  .vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__wrapper h3 {
    display: none;
  }
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__wrapper .vue-product-apply__link {
  padding: 9px 0;
  width: 100%;
  max-width: 240px;
  background-color: #00a94f;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767.02px) {
  .vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__wrapper .vue-product-apply__link {
    max-width: unset;
  }
}
.vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__wrapper .vue-product-apply__link__line {
  display: none;
}
@media (max-width: 767.02px) {
  .vue-product-apply-sticky-wrapper .vue-product-apply-sticky .vue-product-apply__wrapper .vue-product-apply__link__line {
    display: inline-flex;
  }
}

.test-preview-services .container {
  padding-top: 48px;
  padding-bottom: 48px;
}
.test-preview-services .preview-services__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.test-preview-services .preview-services__wrapper .preview-services__header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.test-preview-services .preview-services__wrapper .preview-services__header__wrapper .show-preview-btn {
  border: none;
  background-color: #427027;
  padding: 8px 16px;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.resault-preload {
  position: absolute;
  width: calc(100% + 1rem);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: var(--bg-light);
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.resault-preload .resault-preload-wrapper {
  position: absolute;
  top: 25vh;
  top: 25svh;
  top: 25lvh;
  top: 25dvh;
  left: 50%;
  transform: translate(-50%, -50%);
}
.resault-preload .resault-preload-wrapper .resault-preload-element {
  border: 8px solid #ccc;
  border-radius: 50%;
  border-top: 8px solid #00a950;
  width: 60px;
  height: 60px;
  animation: spin 2s ease infinite;
}
.resault-preload.fade-enter-active, .resault-preload.fade-leave-active {
  transition: opacity 0.2s ease-in-out;
}
.resault-preload.fade-enter-from, .resault-preload.fade-leave-to {
  opacity: 0;
}
.resault-preload.fade-enter-to, .resault-preload.fade-leave-from {
  opacity: 1;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
:root {
  --primary-color: #00a94f;
  --secondary-color: #7dac92;
  --accent-color: #db4437;
  --text-dark: #1f2937;
  --text-medium: #4b5563;
  --text-light: #6b7280;
  --border-light: #e5e7eb;
  --border-light2: #a8c0e0;
  --border-light3: #a8d5ba;
  --border-light4: #d7d7d7;
  --border-medium: #d1d5db;
  --border-dashed: #9ca3af;
  --bg-light: #f3f4f6;
  --bg-soft: #f9fafb;
  --bg-soft2: #e6f0fa;
  --bg-soft3: #f0eafc;
  --bg-soft4: #e0f4ea;
  --bg-dark: #1f2937;
  --bg-gray: #374151;
  --white: #fff;
  --yellow-light: #fefce8;
  --yellow-border: #fef08a;
}

body {
  font-family: "kurious-looped", sans-serif;
  background-color: var(--bg-light);
  min-height: 100vh;
  margin: 0;
  color: var(--text-dark);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

h3 {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

h5 {
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
}

hr.divider {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-color: var(--border-medium);
  border-top-width: 1px;
}

.d-none {
  display: none !important;
}

.error-message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--accent-color);
  margin: 0;
}

p.label,
span.label,
label.label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text-medium);
  display: block;
  margin-bottom: 0.25rem;
}

header {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}
header img.logo2 {
  display: block;
  max-width: 100%;
  height: auto;
}

.container-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.container-header div {
  max-width: 140px;
  padding: 8px 0px;
}

footer {
  background-color: #005a2a;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  color: white;
}

.sticky-tab-bar {
  position: sticky;
  top: 0;
  background-color: var(--white);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 100;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
  border-bottom: 1px solid var(--border-light);
  gap: 0.5rem;
  border-radius: 8px;
}

.tab-btn {
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "kurious-looped", sans-serif;
  color: var(--text-medium);
  background-color: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.tab-btn:hover {
  color: var(--text-dark);
}
.tab-btn.active {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}

.page-container {
  max-width: 90rem;
  margin: 2rem auto;
  background-color: var(--white);
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-light);
}
.page-container h1 {
  margin-bottom: 1rem;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
}

.import-section {
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  background-color: var(--bg-soft2);
  border: 1px solid var(--border-light2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.import-section h2 {
  text-align: left;
  font-size: 30px;
  line-height: 1.5;
}

.builder-section {
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.builder-section h2 {
  color: #4a4a4a;
  text-align: left;
  font-size: 30px;
  line-height: 1.5;
}

.product-wrapper {
  background-color: var(--bg-soft3);
  padding: 1.5rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.output-section {
  margin-bottom: 1.5rem;
  background-color: var(--bg-soft4);
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-light4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.output-section h2 {
  color: var(--text-dark);
  text-align: left;
  font-size: 30px;
  line-height: 1.5;
}

.output-wrapper {
  background-color: var(--white);
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.output-wrapper h3 {
  font-weight: 700;
}

.preview-wrapper .preview-section {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  border: none;
  border-radius: 0.5rem;
}
.preview-wrapper .preview-section.show {
  max-height: 5000px;
  transition: max-height 0.2s ease-in-out;
  border: 1px solid #ccc;
}

.versions-control-wrapper {
  background-color: var(--white);
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.versions-control-wrapper .versions-control-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.versions-control-wrapper .versions-control-text h3 {
  font-weight: 700;
}
.versions-control-wrapper .versions-control-text > ol {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: decimal;
  padding-left: 1.5rem;
}
.versions-control-wrapper .versions-control-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.versions-control-wrapper .versions-control-list .json-version-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  border: 1px solid var(--border-dashed);
  border-radius: 8px;
  background-color: var(--bg-soft4);
}
.versions-control-wrapper .versions-control-list .json-version-item .version-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.versions-control-wrapper .versions-control-list .json-version-item .version-actions {
  display: flex;
  gap: 1rem;
}
.versions-control-wrapper .versions-control-list .json-version-item .version-actions .json-download-btn,
.versions-control-wrapper .versions-control-list .json-version-item .version-actions .json-delete-btn {
  display: flex;
  gap: 0.4rem;
}

.button-group-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.builder-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.question-answer-wrapper {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background-color: var(--bg-soft2);
  border-radius: 8px;
  gap: 1rem;
}

.builder-column {
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-light2);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.edit-log-section {
  margin-top: 2rem;
}
.edit-log-section .log-container {
  background-color: var(--bg-soft);
  border: 1px solid var(--border-light);
  border-radius: 0.5rem;
  padding: 1rem;
  height: 200px;
  overflow-y: auto;
  margin-bottom: 1rem;
  font-family: "kurious-looped", sans-serif;
}
.edit-log-section .log-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--text-medium);
}
.edit-log-section .log-container ul li {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dotted var(--border-medium);
  display: flex;
  flex-wrap: nowrap;
}
.edit-log-section .log-container ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.edit-log-section .log-container ul li .log-time {
  font-weight: 600;
  color: var(--text-dark);
  margin-right: 0.75rem;
  white-space: nowrap;
}
.edit-log-section .log-container ul li .log-message {
  word-break: break-word;
}

.json-output-container {
  background-color: var(--bg-dark);
  color: var(--white);
  padding: 1rem;
  border-radius: 0.5rem;
  font-family: "kurious-looped", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  overflow: auto;
  max-height: 400px;
}
.json-output-container pre {
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.json-output-container pre code {
  overflow-wrap: anywhere;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.form-fields .divider {
  margin: 0;
}

.btn.btn-primary {
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn.btn-primary:hover:not([disabled]) {
  background-color: rgb(0, 118, 55.1597633136);
  border-color: rgb(0, 118, 55.1597633136);
}
.btn.btn-primary[disabled] {
  background-color: #a0d6b8;
  border-color: #a0d6b8;
  color: #f1f1f1;
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}
.btn.btn-danger {
  cursor: pointer;
  background-color: #f28b8b;
  border: 1px solid #f28b8b;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.btn.btn-danger:hover:not([disabled]) {
  background-color: #e87373;
  border-color: #e87373;
}
.btn.btn-danger[disabled] {
  background-color: #f5bcbc;
  border-color: #f5bcbc;
  color: #f1f1f1;
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

.input-wrapper,
.select-wrapper,
.checkbox-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.input-wrapper span.text-red,
.select-wrapper span.text-red,
.checkbox-wrapper span.text-red {
  color: red;
}
.input-wrapper span.text-orange,
.select-wrapper span.text-orange,
.checkbox-wrapper span.text-orange {
  color: rgb(245, 153, 67);
}
.input-wrapper span.text-dark-gray,
.select-wrapper span.text-dark-gray,
.checkbox-wrapper span.text-dark-gray {
  color: #9ca3af;
}
.input-wrapper .checkbox-input,
.select-wrapper .checkbox-input,
.checkbox-wrapper .checkbox-input {
  height: 1rem;
  width: 1rem;
  border-radius: 8px;
}
.input-wrapper ol li.text-red,
.select-wrapper ol li.text-red,
.checkbox-wrapper ol li.text-red {
  color: red;
}
.input-wrapper ol li.text-orange,
.select-wrapper ol li.text-orange,
.checkbox-wrapper ol li.text-orange {
  color: rgb(245, 153, 67);
}
.input-wrapper ol li.text-dark-gray,
.select-wrapper ol li.text-dark-gray,
.checkbox-wrapper ol li.text-dark-gray {
  color: #9ca3af;
}

.select-container {
  min-height: 100px;
  overflow-y: auto;
  padding: 0.5rem;
  appearance: none;
  background-image: none;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  display: block;
  font-family: "kurious-looped", sans-serif;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--border-medium);
  border-radius: 0.375rem;
  color: var(--text-dark);
  width: 100%;
  box-sizing: border-box;
  font-size: 0.875rem;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.input-field {
  display: block;
  font-family: "kurious-looped", sans-serif;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--border-medium);
  border-radius: 0.375rem;
  color: var(--text-dark);
  width: 100%;
  box-sizing: border-box;
  font-size: 0.875rem;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.input-field:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 1px var(--primary-color);
}
.input-field.flex-grow {
  flex-grow: 1;
  width: auto;
}

.select-field {
  max-width: 100%;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "kurious-looped", sans-serif;
  background-color: #fff;
  border: 1px solid var(--border-medium);
  border-radius: 0.375rem;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: var(--text-dark);
  cursor: pointer;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.25em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-field:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 1px var(--primary-color);
}
.select-field:hover {
  border-color: color-mix(in srgb, var(--primary-color) 30%, var(--border-medium));
}
.select-field.multi-select {
  display: none;
}
.select-field option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-field option[disabled], .select-field option[selected] {
  color: #9ca3af;
}

textarea.input-field {
  resize: vertical;
  min-height: 4rem;
}

select.input-field {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}
select.input-field.multi-select {
  min-height: 100px;
  overflow-y: auto;
  padding: 0.5rem;
  appearance: none;
  background-image: none;
  display: none;
}
select.input-field.multi-select option {
  padding: 0.3rem 0.5rem;
}
select.input-field.multi-select option:checked {
  background-color: color-mix(in srgb, var(--primary-color) 20%, var(--white));
  color: var(--text-dark);
}

.input-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.input-group.triple {
  gap: 0.5rem;
}

.checkbox-label.simple {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: var(--text-medium);
  font-size: 0.875rem;
}

.checkbox-input {
  height: 1rem;
  width: 1rem;
  accent-color: var(--primary-color);
  border-radius: 0.25rem;
  margin-right: 0.25rem;
  flex-shrink: 0;
}

.radio-group {
  display: flex;
  gap: 1rem;
  margin-top: 0.25rem;
  flex-wrap: wrap;
}

.radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--text-medium);
  font-size: 0.875rem;
}

.radio-input {
  margin-right: 0.25rem;
  accent-color: var(--primary-color);
}

.hidden-input {
  display: none;
}

.list {
  list-style: disc;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text-light);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.list li {
  margin-bottom: 0.25rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  word-break: break-word;
  text-wrap: auto;
}
.list.tag-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.list.tag-list li {
  margin-bottom: 0;
}
.list.filter-list {
  padding-left: 0;
  list-style: none;
}
.list.filter-list li {
  font-size: 0.8rem;
  margin-bottom: 0.1rem;
  justify-content: flex-start;
}
.list.filter-list b {
  color: var(--text-medium);
  margin-right: 0.25rem;
}

.current-answers-list-wrapper h4 {
  font-weight: 700;
}
.current-answers-list-wrapper .list#current-answers-list {
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--border-medium);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.current-answers-list-wrapper .current-answer {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem;
  border: 1px solid var(--border-light2);
  border-radius: 8px;
  margin: 0;
}
.current-answers-list-wrapper .current-answer .current-answer-wrapper {
  display: grid;
  grid-template-columns: minmax(100px, 300px) minmax(200px, 400px) minmax(200px, 1000px);
}
.current-answers-list-wrapper .current-answer .current-answer-wrapper .current-answer-title,
.current-answers-list-wrapper .current-answer .current-answer-wrapper .current-answer-refer-question,
.current-answers-list-wrapper .current-answer .current-answer-wrapper .current-answer-products-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-dark);
}
.current-answers-list-wrapper .current-answer .current-answer-wrapper .current-answer-title strong,
.current-answers-list-wrapper .current-answer .current-answer-wrapper .current-answer-refer-question strong,
.current-answers-list-wrapper .current-answer .current-answer-wrapper .current-answer-products-wrapper strong {
  font-weight: 700;
  font-size: 1.15rem;
}
.current-answers-list-wrapper .current-answer .current-answer-wrapper .current-answer-products-list {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-left: 1.5rem;
}
.current-answers-list-wrapper .current-answer .current-answer-wrapper .current-answer-products-list li {
  display: list-item;
  margin: 0;
  list-style: disc;
}
.current-answers-list-wrapper .current-answer .answer-actions {
  flex-shrink: 0;
  display: flex;
}

.add-item-box {
  margin-top: 0;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px dashed var(--border-dashed);
}
.add-item-box h4 {
  margin-bottom: 1rem;
  font-weight: 700;
}

.item-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  flex-grow: 1;
  overflow-y: auto;
  max-height: 80vh;
}
.item-container#questions-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.item-container#questions-container .item-card {
  background-color: #fff;
  border: 1px solid var(--border-medium);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.item-container#questions-container .item-card .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin: 0;
}
.item-container#questions-container .item-card .item-header h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.item-container#questions-container .item-card .item-header .item-actions .btn-actions-toggle {
  padding: 0.15rem;
  border: 1px solid var(--bg-soft3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-container#questions-container .item-card .badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background-color: #007bff;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  align-self: flex-start;
  margin: 0;
}
.item-container#questions-container .item-card .badge.badge-type-individual {
  background-color: var(--primary-color);
}
.item-container#questions-container .item-card .badge.badge-type-juristic {
  background-color: var(--text-light);
}
.item-container#questions-container .item-card .answers-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.item-container#questions-container .item-card .answers-wrapper h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.25rem;
}
.item-container#questions-container .item-card .answers-wrapper .answers-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.item-container#questions-container .item-card .answers-wrapper .answers-list .answer-wrapper {
  padding: 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--border-light);
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.item-container#questions-container .item-card .answers-wrapper .answers-list .answer-wrapper .answer-label {
  font-weight: 600;
  color: var(--text-dark);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.item-container#questions-container .item-card .answers-wrapper .answers-list .answer-wrapper .answer-refer {
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--text-medium);
  line-height: 1.3;
}
.item-container#questions-container .item-card .answers-wrapper .answers-list .answer-wrapper .answer-products-wrapper h4 {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.25rem;
}
.item-container#questions-container .item-card .answers-wrapper .answers-list .answer-wrapper .answer-products-wrapper .answer-products {
  list-style: disc;
  padding-left: 1rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.85rem;
  color: var(--text-dark);
}

.item-card {
  padding: 1rem;
  border: 1px solid var(--border-medium);
  border-radius: 0.375rem;
  background-color: var(--white);
}

.item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
}
.item-header h4 {
  font-weight: 700;
  margin-bottom: 0;
  flex-grow: 1;
  word-break: break-word;
}

.item-actions {
  position: relative;
  flex-shrink: 0;
}

.btn-actions-toggle {
  background: none;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--text-light);
  cursor: pointer;
  border-radius: 4px;
}
.btn-actions-toggle:hover {
  background-color: var(--bg-light);
  color: var(--text-dark);
}

.actions-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--white);
  border: 1px solid var(--border-medium);
  border-radius: 0.375rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 10;
  min-width: 120px;
  padding: 0;
  overflow: hidden;
}
.actions-menu.active {
  display: block;
}

.menu-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  background: none;
  border: none;
  padding: 0.5rem 0.75rem;
  text-align: left;
  font-size: 12px;
  color: var(--text-dark);
  cursor: pointer;
}
.menu-btn:hover {
  background-color: var(--bg-soft);
}
.menu-btn span {
  font-size: 1.15rem;
  width: 1em;
  display: inline-block;
  text-align: center;
  color: var(--text-light);
}
.menu-btn.btn-delete-product {
  color: var(--accent-color);
}
.menu-btn.btn-delete-product span {
  color: var(--accent-color);
}
.menu-btn.btn-delete-product:hover {
  background-color: color-mix(in srgb, var(--accent-color) 10%, white);
}

.options-sub-section,
.conditions-box,
.card-details-box,
.flow-rule-section,
.product-filter-section,
.combination-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}

.options-sub-section {
  margin: 0;
}
.options-sub-section h5 {
  font-weight: 700;
}

.card-details-box {
  padding: 1rem;
  background-color: var(--white);
  border-radius: 0.375rem;
  border: 1px solid var(--border-medium);
}

.product-card .product-card.is-hidden {
  position: relative;
}
.product-card .product-card.is-hidden::before {
  content: "HIDDEN";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: var(--text-medium);
  z-index: 2;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.product-card .product-image {
  width: 100%;
  height: 8rem;
  object-fit: contain;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
  background-color: var(--bg-light);
  border: 1px solid var(--border-light);
}
.product-card .product-desc {
  font-size: 0.875rem;
  color: var(--text-medium);
  margin-bottom: 0.5rem;
}
.product-card .product-link {
  font-size: 0.875rem;
  color: var(--accent-color);
  text-decoration: none;
  margin-top: 0.5rem;
  display: inline-block;
}
.product-card .product-link:hover {
  text-decoration: underline;
}
.product-card .filter-title {
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  color: var(--text-dark);
}

.badge {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  display: inline-block;
  border: 1px solid transparent;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.badge-multiple {
  background-color: color-mix(in srgb, var(--var(--primary-color)) 15%, var(--white));
  color: var(--primary-color);
  border-color: color-mix(in srgb, var(--primary-color) 40%, var(--white));
}
.badge-single {
  background-color: var(--bg-light);
  color: var(--text-dark);
  border-color: var(--border-light);
  opacity: 0;
  cursor: none;
  pointer-events: none;
}

.tag {
  background-color: var(--bg-light);
  color: var(--text-medium);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  border: 1px solid var(--border-light);
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
}

.btn {
  padding: 0.6rem 1.5rem;
  border-radius: 0.375rem;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn-primary {
  background-color: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
}
.btn-primary:hover {
  background-color: color-mix(in srgb, var(--primary-color) 80%, black);
  border-color: color-mix(in srgb, var(--primary-color) 80%, black);
}
.btn-secondary {
  background-color: var(--secondary-color);
  color: var(--white);
  border-color: var(--secondary-color);
}
.btn-secondary:hover {
  background-color: color-mix(in srgb, var(--secondary-color) 80%, black);
  border-color: color-mix(in srgb, var(--secondary-color) 80%, black);
}
.btn-accent {
  background-color: var(--accent-color);
  color: var(--white);
  border-color: var(--accent-color);
}
.btn-accent:hover {
  background-color: color-mix(in srgb, var(--accent-color) 80%, black);
  border-color: color-mix(in srgb, var(--accent-color) 80%, black);
}
.btn-neutral {
  background-color: var(--bg-dark);
  color: var(--bg-soft);
  border-color: var(--border-medium);
  font-weight: 500;
}
.btn-neutral:hover {
  background-color: var(--bg-gray);
  border-color: var(--border-medium);
}
.btn-neutral:disabled, .btn-neutral.disabled {
  background-color: var(--bg-medium);
  color: var(--bg-soft-dark);
  border-color: var(--border-light);
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.btn.btn-small {
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  align-self: flex-start;
}
.btn.self-start {
  align-self: flex-start;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.button-group.centered {
  justify-content: center;
  margin-top: 1rem;
}

.btn-delete-option,
.btn-delete-flow-qid,
.btn-delete-flow-rule,
.btn-delete-combination,
.btn-delete-prod-filter,
.btn-delete-answer {
  background: none;
  border: none;
  color: var(--accent-color);
  font-weight: bold;
  cursor: pointer;
  padding: 0 0.1rem;
  margin-left: 0.5rem;
  font-size: 1.2em;
  line-height: 1;
  vertical-align: middle;
  flex-shrink: 0;
}
.btn-delete-option:hover,
.btn-delete-flow-qid:hover,
.btn-delete-flow-rule:hover,
.btn-delete-combination:hover,
.btn-delete-prod-filter:hover,
.btn-delete-answer:hover {
  color: color-mix(in srgb, var(--accent-color) 70%, black);
}

.item-header .btn-delete-flow-rule,
.item-header .btn-delete-combination {
  font-size: 1.4em;
}

.file-input-container {
  background-color: var(--bg-gray);
  color: var(--text-light);
  padding: 1rem;
  border-radius: 0.5rem;
  font-family: "kurious-looped", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  overflow: auto;
  max-height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.file-input-container h2 {
  font-size: 24px;
  color: var(--white);
}

.json-input-container {
  background-color: var(--bg-light);
  color: var(--bg-dark);
  padding: 1rem;
  border-radius: 0.5rem;
  font-family: "kurious-looped", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  overflow: auto;
  max-height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.json-input-container h2 {
  font-size: 24px;
}
.json-input-container .json-textarea {
  width: 100%;
  padding: 0.5rem;
}

.or-text {
  font-size: 24px;
  text-align: center;
}

.option-btn {
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #fff;
  padding: 6px 14px;
  margin: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.option-btn.active {
  background: #006847;
  color: white;
  border-color: #006847;
}

.custom-select-container {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  gap: 8px;
  padding: 8px 0;
}
.custom-select-container#combination-answer-buttons {
  flex-direction: column;
}

.item-card-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  background-color: #ffffff;
}
.item-card-wrapper .item-header {
  margin: 0;
  background-color: #cef3df;
  padding: 0.15rem 0.5rem;
  align-items: center;
  justify-content: center;
}
.item-card-wrapper .item-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  padding: 24px;
  border: 1px dashed #ccc;
}
.item-card-wrapper .item-content .item-content-img {
  height: 216px;
  width: 100%;
  overflow: hidden;
}
.item-card-wrapper .item-content .item-content-img:hover img {
  transform: scale(1.1);
}
.item-card-wrapper .item-content .item-content-img img {
  height: 100%;
  width: auto;
  object-fit: cover;
  transition: all 0.25s ease;
}
.item-card-wrapper .item-content .item-content-text {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #ffffff;
}
.item-card-wrapper .item-content .item-content-text .item-content__body__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.item-card-wrapper .item-content .item-content-text .item-content__body__wrapper .item-content__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.item-card-wrapper .item-content .item-content-text .item-content__body__wrapper .item-content__content h3 {
  height: 2lh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #111111;
}
.item-card-wrapper .item-content .item-content-text .item-content__body__wrapper .item-content__content p {
  height: 3lh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333333;
}
.item-card-wrapper .item-content .item-content-text .item-content__body__wrapper .item-content__tags {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.item-card-wrapper .item-content .item-content-text .item-content__body__wrapper .item-content__tags h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
}
.item-card-wrapper .item-content .item-content-text .item-content__body__wrapper .item-content__tags .item-content__tags__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 32px;
}
.item-card-wrapper .item-content .item-content-text .item-content__body__wrapper .item-content__tags .item-content__tags__wrapper .item-content__tags__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #33ba72;
  background-color: #ffffff;
  padding: 2px 12px;
  border-radius: 20px;
  border: 1px solid #cceedc;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;
}
.item-card-wrapper .item-content .item-content-text .item-content__footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-card-wrapper .item-content .item-content-text .item-content__footer__wrapper .check-box__wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}
.item-card-wrapper .item-content .item-content-text .item-content__footer__wrapper .check-box__wrapper input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #00a94f;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.item-card-wrapper .item-content .item-content-text .item-content__footer__wrapper .check-box__wrapper label {
  font-size: 0.9rem;
  color: #333;
  cursor: pointer;
  user-select: none;
}
.item-card-wrapper .item-content .item-content-text .item-content__footer__wrapper .check-box__wrapper:hover label {
  color: #00a94f;
}
.item-card-wrapper .item-content .item-content-text .item-content__footer__wrapper .item-content__footer__link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #00a94f;
  text-decoration: underline;
  transition: all 0.25s ease;
}
.item-card-wrapper .item-content .item-content-text .item-content__footer__wrapper .item-content__footer__link:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .page-container {
    padding: 24px;
    margin: 24px auto;
  }
  .page-container h1 {
    font-size: 32px;
  }
  .import-section h2,
  .builder-section h2,
  .output-section h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .tab-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  .item-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .item-container#questions-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .current-answers-list-wrapper .current-answer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .current-answers-list-wrapper .current-answer-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
  }
  .import-section,
  .builder-column,
  .output-section,
  .product-wrapper,
  .question-answer-wrapper {
    padding: 1rem;
  }
  .item-card-wrapper .item-content {
    padding: 1rem;
  }
  .item-card-wrapper .item-content .item-content-text {
    padding: 1rem;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.9rem;
    line-height: 1.4;
    overflow-x: hidden;
  }
  .page-container {
    padding: 0;
    margin: 1rem auto;
  }
  h1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .page-container h1 {
    font-size: 1.25rem;
  }
  .or-text {
    font-size: 1rem;
  }
  h2 {
    font-size: 1.15rem;
    line-height: 1.5rem;
  }
  .import-section {
    gap: 4px;
  }
  .import-section h2,
  .builder-section h2,
  .output-section h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .builder-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .item-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .item-container#questions-container {
    grid-template-columns: 1fr;
  }
  .sticky-tab-bar {
    top: 12px;
  }
  .tab-btn {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
  .button-group {
    flex-direction: column;
    align-items: stretch;
  }
  .button-group .btn {
    width: 100%;
  }
  .input-group {
    flex-direction: column;
    align-items: stretch;
  }
  .input-group .input-field {
    width: 100%;
  }
  .versions-control-wrapper .versions-control-list .json-version-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .versions-control-wrapper .versions-control-list .json-version-item .version-actions {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .edit-log-section .log-container ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .edit-log-section .log-container ul li .log-time {
    margin-right: 0;
  }
  .import-section,
  .builder-column,
  .output-section,
  .product-wrapper,
  .question-answer-wrapper {
    padding: 0.75rem;
    width: 100%;
  }
  .item-card {
    padding: 0.75rem;
  }
  .item-card-wrapper .item-content {
    padding: 0.75rem;
  }
  .item-card-wrapper .item-content .item-content-text {
    padding: 0.75rem;
    gap: 0.75rem;
  }
  .current-answers-list-wrapper .current-answer {
    flex-direction: column;
    gap: 1rem;
  }
  .current-answers-list-wrapper .current-answer .current-answer-wrapper {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/*# sourceMappingURL=main.css.map */
