/*
Theme name: Bihar Bhumi Seva
Author: Kamal Kr
Version: 1.0.0
*/

body {
    background-color: #fefefe;
}

/* Article Body Typography */
.prose {
    font-size: 1.125rem; /* 18px */
    line-height: 1.75;
    color: #374151; /* text-gray-700 */
}

.prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
    color: #111827; /* text-gray-900 */
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}

.prose h1 { font-size: 2.25em; }
.prose h2 { font-size: 1.5em; }
.prose h3 { font-size: 1.25em; }
.prose h4 { font-size: 1em; }

.prose ul {
    list-style-type: disc;
    padding-left: 1.625em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.prose ol {
    list-style-type: decimal;
    padding-left: 1.625em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left: 0.25rem solid #167c70; /* primary color */
    padding-left: 1em;
    margin-top: 1.6em;
    margin-bottom: 1.6em;
}

.prose a {
    color: #167c70;
    text-decoration: underline;
    font-weight: 500;
}

.prose a:hover {
    color: #0a5227;
}

.prose img {
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    max-width: 100%;
    height: auto;
}

.prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose figcaption {
    color: #6b7280;
    font-size: 0.875em;
    text-align: center;
    margin-top: 0.8571429em;
}

.prose strong, .prose b {
    font-weight: 600;
    color: #111827;
}