/* ============================================================
   LEGAL/POLICY PAGES STYLING
   ============================================================ */

.shopify-policy__container {
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  color: #555555 !important;
}

.shopify-policy__title h1,
.shopify-policy__container h3,
.shopify-policy__container h2 {
  color: #175c3b !important;
  font-weight: 600;
}

.shopify-policy__container h3,
.shopify-policy__container h2 {
  margin-bottom: 15px;
  margin-top: 30px;
}

.shopify-policy__title h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 4rem;
}

.shopify-policy__container h2 {
  font-size: 22px;
}

.shopify-policy__container h3 {
  font-size: 19px;
}

.shopify-policy__container p {
  line-height: 1.8em;
  color: #555555 !important;
  font-size: 16px !important;
}

.shopify-policy__container p:not(:last-child) {
  margin-bottom: 10px;
}

/* Custom Overrides: Body text to be grey, headings to remain green */
.shopify-policy__body,
.shopify-policy__body span,
.shopify-policy__body li,
.shopify-policy__body ul,
.shopify-policy__body ol,
.shopify-policy__body td,
.shopify-policy__body th,
.shopify-policy__body div {
  color: #555555 !important;
  font-size: 16px !important;
}

.shopify-policy__body strong,
.shopify-policy__body p strong,
.shopify-policy__body span strong,
.shopify-policy__body li strong {
  color: #333333 !important;
  font-size: 16px !important;
}

.shopify-policy__container h1,
.shopify-policy__container h2,
.shopify-policy__container h3,
.shopify-policy__container h4,
.shopify-policy__container h5,
.shopify-policy__container h6 {
  color: #175c3b !important;
}
