.theme-rice-krispies.stand-alone .section.full-width > .featured-recipe-listing-wrapper {
  max-width: calc(1200px + 2rem);
  padding-left: 1rem;
  padding-right: 1rem;
}

.featured-recipe-listing .featured-recipes-filter {
  display: none;
  visibility: hidden;
}

.featured-recipe-listing .recipe-card-wrapper {
  background: var(--white);
  border-radius: .5rem;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow .2s;
  box-shadow: 0 0 0 0 rgba(0 0 0 / 0%);
}

.featured-recipe-listing .recipe-card-wrapper:hover,
.featured-recipe-listing .recipe-card-wrapper:focus {
  box-shadow: 0 0 42px 0 rgba(0 0 0 / 60%);
}

.featured-recipe-listing .recipe-card-wrapper .recipe-card-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 1.5rem;
}

.featured-recipe-listing .recipe-card-wrapper img {
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.featured-recipe-listing .recipe-card-wrapper h3 {
  text-decoration: none;
  font-size: 1.5rem;
  margin: .9375rem 1.5rem;
  font-weight: 300;
  text-align: center;
  line-height: var(--heading-m-line-height);
}

.featured-recipe-listing .recipe-card-wrapper p {
  color: var(--black);
  padding: 0 1.5rem;
  margin-top: 0;
  line-height: normal;
  text-align: center;
}

.featured-recipe-listing .recipe-card-wrapper .recipe-cta-container {
  text-align: center;
  margin-top: auto;;
}

.featured-recipe-listing .recipe-card-wrapper .recipe-cta-container span {
  display: inline-flex;
}

.featured-recipe-listing .recipe-card-wrapper .info-container {
  text-align: center;
  margin-bottom: 1rem;
  color: var(--dark-medium-grey);
  font-weight: bold;
}

.featured-recipe-listing .default-content-wrapper {
  text-align: center;
  margin-top: 2rem;
}

/* Theme Specific */
.theme-froot-loops .featured-recipe-listing .recipe-card-wrapper h3 {
  font-family: var(--froot-loops-body-font);
}

.theme-apple-jacks .featured-recipe-listing .recipe-card-wrapper h3 {
  font-family: var(--apple-jacks-body-font);
}

.theme-corn-pops .featured-recipe-listing .recipe-card-wrapper h3 {
  font-family: var(--corn-pops-body-font);
}

.theme-crispix .featured-recipe-listing .recipe-card-wrapper h3 {
  font-family: var(--crispix-body-font);
}

.theme-smart-start .featured-recipe-listing .recipe-card-wrapper h3 {
  font-family: var(--smart-start-body-font);
}

.theme-krave .featured-recipe-listing .recipe-card-wrapper h3 {
  font-family: var(--krave-body-font);
}

.theme-bear-naked .featured-recipe-listing .recipe-card-wrapper h3 {
  font-family: var(--bear-naked-body-font);
}
