/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/feature-list/style.scss ***!
  \*********************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * tangos/feature-list — front-end and editor styles.
 *
 * @package Tangos
 */
.tg-feature-list {
  width: 100%;
  padding-block: var(--wp--preset--spacing--16);
}
.tg-feature-list__heading {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: var(--wp--preset--spacing--12);
  color: var(--wp--preset--color--soft-black);
  line-height: 1.2;
}
.tg-feature-list__grid {
  display: grid;
  gap: var(--wp--preset--spacing--6);
}
.tg-feature-list__grid--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.tg-feature-list__grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tg-feature-list__grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .tg-feature-list__grid--cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .tg-feature-list__grid--cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .tg-feature-list__grid--cols-2, .tg-feature-list__grid--cols-3, .tg-feature-list__grid--cols-4 {
    grid-template-columns: 1fr;
  }
}
.tg-feature-list__card {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1/1;
  padding: var(--wp--preset--spacing--8);
  border-radius: var(--wp--custom--border-radius--lg, 12px);
  border: 1px solid var(--wp--preset--color--warm-grey, #e9e7e0);
  background-color: var(--wp--preset--color--white, #fff);
  overflow: hidden;
}
.tg-feature-list__icon-wrap {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.tg-feature-list__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.tg-feature-list__icon-placeholder {
  width: 24px;
  height: 24px;
  border-radius: var(--wp--custom--border-radius--sm, 4px);
  background-color: var(--wp--preset--color--bright-blue);
  opacity: 0.15;
}
.tg-feature-list__content {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--2);
}
.tg-feature-list__title {
  font-size: var(--wp--preset--font-size--lg);
  color: var(--wp--preset--color--soft-black);
  line-height: 1.3;
  margin: 0;
}
.tg-feature-list__text {
  color: var(--wp--preset--color--text-grey);
  margin: 0;
}

.tg-feature-list.is-style-list .tg-feature-list__card {
  aspect-ratio: unset;
  border-radius: 0;
  border: none;
  border-top: 1px solid var(--wp--preset--color--warm-grey, #e9e7e0);
}
.tg-feature-list.is-style-list .tg-feature-list__icon-wrap {
  background-color: var(--wp--preset--color--soft-white);
  border-radius: 4px;
  margin-bottom: var(--wp--preset--spacing--8);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tg-feature-list.is-style-list .tg-feature-list__icon-wrap > * {
  width: 20px;
  height: 20px;
}
.tg-feature-list.is-style-list__content {
  margin-top: 0;
}

.tg-feature-list__card:nth-child(2) {
  --delay: 0.2s;
}

.tg-feature-list__card:nth-child(3) {
  --delay: 0.4s;
}

.tg-feature-list__card:nth-child(4) {
  --delay: 0.6s;
}

.tg-feature-list__card[data-animate] {
  transition-delay: var(--delay, 0s);
}

@media (prefers-reduced-motion: reduce) {
  .tg-feature-list__card {
    transition: none;
  }
  .tg-feature-list__card[data-animate] {
    transition-delay: 0s;
  }
}

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