/*
Theme Name: GeneratePress Child
Description: Child theme for GeneratePress
Author: Your Name
Template: generatepress
Version: 1.0.0
*/

/* Your custom styles go below this line */
/* Legal page styling - with higher specificity */
.legal,
.legal-page .legal,
article .legal,
.entry-content .legal {
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #111 !important;
  background-color: #fff !important;

  padding: 2rem !important;
  margin: 0 auto !important;
  max-width: 800px !important;

  letter-spacing: 0.2px !important;
  word-spacing: 0.1em !important;
  text-align: justify !important;

  border: 1px solid #ccc !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05) !important;
}

.legal h1,
.legal h2,
.legal h3,
.entry-content .legal h1,
.entry-content .legal h2,
.entry-content .legal h3 {
  font-family: 'Times New Roman', Times, serif !important;
  font-weight: bold !important;
  text-align: center !important;
  margin-top: 2em !important;
  margin-bottom: 1em !important;
}

.legal h1 {
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 0.25em;
}

.legal h2 {
  font-size: 20px;
}

.legal h3 {
  font-size: 18px;
}

.legal p {
  margin-top: 1em;
  margin-bottom: 1em;
  text-indent: 2em;
}

.legal ul,
.legal ol {
  margin: 1em 2em;
  padding: 0;
}

.legal li {
  margin: 0.5em 0;
}

.legal a {
  color: #000;
  text-decoration: underline;
}

.legal strong {
  font-weight: bold;
}

.legal em {
  font-style: italic;
}