/* ##########################################################################
   SECTION E: LEGAL PAGES
   ---------------------------------------------------------------------------
   Share when: Building or modifying legal/policy pages.
   Skip when:  Building any other page.
   ########################################################################## */

.pcow-legal-section .et_pb_row {
  max-width: 1200px !important;
  width: 100% !important;
  padding: 0 !important;
}
.pcow-legal-section .et_pb_column { padding: 0 !important; }
.pcow-legal-section .et_pb_text { padding-bottom: 0 !important; }

.pcow-legal-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: var(--pcow-font-body);
  line-height: 1.7;
  color: var(--pcow-mid-gray);
}
.pcow-legal-title {
  font-family: var(--pcow-font-heading);
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--pcow-dark);
}
.pcow-legal-meta {
  font-family: var(--pcow-font-body);
  font-size: 0.9em;
  color: var(--pcow-light-gray);
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--pcow-divider);
}
.pcow-legal-intro { font-size: 1.05em; margin-bottom: 30px; }
.pcow-legal-heading {
  font-family: var(--pcow-font-heading);
  font-size: 1.4em;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 15px;
  color: var(--pcow-dark);
}
.pcow-legal-subheading {
  font-family: var(--pcow-font-heading);
  font-size: 1.15em;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  color: var(--pcow-mid-gray);
}
.pcow-legal-page p { margin-bottom: 15px; }
.pcow-legal-list { margin: 10px 0 20px 20px; padding-left: 20px; }
.pcow-legal-list li { margin-bottom: 8px; line-height: 1.6; }
.pcow-legal-contact {
  margin-top: 20px;
  padding: 20px 25px;
  background-color: var(--pcow-cream);
  border-left: 3px solid var(--pcow-green);
  border-radius: 4px;
}
.pcow-legal-contact p { margin-bottom: 10px; }
.pcow-legal-contact a { color: var(--pcow-green); text-decoration: none; }
.pcow-legal-contact a:hover { color: var(--pcow-green-hover); text-decoration: underline; }

@media (max-width: 600px) {
  .pcow-legal-page { padding: 20px 15px; }
  .pcow-legal-title { font-size: 1.6em; }
  .pcow-legal-heading { font-size: 1.2em; }
}
