.x-block-text {
  .rte ul {
    padding-left: 0;
  }
}
.x-block-app:has(.shopify-app-block :not(style):not(script):not(:empty)), .custom-html:has(:not(style):not(script):not(:empty)) {
  margin: 0 0 16px 0;
  @media screen and (min-width: 1024px) {
    margin: 0 0 24px 0;
  }
}
.rt-accordion-item {
  padding-bottom: 10px;
  &.opened {
    padding-bottom: 6px;
  }
  &:first-child {
    border-top: none;
  }
  &:last-child {
    border-bottom: 1px solid;
  }
}
.selling-plan__option label:has(input:checked) {
  background-color: rgba(var(--colors-background));
}
.subscription-badge {
  background-color: rgba(var(--background-secondary-button), 1) !important;
  text-wrap: nowrap;
}
.subscription-text {
  color: rgba(var(--background-secondary-button), 1);
}
.complementary__photo-container {
  width: 145px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .product-media-container {
    width: 57%;
  }
  .product-content-container {
    width: 43%;
  }
}
.collapsible__content {
  .rte ul {
    margin: 0;
    padding-left: 0.5rem;
  }
}