
.breadcrumb {
    color: rgba(188, 197, 215, 1);
    bottom: -15px;
    inset-inline-start: 25px;
}

@media (max-width: 767.98px) {
    .breadcrumb {
        inset-inline-start: 0 !important;
    }
}

.breadcrumb a {
    line-height: var(--line-height-base);
}

.item-active {
    color: var(--color-gray-50);
}

.top-details {
    flex-wrap: wrap;
    gap: 30px;
}

.top-details .details {
    width: 100%;
    max-width: 765px;
}

.top-details .section-name {
    color: var(--color-gold-500);
    line-height: var(--line-height-sm);
    font-size: var(--font-size-sm);
    display: block;
}

.top-details .blog-name {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.2;
}

.top-details .blog-date {
    color: var(--color-blue-gray-700);
    line-height: var(--line-height-base);
    display: block;
}

.top-details p {
    color: var(--color-blue-gray-700);
    line-height: var(--line-height-base);
}

.top-details .blog-img {
    width: 100%;
    max-width: 473px;
    height: 320px;
    background-size: cover;
    background-position: center;
    transition: 0.5s ease;
    border-radius: 12px;
}

.body-details div {
    margin-bottom: 30px;
}

.body-details h2 {
    line-height: 1.3;
    font-size: clamp(24px, 4vw, 30px);
    font-weight: 600;
    color: var(--color-black-88);
}

.body-details p {
    line-height: var(--line-height-base);
    color: var(--color-blue-gray-700);
    text-align: justify;
}

@media (max-width: 992px) {
    .top-details {
        justify-content: center !important;
        text-align: center;
    }

    .top-details .blog-img {
        max-width: 100%;
        height: 250px;
    }
}
