@media (prefers-color-scheme: light) {
  .shadowImage img {
    box-shadow: var(--shadow-lm);
  }

  .meta {
    color: var(--font-label-lm);
  }
}

@media (prefers-color-scheme: dark) {
  .shadowImage img {
    box-shadow: var(--shadow-dm);
  }

  .meta {
    color: var(--font-label-dm);
  }
}

.flip {
  order: 2;
  padding-right: 0;
  padding-left: var(--spacing-xlarge);
}

.centeredContent > * {
  text-align: center !important;
}

.centeredContent p {
  margin: 0 auto 1rem auto;
}

p + .contentRowContent {
  margin-top: 2rem;
}

.centeredContent .contentItem {
  text-align: center !important;
}

.centeredContent .emoji {
  margin: 0 auto;
}

.parent {
  font-size: var(--font-size-small);
  text-transform: uppercase;
  font-weight: bold;
  opacity: .75;
}

.parent + .icon {
  margin-top: var(--spacing-base) !important;
}

.meta {
  font-size: var(--font-size-xsmall) !important;
}

.featureImage {
  width: 50%;
}

#features .featureImage {
  padding-top: 0;
}

.featureImage img {
  border-radius: .5rem;
  width: 100%;
  display: flex;
}

.featureImage.mobileImage img {
  width: 80% !important;
  margin: 0 auto;
}

.contentItem .description:last-of-type {
  margin-bottom: 0;
}

.contentItem {
  display: flex;
  align-items: center;
  flex: 1 auto;
  margin-bottom: calc(var(--spacing-xxlarge) * 1.5);
}

.contentItem h2 {
  margin-bottom: var(--spacing-base);
}

.contentItem:last-of-type {
  margin-bottom: 0;
}

.description {
  width: 50%;
  padding-right: var(--spacing-xlarge);
}

.description p {
  width: 100%;
  margin-bottom: var(--spacing-base);
}

.noImage .description {
  width: 66%;
}

.content .icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: var(--spacing-small);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  border-radius: var(--radius-base);
}

.emoji {
  font-size: var(--font-size-emoji) !important;
  line-height: inherit!important;
  margin-top: 0!important;
  margin-bottom: var(--spacing-base) !important;
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 960px) {

}

@media only screen and (max-width: 768px) {
  .contentItem {
    display: inherit;
    padding: 0;
  }

  .contentItem p {
    margin-bottom: calc(var(--spacing-base) * .75);
  }

  .description {
    width: 100%;
    padding: 0;
    margin-bottom: var(--spacing-large);
  }

  .noImage .description {
    margin-bottom: 0;
  }

  .featureImage {
    width: 100%;
  }

  .noImage .description {
    width: 100%;
  }

}

@media only screen and (max-width: 375px) {
  .meta {
    font-size: var(--font-size-small) !important;
  }
}
