/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/sc-card-custom/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.wp-block-create-block-sc-card-custom {
  box-sizing: border-box;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block-create-block-sc-card-custom {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.editor-styles-wrapper .wp-block-create-block-sc-card-custom {
  margin: revert;
}

.sc-card-custom__wrapper {
  overflow: hidden;
  padding-block: clamp(1.5rem, 2.5vw, 2.5rem);
}

.sc-card-custom__section-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 6%;
  margin-right: 6%;
}

@media (min-width: 1280px) {
  .sc-card-custom__section-container {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sc-card-custom__wrapper.sc-card-custom__wrapper--count-1 .sc-card-custom__section-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
}
.sc-card-custom__wrapper.sc-card-custom__wrapper--count-1 .sc-card-custom__section-container .sc-card-custom__content {
  margin: 0;
}
.sc-card-custom__wrapper.sc-card-custom__wrapper--count-1 .sc-card-custom__section-container .sc-card-custom__cards {
  grid-template-columns: 1fr;
  justify-content: stretch;
}
.sc-card-custom__wrapper.sc-card-custom__wrapper--count-1 .sc-card-custom__section-container .sc-card-custom__cards__item {
  max-width: none;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 0.875rem 1rem;
}
.sc-card-custom__wrapper.sc-card-custom__wrapper--count-1 .sc-card-custom__section-container .sc-card-custom__cards__item__icon {
  flex-shrink: 0;
}
.sc-card-custom__wrapper.sc-card-custom__wrapper--count-1 .sc-card-custom__section-container .sc-card-custom__cards__item__icon img {
  width: 110px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sc-card-custom__wrapper.sc-card-custom__wrapper--count-1 .sc-card-custom__section-container .sc-card-custom__cards__item__body {
  flex: 1;
}

.sc-card-custom__wrapper.sc-card-custom__wrapper--count-1.sc-card-custom__wrapper--horizontal .sc-card-custom__section-container .sc-card-custom__cards__item {
  flex-direction: row;
}

.sc-card-custom__title {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  color: inherit;
  font-weight: 400;
}

.sc-card-custom__description {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  color: inherit;
}

.sc-card-custom__content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 1.5vw, 1rem);
}
.sc-card-custom__content .rich-text {
  width: 100%;
}

.sc-card-custom__cards {
  display: grid;
  gap: 1rem;
  align-items: start;
}
.sc-card-custom__cards .sc-card-custom__cards__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.875rem;
  border: 1px solid #d9e2f2;
  border-radius: 8px;
  background: inherit;
  height: auto;
  min-width: 0;
  width: 100%;
}
.sc-card-custom__cards--text {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sc-card-custom__cards--text .sc-card-custom__cards__item {
  flex-direction: column;
}
.sc-card-custom__cards--text .sc-card-custom__cards__item__icon {
  display: flex;
  align-items: flex-start;
}
.sc-card-custom__cards--text .sc-card-custom__cards__item__icon img {
  width: 110px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sc-card-custom__cards--text-centered {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sc-card-custom__cards--text-centered .sc-card-custom__cards__item {
  flex-direction: column;
}
.sc-card-custom__cards--text-centered .sc-card-custom__cards__item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc-card-custom__cards--text-centered .sc-card-custom__cards__item__icon img {
  width: 110px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sc-card-custom__cards--horizontal {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sc-card-custom__cards--horizontal .sc-card-custom__cards__item {
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
.sc-card-custom__cards--horizontal .sc-card-custom__cards__item__icon {
  flex-shrink: 0;
}
.sc-card-custom__cards--horizontal .sc-card-custom__cards__item__icon img {
  width: 110px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sc-card-custom__cards--horizontal .sc-card-custom__cards__item__body {
  flex: 1;
}
.sc-card-custom__cards--chip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sc-card-custom__cards--chip .sc-card-custom__cards__item {
  padding: 1rem;
}

.sc-card-custom__cards-mobile-swiper {
  display: none;
  width: 100%;
  overflow: hidden;
}
.sc-card-custom__cards-mobile-swiper .swiper-wrapper {
  align-items: stretch;
}
.sc-card-custom__cards-mobile-swiper .swiper-slide {
  display: flex;
  height: auto;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
  margin-block-end: 0;
}
.sc-card-custom__cards-mobile-swiper .sc-card-custom__cards__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.875rem;
  border: 1px solid #d9e2f2;
  border-radius: 8px;
  background: inherit;
  width: 100%;
  height: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.sc-card-custom__wrapper--horizontal .sc-card-custom__cards-mobile-swiper .sc-card-custom__cards__item {
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
.sc-card-custom__wrapper--horizontal .sc-card-custom__cards-mobile-swiper .sc-card-custom__cards__item__icon {
  flex-shrink: 0;
}
.sc-card-custom__wrapper--horizontal .sc-card-custom__cards-mobile-swiper .sc-card-custom__cards__item__icon img {
  width: 110px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sc-card-custom__wrapper--horizontal .sc-card-custom__cards-mobile-swiper .sc-card-custom__cards__item__body {
  flex: 1;
}

.sc-card-custom__wrapper--text .sc-card-custom__cards-mobile-swiper .sc-card-custom__cards__item {
  flex-direction: column;
}
.sc-card-custom__wrapper--text .sc-card-custom__cards-mobile-swiper .sc-card-custom__cards__item__icon {
  display: flex;
  align-items: flex-start;
}
.sc-card-custom__wrapper--text .sc-card-custom__cards-mobile-swiper .sc-card-custom__cards__item__icon img {
  width: 110px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sc-card-custom__wrapper--text-centered .sc-card-custom__cards-mobile-swiper .sc-card-custom__cards__item {
  flex-direction: column;
}
.sc-card-custom__wrapper--text-centered .sc-card-custom__cards-mobile-swiper .sc-card-custom__cards__item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc-card-custom__wrapper--text-centered .sc-card-custom__cards-mobile-swiper .sc-card-custom__cards__item__icon img {
  width: 110px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sc-card-custom__wrapper--chip .sc-card-custom__cards-mobile-swiper .sc-card-custom__cards__item {
  padding: 1rem;
}

.sc-card-custom__cards.sc-card-custom__cards--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  justify-content: stretch;
}
.sc-card-custom__cards.sc-card-custom__cards--count-2 .sc-card-custom__cards__item {
  max-width: none;
  min-width: 0;
}

.sc-card-custom__cards__item__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.sc-card-custom__cards__item__title {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  color: inherit;
}

.sc-card-custom__cards__item__alternative-text {
  margin: 0 0 0.375rem 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #2C2A29;
  display: inline-block;
}

.sc-card-custom__cards__item__title + .sc-card-custom__cards__item__description {
  margin-top: 0.625rem;
}

.sc-card-custom__cards__item__description {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  color: inherit;
  white-space: pre-line;
}

.sc-card-custom__cards__item__button {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.875rem;
  padding: 0.45rem 1.1rem;
  border: 1px solid;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  cursor: pointer;
}

.sc-card-custom__cards__item__icon__btn {
  padding: 0;
  background: none;
  border: 2px dashed #b0c4de;
  border-radius: 6px;
  cursor: pointer;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-card-custom__cards__item__icon__img {
  display: block;
  width: 110px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sc-card-custom__cards__item__icon__placeholder {
  font-size: 0.75rem;
  color: #888;
  padding: 4px;
}

.sc-card-custom__cards__item__remove {
  margin-top: 0.5rem;
  align-self: flex-end;
  font-size: 0.75rem;
}

.sc-card-custom__cards__add {
  margin-top: 0.5rem;
  grid-column: 1/-1;
}

/* Responsive */
@media (max-width: 768px) {
  .sc-card-custom__wrapper {
    padding-block: 1.25rem;
  }
  .wp-block-create-block-sc-card-custom .section-container.sc-card-custom__section-container {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .sc-card-custom__section-container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sc-card-custom__wrapper.sc-card-custom__wrapper--count-1 .sc-card-custom__section-container {
    grid-template-columns: 1fr;
  }
  .sc-card-custom__wrapper.sc-card-custom__wrapper--count-1 .sc-card-custom__section-container .sc-card-custom__cards {
    justify-content: stretch;
    grid-template-columns: 1fr;
  }
  .sc-card-custom__cards--text,
  .sc-card-custom__cards--text-centered,
  .sc-card-custom__cards--horizontal,
  .sc-card-custom__cards--chip {
    grid-template-columns: 1fr;
  }
  .sc-card-custom__cards.sc-card-custom__cards--count-2,
  .sc-card-custom__cards.sc-card-custom__cards--count-3,
  .sc-card-custom__cards.sc-card-custom__cards--count-4,
  .sc-card-custom__cards.sc-card-custom__cards--count-5,
  .sc-card-custom__cards.sc-card-custom__cards--count-6,
  .sc-card-custom__cards.sc-card-custom__cards--count-7,
  .sc-card-custom__cards.sc-card-custom__cards--count-8,
  .sc-card-custom__cards.sc-card-custom__cards--count-9 {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
  .sc-card-custom__cards-container--has-mobile-swiper.is-swiper-ready .sc-card-custom__cards-mobile-swiper {
    display: block;
  }
  .sc-card-custom__cards-container--has-mobile-swiper.is-swiper-ready .sc-card-custom__cards {
    display: none;
  }
  .sc-card-custom__cards-container--has-mobile-swiper .sc-card-custom__cards-mobile-swiper .sc-card-custom__cards__item {
    margin: 0;
  }
  .sc-card-custom__cards-container--has-mobile-swiper .sc-card-custom__cards-mobile-swiper .swiper-slide {
    width: clamp(250px, 76vw, 320px);
  }
}
.sc-card-custom__cards__item__color-group,
.sc-card-custom__cards__item__align-group {
  margin-bottom: 0.75rem;
}
.sc-card-custom__cards__item__color-group:last-child,
.sc-card-custom__cards__item__align-group:last-child {
  margin-bottom: 0;
}

.sc-card-custom__cards__item__color-label {
  margin: 0 0 0.5rem 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #333;
  display: block;
}

.sc-card-custom__cards__item__color-group .components-color-palette {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sc-card-custom__cards__item__color-group .components-color-palette .components-color-palette__item-outer {
  margin-right: 0;
}

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