.article-content h1 {
    text-align: center;
    margin-bottom: 0.5em;
}

.article-content h2 {
    margin-top: 3em;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #e2e8f0;
}

.article-content h3 {
    color: #2D3748;
    margin-top: 2.5em;
    margin-bottom: 1em;
}

.article-content p {
    line-height: 1.7;
}

.article-content .lead-paragraph {
    font-size: 1.2em;
    color: #2D3748;
    text-align: center;
    margin: 2em auto 2.5em auto;
    max-width: 800px;
}

.article-content ul,
.article-content ol {
    padding-left: 25px;
    margin-bottom: 1.5em;
}

.article-content li {
    margin-bottom: 0.8em;
    line-height: 1.7;
}

.article-content .wp-block-columns {
    gap: 2em;
}

/* ============================================= */
/* 2. Reusable Component Blocks                */
/* ============================================= */

.key-takeaway-box {
    background-color: #f4f8fb;
    border-left: 5px solid #00a9ff;
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 8px;
    font-size: 1.05em;
}

.how-to-box {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
}

.email-example-box {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 10px;
  height: 100%;
}

.article-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
}

/* ============================================= */
/* 3. Component & Section Variations           */
/* ============================================= */

.key-takeaway-box h2, .key-takeaway-box h3,
.how-to-box h2, .how-to-box h3 {
    margin-top: 0;
    color: #2D3748;
    border-bottom: none;
}

.faq-section h3 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #e2e8f0;
    margin-top: 2em;
}

.article-table th, 
.article-table td {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
}

.article-table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.article-table td:first-child {
    font-weight: bold;
    color: #2D3748;
}

.article-content ul.checklist {
    list-style: none;
    padding-left: 0;
}

.article-content ul.checklist li {
    padding-left: 35px;
    position: relative;
}

.article-content ul.checklist li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #5cb85c;
    font-weight: bold;
    font-size: 20px;
}

.example-box-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.example-box-header svg {
  margin-right: 12px;
  width: 22px;
  height: 22px;
}

.email-example-box .email-body {
  font-family: monospace;
  color: #495057;
  line-height: 1.7;
  margin: 0;
  font-size: 0.95em;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.email-dont { border-left: 4px solid #d9534f; }
.email-dont .example-box-header { color: #d9534f; }
.email-do { border-left: 4px solid #5cb85c; }
.email-do .example-box-header { color: #5cb85c; }


@media (max-width: 768px) {
    .article-content h1 { font-size: 2rem; }
    .article-content h2 { font-size: 1.6rem; }
    .article-content h3 { font-size: 1.25rem; }
}

.tldr-modern {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-left: 6px solid #5cb85c;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 35px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.tldr-modern h2 {
    display: flex;
    align-items: center;
    color: #166534;
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tldr-modern ul {
    margin: 0;
    padding-left: 20px;
    color: #2D3748;
}

.tldr-modern li {
    margin-bottom: 8px;
}