.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 a {
    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;
}

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

.sidebar-box ol {
    padding-left: 2.5rem
}

.sidebar-box ol li {
    padding: 5px 0;
}

.sidebar-box ol li a {
    color: #999999
}

.sidebar-box ol li a:hover {
    color: #FB5B32
}

.item-place {
    padding: 5px 0
}

.show-item-place {
    cursor: pointer;
}