: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;
}


@media (max-width: 768px) {

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