/**
 * Simple Page Content Styles
 * Only loaded on pages using the page-simple template
 *
 * @package Localscaler_25
 */

.simple-page-content {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem 1.5rem 5rem;
}

.simple-page-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.simple-page-content h1,
.simple-page-content h2,
.simple-page-content h3,
.simple-page-content h4,
.simple-page-content h5,
.simple-page-content h6 {
  color: #ffffff;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}

.simple-page-content h1 {
  font-size: 2.25rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.simple-page-content h2 {
  font-size: 1.875rem;
  line-height: 1.3;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}

.simple-page-content h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.simple-page-content h4,
.simple-page-content h5,
.simple-page-content h6 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.simple-page-content ul,
.simple-page-content ol {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.simple-page-content li {
  margin-bottom: 0.5rem;
}

.simple-page-content a {
  color: #ffff00;
  text-decoration: none;
  transition: all 0.2s ease;
}

.simple-page-content a:hover,
.simple-page-content a:focus {
  text-decoration: underline;
}

.simple-page-content blockquote {
  border-left: 4px solid #ffff00;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
}

.simple-page-content hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 2.5rem 0;
}

.simple-page-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.simple-page-content th,
.simple-page-content td {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.simple-page-content th {
  color: #ffffff;
  font-weight: 600;
  text-align: left;
}
