/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-cards-button/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
/**
 * 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.
 */
.sc-cards-button {
  margin-block-start: 0px !important;
  background-color: #E6FBFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0px;
  gap: 32px;
  padding-bottom: 20px;
}
@media (min-width: 1300px) {
  .sc-cards-button {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .sc-cards-button {
    flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 766px) {
  .sc-cards-button {
    padding: 24px;
  }
}
.sc-cards-button__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sc-cards-button__header.left {
  text-align: left;
  align-items: flex-start;
}
.sc-cards-button__header.center {
  text-align: center;
  align-items: center;
}
.sc-cards-button__header__subtitle {
  font-size: var(--wp--preset--font-size--body-m);
  font-style: normal;
  font-weight: 400;
  line-height: var(--wp--custom--line-height--body-m);
}
.sc-cards-button__cards {
  margin-top: 30px;
  align-items: center;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  display: none;
}
@media (min-width: 1024px) {
  .sc-cards-button__cards {
    display: grid;
    margin-left: auto;
    margin-right: auto;
  }
}
.sc-cards-button__cards__add-card {
  width: 30px;
}
.sc-cards-button__cards__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 24px;
}
.sc-cards-button__cards__card__delete-container {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 30px;
  z-index: 10;
  width: 30px;
}
.sc-cards-button__cards__card__image_container {
  position: relative;
  min-height: 170px;
  display: flex;
  justify-content: flex-end;
}
.sc-cards-button__cards__card__image_container__background {
  border-radius: 8px 8px 0px 0px;
  height: 80%;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.sc-cards-button__cards__card__image_container__background__red {
  background: var(--wp--preset--color--red-50);
}
.sc-cards-button__cards__card__image_container__background__orange {
  background: var(--wp--preset--color--orange);
}
.sc-cards-button__cards__card__image_container__background__purple {
  background: var(--wp--preset--color--purple-60);
}
.sc-cards-button__cards__card__image_container__background__yellow {
  background: var(--wp--preset--color--yellow);
}
.sc-cards-button__cards__card__image_container__background__green {
  background: var(--wp--preset--color--secondary);
}
.sc-cards-button__cards__card__image_container__background__blue {
  background: var(--wp--preset--color--turquoise-60);
}
.sc-cards-button__cards__card__image_container__image {
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  -o-object-position: bottom;
     object-position: bottom;
  height: 170px;
}
.sc-cards-button__cards__card__content {
  display: flex;
  z-index: 3;
  flex-direction: column;
  gap: 12px;
  background: #FFFFFF;
  border-radius: 0px 0px 8px 8px;
  color: #2C2A29;
  height: 100%;
  padding: 24px;
}
.sc-cards-button__cards__card__content__title {
  font-size: var(--wp--preset--font-size--headline-s);
  font-style: normal;
  font-weight: 700;
  line-height: var(--wp--custom--line-height--headline-s);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sc-cards-button__cards__card__content__desc {
  font-size: var(--wp--preset--font-size--body-m);
  font-style: normal;
  font-weight: 400;
  line-height: var(--wp--custom--line-height--body-m);
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sc-cards-button__cards__card__content__button {
  font-weight: 700;
  width: 100%;
  background-color: var(--wp--preset--color--primary);
  color: white;
  text-align: center;
  border-radius: 32px;
  cursor: pointer;
  text-decoration: none !important;
  padding: 8px !important;
}
.sc-cards-button__cards__card__content__button.sc-cards-button__cards__card__content__button[style*=background-color] {
  background-color: var(--custom-bg-color) !important;
}
.sc-cards-button__cards__card__content__button.sc-cards-button__cards__card__content__button[style*=color] {
  color: var(--custom-text-color) !important;
}
.sc-cards-button__cards__card__content__button.sc-cards-button__cards__card__content__button:link, .sc-cards-button__cards__card__content__button.sc-cards-button__cards__card__content__button:visited, .sc-cards-button__cards__card__content__button.sc-cards-button__cards__card__content__button:hover, .sc-cards-button__cards__card__content__button.sc-cards-button__cards__card__content__button:active {
  text-decoration: none !important;
  color: var(--custom-text-color) !important;
}
.sc-cards-button__cards-mobile {
  overflow: clip;
  max-width: 100%;
  display: flex !important;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .sc-cards-button__cards-mobile {
    display: none !important;
  }
}
.sc-cards-button__cards-mobile > .swiper-wrapper > .swiper-slide {
  min-height: 100%;
  height: auto;
}
.sc-cards-button__cards-mobile__card {
  opacity: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-height: 100%;
  height: 100%;
  border-radius: 24px;
}
.sc-cards-button__cards-mobile__card__delete-container {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 30px;
  z-index: 10;
  width: 30px;
}
.sc-cards-button__cards-mobile__card__image_container {
  position: relative;
  min-height: 200px;
  display: flex;
  justify-content: flex-end;
}
.sc-cards-button__cards-mobile__card__image_container__background {
  border-radius: 8px 8px 0px 0px;
  height: 80%;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.sc-cards-button__cards-mobile__card__image_container__background__red {
  background: var(--wp--preset--color--red-50);
}
.sc-cards-button__cards-mobile__card__image_container__background__orange {
  background: var(--wp--preset--color--orange);
}
.sc-cards-button__cards-mobile__card__image_container__background__purple {
  background: var(--wp--preset--color--purple-60);
}
.sc-cards-button__cards-mobile__card__image_container__background__yellow {
  background: var(--wp--preset--color--yellow);
}
.sc-cards-button__cards-mobile__card__image_container__background__green {
  background: var(--wp--preset--color--secondary);
}
.sc-cards-button__cards-mobile__card__image_container__background__blue {
  background: var(--wp--preset--color--turquoise-60);
}
.sc-cards-button__cards-mobile__card__image_container__image {
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 200px;
}
.sc-cards-button__cards-mobile__card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 3;
  background-color: #FFFFFF;
  border-radius: 0px 0px 8px 8px;
  color: #2C2A29;
  height: 100%;
  padding: 24px;
  text-align: start;
}
.sc-cards-button__cards-mobile__card__content__title {
  color: #2C2A29;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--wp--custom--line-height--body-m);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sc-cards-button__cards-mobile__card__content__desc {
  color: #2C2A29;
  font-size: var(--wp--preset--font-size--body-m);
  font-style: normal;
  font-weight: 400;
  line-height: var(--wp--custom--line-height--body-m);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sc-cards-button__cards-mobile__card__content__button {
  width: 100%;
  background-color: var(--wp--preset--color--primary);
  color: white;
  text-align: center;
  border-radius: 32px;
  cursor: pointer;
  padding: 8px;
  text-decoration: none;
}
.sc-cards-button__cards-mobile__card__content__button.sc-cards-button__cards-mobile__card__content__button[style*=background-color] {
  background-color: var(--custom-bg-color) !important;
}
.sc-cards-button__cards-mobile__card__content__button.sc-cards-button__cards-mobile__card__content__button[style*=color] {
  color: var(--custom-text-color) !important;
}
.sc-cards-button__cards-mobile__card__content__button.sc-cards-button__cards-mobile__card__content__button:link, .sc-cards-button__cards-mobile__card__content__button.sc-cards-button__cards-mobile__card__content__button:visited, .sc-cards-button__cards-mobile__card__content__button.sc-cards-button__cards-mobile__card__content__button:hover, .sc-cards-button__cards-mobile__card__content__button.sc-cards-button__cards-mobile__card__content__button:active {
  text-decoration: none !important;
  color: var(--custom-text-color) !important;
}

.swiper-slide {
  align-items: center;
  background: transparent;
  display: flex;
  font-size: var(--wp--preset--font-size--body-m);
  justify-content: center;
  line-height: var(--wp--custom--line-height--body-m);
  text-align: center;
}

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