.static-page-shortcode p {
  text-align: justify;
}

.static-page-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  padding-bottom: 50px;
}

.static-page-shortcode h1.static-page-title {
  font-size: 1.75rem;
  font-weight: 800;
}

.static-page-paragraph {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.static-page-paragraph strong {
  font-weight: 600;
}

.static-page-subheading {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.static-page-subheading strong {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

.static-page-subheading--dark {
  color: #000;
  font-weight: 700;
}

.static-page-shortcode h2.static-page-subheading,
.static-page-shortcode h2.static-page-subheading.static-page-subheading--dark {
  font-size: 1.5rem;
  font-weight: 700;
}

.static-page-list {
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

.static-page-list-item {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.static-page-paragraph--tight {
  margin-bottom: 0;
}

.static-page-paragraph--spaced {
  padding-top: 10px;
  padding-bottom: 10px;
}

.static-page-paragraph--emphasis strong {
  font-weight: 600;
}

.static-page-title--top-spaced {
  padding-top: 40px !important;
}

.shipping-payment-shortcode a.delivery-costs-link {
  color: rgb(212, 47, 116);
  text-decoration: underline;
  font-weight: 400;
}

.modernista-virtual-page-shell {
  margin-top: var(--wp--preset--spacing--50);
  margin-bottom: var(--wp--preset--spacing--50);
}

@media screen and (max-width: 768px) {
  .wp-block-spacer {
    height: 0 !important;
  }

  .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
