/* ProofPay Universal Styling Fix (Scoped Classes to Prevent Conflicts) */

/* Headings */

/* h1 */
.pp-heading-main {
  font-size: 60px;
  font-weight: 400;
  font-family: 'PPNeue', sans-serif;
  color: #2ea3f2;
  line-height: 1.1;
  margin-bottom: 24px;
}

/* h2 */
.pp-heading-sub, .pp-heading-sub h2 {
  font-size: 42px;
  font-weight: 900;
  font-family: 'PPNeue', sans-serif;
  color: #2ea3f2;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* h3 */
.pp-heading-h3 {
  font-size: 29px;
  font-weight: 700;
  font-family: 'PPNeue', sans-serif;
  color: #2ea3f2;
  line-height: 1.2;
  margin-bottom: 16px;
}

/* h4 */
.pp-heading-h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: 'PPNeue', sans-serif;
  color: #2ea3f2;
  line-height: 1.4;
  margin-bottom: 14px;
}

/* h5 */
.pp-heading-h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'PPNeue', sans-serif;
  color: #2ea3f2;
  line-height: 1.4;
  margin-bottom: 12px;
}

/* h6 */
.pp-heading-h6 {
  font-size: 18px;
  font-weight: 400;
  font-family: 'PPNeue', sans-serif;
  color: #2ea3f2;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Paragraph spacing */
.pp-paragraph, .pp-paragraph p {
  line-height: 1.7;
  font-size: 18px;
  font-weight: 400;
  color: #1f1f1f;
  font-family: 'PPNeue', sans-serif;
}

.pp-paragraph em,
.pp-special-message em {
  font-style: italic;
  color: #888;
}
.pp-paragraph strong,
.pp-list li strong {
  font-weight: 600;
  color: #1a1a1a;
}

/* Quote Styling */
.pp-quote-box {
  display: inline-block;
  padding: 12px 20px;
  margin: 20px 0;
  background: #f9f9f9;
  border-left: 4px solid #ccc;
  font-style: italic;
  color: #444;
  font-size: 18px;
  font-family: 'PPNeue', sans-serif;
}

/* Bullet Lists */

.pp-list, .pp-list p {
  line-height: 1.7;
  font-size: 18px;
  font-weight: 400;
  color: #1f1f1f;
  margin-left: 18px;
  margin-bottom: 24px;
  font-family: 'PPNeue', sans-serif;
}

.pp-list em,
.pp-special-message em {
  font-style: italic;
  color: #888;
}
.pp-list li strong {
  font-weight: 600;
  color: #1a1a1a;
}

/* Tables */
.pp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  color: #444;
  margin: 20px 0;
  font-family: 'PPNeue', sans-serif;
}

.pp-table thead tr th {
  background: #f9f9f9;
  text-align: center;
  padding: 16px;
  border: 1px solid #ddd;
  color: #4d4d4d;
}

.pp-table tbody tr td {
  border: 1px solid #ddd;
  padding: 16px;
  text-align: center;
  color: #444;
}

/* Special Messages */
.pp-special-message {
  font-style: italic;
  font-size: 16px;
  color: #555;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.6;
  font-family: 'PPNeue', sans-serif;
}

/* Responsive Container */
.pp-blog-card, .pp-article-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 24px;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Consistent spacing for all elements */
.pp-blog-card *:not(:last-child) {
  margin-bottom: 16px;
}

/* Background Wrapper */
.pp-blog-background {
  background: url('/path-to-your-dots-bg.png') repeat;
  background-size: auto;
}

/* Link Styling */
.pp-blog-card a {
  color: #2ea3f2;
  text-decoration: underline;
  font-family: 'PPNeue', sans-serif;
}

/* Font smoothing for better rendering */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
