/* Make line spacing tighter across typical content wrappers */
.prose, .prose p, .prose li,
.hb-prose, .hb-prose p, .hb-prose li,
.max-w-prose, .max-w-prose p, .max-w-prose li {
    line-height: 1.55 !important;
}

/* Widen the text column by removing the narrow max-width often applied */
.prose, .hb-prose, .max-w-prose {
    max-width: none !important;
}

/* Widen the overall page container (common wrappers in Wowchemy/HugoBlox/Tailwind) */
.container, .content, .page-container, .article-container,
.mx-auto, .max-w-screen-md, .max-w-screen-lg, .max-w-prose {
    max-width: 1200px !important;
}

/* Optional: reduce paragraph spacing (Tailwind prose adds large margins) */
.prose p, .hb-prose p, .max-w-prose p {
    margin-top: 0.4em !important;
    margin-bottom: 0.6em !important;
}
