:root {
    --primary: #245FA1;
    --primary-dark: #1A4A7F;
    --accent: #D4AF37;
    --dark: #1E2A3E;
    --gray: #5A6E8A;
    --light-bg-start: #EFF5FB;
    --light-bg-end: #E3EEF8;
}

.text-primary { color: var(--primary) !important; }

.backbtn-section {
    padding: 20px 0;
}

.blog-image-section {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin: 10px 0;
}

.blog-image-section img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.blog-tool-section {
    padding: 10px 0;
}

.blog-tool-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-tool-section ul li {
    margin: 0 10px;
}

.blog-tool-section ul li i {
    margin-right: 5px;
}

.author {
    padding: 20px 0;
}

.author-card {
    background: #eaf0f8;
    border-radius: 14px;
    padding: 28px 32px;
    width: 100%;
}

.author-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1a2b4a;
    margin-bottom: 20px;
}

.author-info {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.author-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.author-text {
    font-size: 13.5px;
    color: #3a4a5e;
    line-height: 1.65;
}

.author-name {
    color: #1a4a8a;
    font-weight: 700;
}

.prose-custom {
    color: #3a4a5e;
    line-height: 1.75;
}

.prose-custom p {
    margin-bottom: 1rem;
}

.prose-custom h1,
.prose-custom h2,
.prose-custom h3,
.prose-custom h4,
.prose-custom h5,
.prose-custom h6 {
    color: var(--dark);
    font-weight: 700;
    line-height: 1.3;
    margin: 1.5rem 0 0.75rem;
}

.prose-custom ul,
.prose-custom ol {
    margin: 0 0 1rem 1.25rem;
    padding-left: 1.25rem;
}

.prose-custom ul {
    list-style: disc;
}

.prose-custom ol {
    list-style: decimal;
}

.prose-custom li {
    margin-bottom: 0.5rem;
}

.prose-custom a {
    color: var(--primary);
    text-decoration: underline;
}

.prose-custom blockquote {
    border-left: 4px solid var(--accent);
    color: var(--gray);
    margin: 1.25rem 0;
    padding: 0.25rem 0 0.25rem 1rem;
}

.blog-excerpt {
    margin-bottom: 1.25rem;
}

.blog-excerpt p:last-child,
.blog-details-body p:last-child {
    margin-bottom: 0;
}


@media (max-width: 768px) {

    .prose-custom p,
    .prose-custom li {
        font-size: 0.95rem;
    }
}
