.complementary-products--emphasized .complementary-product__details > * {
  order: initial;
}

.complementary-products--emphasized .complementary-product__name {
  margin-top: 0;
  font-weight: 700;
}

.complementary-products--emphasized .complementary-product__price-wrapper {
  margin-top: 0.25rem;
}

.complementary-products--emphasized .complementary-product__price {
  font-size: var(--font-size-body);
}

.complementary-products--emphasized .complementary-product__link {
  margin-top: 0.5rem;
  font-size: var(--font-size-body-smaller);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
