.aura-dialog__content--pantry .aura-dialog__title {
  color: var(--aura-color-stone-800);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}

.aura-featured-collections--pantry .aura-featured-collection {
  display: flex;
  gap: 20px;
}

.aura-featured-collections--pantry .aura-featured-collection + .aura-featured-collection {
  border-top: 1px solid var(--aura-color-stone-200);
  margin-top: 20px;
  padding-top: 20px;
}

.aura-featured-collection__image {
  flex-shrink: 0;

  img {
    width: 90px;
    aspect-ratio: 1 / 1;
  }
}

.aura-featured-collection__content {
  align-self: center;
}

.aura-featured-collections--pantry .aura-featured-collection__title {
  color: var(--aura-color-stone-800);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  gap: 4px;

  svg {
    width: 20px;
    height: 20px;

    path[stroke] {
      stroke: currentColor;
    }

    path[fill] {
      fill: currentColor;
    }
  }
}

.aura-featured-collection__description {
  margin-top: 8px;
  color: var(--aura-color-stone-700);
  font-size: 14px;
  line-height: 1.4;
}

/* CTA */
.aura-cta-group--pantry {
  margin-top: 32px;
  padding: 24px 20px;
  border-radius: 12px;
  border: 1px solid var(--aura-color-orange-100, #ffedd4);
  background: var(--aura-color-white-a100, #fff);
  box-shadow: 0 4px 0 0 #ffedd4;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.aura-cta-group--pantry .aura-cta-group__item {
  width: fit-content;
}

.aura-cta-group--pantry .aura-cta-group__item-title {
  display: flex;
  gap: 16px;
  align-items: center;

  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  color: var(--aura-color-stone-800, #292524);

  svg {
    width: 36px;
    height: 36px;

    path {
      fill: var(--aura-color-stone-800, #292524);
    }
  }
}
