.post-container {
    max-width: 100%;
}

.post-article {
    max-width: 720px;
}

.post-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3;
}

.post-meta {
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
}

.post-divider {
    border-color: #dee2e6;
}

.post-body {
    font-family: 'Lato', sans-serif;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
}

.post-body h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.post-body h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.post-body p {
    margin-bottom: 1.25rem;
}

/* Blog index listing */
.blog-list {
    max-width: 720px;
}

.blog-card {
    border-bottom: 1px solid #dee2e6;
}

.blog-card:last-child {
    border-bottom: none;
}

/* WhatsApp CTA block */
.whatsapp-cta-block {
    background-color: #e8f5e9;
    border-left: 4px solid #25d366;
    border-radius: 4px;
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
}

.whatsapp-cta-block a {
    color: #128c7e;
    font-weight: 600;
}

/* Pricing table */
.pricing-table {
    overflow-x: auto;
    margin: 1.5rem 0;
}

.pricing-table table {
    min-width: 400px;
}
