.blog-detail__title {
    font-size: 48px;
}

.blog-dt-temp .newletter {
    margin-bottom: 20px;
}

.blog-dt-temp .newletter form input {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.tags-links button {
    display: inline-flex;
    padding: 5px 15px;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #DEE0EA;
    border-radius: 20px;
    font-size: 14px;
    color: #8c8c8c;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #ffffff
}

.tags-links button.active {
    background-color: #FB5B32;
    color: #ffffff
}

.tags-links a:hover {
    border: 1px solid #FB4E32;
    color: black;
}

.blog-dt-temp .entry-meta {
    justify-content: left;
    gap: 30px;
    margin-top: 20px;
}

.sidebar-box .cat-item {
    padding-bottom: 8px;
    border-bottom: 1px dashed #c1c1c1;
    margin-bottom: 8px;
}

.sidebar-box .cat-item a span {
    font-size: 16px;
    color: #6E6E6E;
}

.blog-dt-content p {
    padding-bottom: 20px;
}

.blog-dt-temp .comment-respond {
    margin-top: 20px;
}

@media (max-width: 586px) {
    .blog-detail__title {
        font-size: 32px;
    }
}

.blog-dt-content {
    max-height: 30rem;
    overflow: hidden;
    display: block;
    transition: max-height 0.5s ease;
}

.blog-dt-content.show {
    max-height: 100%;
}

.show_more span {
    color: #999;
    cursor: pointer;
}

.show_more span:hover {
    color: #FB5B32;
}

.show_more svg {
    height: 12px !important;
}

.breadcrumbs {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.breadcrumbs a {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.breadcrumbs a:hover {
    color: #FB5B32;
}

.breadcrumbs span {
    margin: 0 8px;
}

.breadcrumbs svg {
    margin: 0 5px;
    height: 11px;
}

.pb-50 {
    padding-bottom: 50px
}

.list-blog {
    padding-bottom: 30px;
}