.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;
}
.blog-dt-content h2{
    font-size: 30px;
    margin-bottom: 15px;
}

.table-of-content {
    background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  display: table;
  margin-bottom: 40px;
  padding: 15px 20px;
  position: relative;
  width: auto;
  min-width: 70%;
}
.table-of-content .table-title {
    font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  display: block;
}
.table-of-content ul li::before {
    counter-increment: li;
    content: counters(li, ".") ".";
    padding-right: 3px;
}
.tabel-control {
    float: right;
  position: absolute;
  font-size: 16px;
  padding: 0;
  border: 1px solid #999191;
  border-radius: 5px;
  cursor: pointer;
  left: unset;
  width: 35px;
  z-index: 99;
  top: 15px;
  right: 15px;
}
.table-content ul li,
.table-content ul li a{
    font-size: 14px;
  color: #464646;
  margin-bottom: 5px;
}
.table-of-content.expanded{
    min-width: unset;
    padding: 10px;
}
.table-of-content.expanded .table-title{
    display: none;
}
.table-of-content.expanded .tabel-control {
  float: right;
  position: relative;
  font-size: 16px;
  padding: 0;
  border: 1px solid #999191;
  border-radius: 5px;
  cursor: pointer;
  left: unset;
  width: 35px;
  z-index: 99;
  top: 0px;
  right: 0px;
}