
.blog-details-page {
    padding: 32px 0 0;
}
body h1.title {
    font-size: 32px;
    line-height: 40px;
    color: #17181A;
    font-weight: 600;
}
body h2.title, .content h2 {
    font-size: 20px;
    line-height: 26px;
    color: #17181A;
    font-weight: 700;
    margin: 24px 0 12px;
}
.content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 24px 0 12px;
}
.content h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 24px 0 12px;
}
body .container {
    max-width: 1400px;
}
.date-wrapper {
    background: #eafdc6;
    color: #6E9033;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 999px;
    display: inline-block;
    font-weight: 500;
    width: fit-content;
}
.blog-details-page-inner {
    border: 6px solid #f2f7ee;
    padding: 40px;
    border-radius: 24px;
}
.content strong,.content strong i, .content b, .content b i {
    font-weight: 700;
}
.content a {
    text-decoration: underline;
}
.content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 12px;
}
.content ul li {
    padding: 2px 0;
}
/**/
.breadcumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 24px;
}
.breadcumbs .breadcumb-link {
    font-size: 14px;
    line-height: 20px;
}
.breadcumb-dot {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}
.breadcumbs span.breadcumb-link {
    color: #878D99;
}

.blog-title {
    margin: 14px 0 24px;
}
.img-block img {
    width: 100%;
}
.img-block {
    margin-bottom: 24px;
}
.content section {
    padding: 0;
}
.content input[type="text"] {
    padding: 16px 20px;
    font-size: 16px;
    border: 1px solid #cdcfd4;
    border-radius: 16px;
    outline: none;
    height: 56px;
    color: #17181a;
    box-sizing: border-box;
    font-weight: 500;
    max-width: 450px;
    width: 100%;
}
/**/
.breadcumbs-skeleton.skeleton-block {
    width: 30%;
    height: 20px;
    margin-bottom: 24px;
}
.date-wrapper-skeleton.skeleton-block {
    width: 130px;
    height: 24px;
    border-radius: 30px;
}
.blog-title-skeleton.skeleton-block {
    width: 90%;
    height: 40px;
    margin: 14px 0 24px;
}
.img-block-skeleton.skeleton-block {
    height: 500px;
}
.content-skeleton.skeleton-block {
    height: 300px;
    margin-top: 24px;
}

/*new d r*/
@media (max-width: 1023px) {
    .blog-details-page {
        padding: 24px 0 0;
    }
    body h1.title {
        font-size: 24px;
        line-height: 32px;
    }
    body h2.title {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .blog-details-page-inner {
        padding: 0;
        border: 0;
        border-radius: 0;
    }
    .breadcumbs-skeleton.skeleton-block {
        width: 80%;
    }
}