.dt {
    margin-bottom: 100px;
    margin-top: 15px;
}

.dt .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dt-left,
.dt-right {
    width: 20%;
    margin-top: 10%;
    height: fit-content;
    padding-bottom: 16px !important;
}

.dt-main {
    width: 55%;
}


.dt-content h1,
.dt-content h2,
.dt-content h3,
.dt-content h4 {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0px;
    margin-top: 0;
    margin-bottom: 15px;
    font-style: normal;
    color: #001920;
    font-weight: bold !important;
    margin-left: 0 !important;
    font-family: 'Kanit', sans-serif !important;
}

.dt-content .dt-title {
    font-size: 24px !important;
    line-height: 1.5 !important;
    color: #001920 !important;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: bold !important;
    font-family: 'Kanit', sans-serif !important;
}

.dt-content p,
.dt-content span,
.dt-content ul li,
.dt-content ol li {
    color: #001920 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal;
    font-family: 'Kanit', sans-serif !important;
    font-weight: 400;
    text-indent: 0 !important;
    margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
    margin-bottom: 15px;
    margin-left: 25px;
    font-family: 'Kanit', sans-serif !important;
}

.dt-content ul {
    list-style: disc;
}

.dt-content ol {
    list-style: decimal;

}

.dt-content img {
    cursor: auto;
    margin-bottom: 10px;
    width: 100% !important;
    max-width: 500px !important;
    height: auto !important;
      display: block;
    margin: 0 auto 10px;
}


.dt-main .info {
    gap: 0;
    justify-content: space-between;
}

.dt-main .info span {
    margin-bottom: 0 !important;
    color: #666 !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px !important;
  text-transform: capitalize;
    /* 125% */
}

.dt-main .info span:nth-child(2) {
    display: inline-block;
    padding: 0 12px;
}

.dt-main .info .dt-share {
    gap: 10px;
}

.dt-left {
    padding: 0;
    /* box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.05); */
}

.dt-left .heading {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: left;
    width: max-content;
    display: block;
    padding: 4px 24px;
    font-family: 'Kanit', sans-serif;
    background: #2A53C1;
    margin-bottom: 12px;
}

.dt-left-list a {
    display: block;
    padding: 12px 0;
}

.dt-left-list .h2 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.dt-left-list span {
    padding: 0;
    background-color: transparent;
    color: #999;
}


.dt-left-list span:nth-child(3) {
    display: inline-block;
    padding: 0 4px
}


.dt-right .heading {
    color: #333333;
    text-align: left;
    width: 100%;
    display: block;
    padding-bottom: 12px;
    padding-left: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.dt-right-list a {
    padding: 18px 0;
    display: flex;
    align-items: center;
    counter-increment: mvp-trend;
    border-bottom: 1px solid #EFEFF6;
}


.dt-right-list a p {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 4px 12px;
    background-color: #2A53C1;
    border-radius: 2px;
}

.dt-right-list a p::after {
    content: counter(mvp-trend);
}

.dt-right-list a .h2 {
    background-color: transparent;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
    padding-left: 8px;
}

.dt-info {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 4px solid #D1D3DB;
    margin-bottom: 24px;

}

.dt-info .dt-category {
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    padding: 7px 16px;
    width: auto;
    margin-left: 14px;
    margin-bottom: 5px;
}

.dt-info .dt-category span {
    color: #495D89;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dt-info .dt-love {
    width: auto;
    padding: 8px 12px;
    border-radius: 120px;
    border: 1px solid #E6E6E6;
    margin-left: auto;
    margin-bottom: 5px
}

.dt-info .botton-love {
    margin-left: auto;
    background-image: url(../images/love.svg);
    background-repeat: no-repeat;
    background-position: 0px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    padding: 0;
}

.dt-info .botton-love span {
    text-align: right;
    display: inline-block;
    width: -webkit-fill-available;
    font-size: 14px;
    line-height: 18px;
    padding-left: 23px;
    color: #0A65FC;
}

.dt-info .botton-love.active {
    background-image: url(../images/love-active.svg);
    background-repeat: no-repeat;
    background-position: 0px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    padding: 0;
}

.dt-share {
    width: auto;
    display: flex;
    gap: 24px;
}

.dt-share a {
    padding: 8px;
    display: inline-block;
    border-radius: 2px;
    background: #F5F6F7;
}

.dt-share a svg {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    display: block;
}

.recommended-posts .flex {
    display: flex;
    flex-wrap: wrap;
}

.recommended-posts a {
    display: block;
    padding: 12px 24px;
    width: 50%;
    position: relative;
    padding: 12px;
}

.recommended-posts a img {
    aspect-ratio: 1/0.55;
}

.recommended-posts a .catename {
    background-color: transparent;
    color: #fff;
    padding: 4px 12px;
    background: #2A53C1;
    margin: 8px 0;
}

.recommended-posts a .time {
    color: #999;
    margin-top: 8px;
}


.lk-questions {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
}

.lk-questions-votes {
    display: flex;
    flex-direction: column;
    width: 80px;
}

.lk-questions-votes-top {
    display: flex;
    justify-content: space-around;
}

.lk-container p {
    margin-top: 0;
    margin-bottom: 0;
}

.lk-questions-votes-icon-up {
    display: inline-block;
    width: 20px;
    height: 12px;
    background-image: url(/static/images/up.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.lk-questions-votes-icon-down {
    display: inline-block;
    width: 20px;
    height: 12px;
    background-image: url(/static/images/down.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.lk-questions-votes-up-btn,
.lk-questions-votes-down-btn {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #000;
    width: 32px;
    height: 32px;
    display: flex;
    text-align: center;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lk-questions-votes-bottom {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.lk-questions-text {
    font-weight: 500;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-left: .4rem;
    width: 70%;
}

.lk-questions-selected {
    display: none;
}

.vote-count {
    display: none;
}

@media (max-width:768px) {

    .dt-left,
    .dt-right,
    .dt-main {
        width: 100%;
    }

    .dt-main {
        order: -1;
    }

    .dt .container {
        padding: 0 10px;
    }

    .dt {
        margin-top: 0px;
        padding-top: 10px;
        margin-bottom: 0px;
    }

    .dt-content .dt-title {
        font-size: 20px !important;
        line-height: 1.4 !important;
        margin-bottom: 5px;
    }

    .dt-content p,
    .dt-content span,
    .dt-content ul li,
    .dt-content ol li {
        margin-bottom: 10px !important;
    }

    .dt-content h1,
    .dt-content h2,
    .dt-content h3,
    .dt-content h4 {
        margin-bottom: 10px !important;

    }

    .dt-main .info {
        margin: 4px 0;
    }

    .dt-main .info span {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .dt-share a svg {
        width: 15px;
        height: 15px;
        display: block;
    }

    .dt-share a {
        padding: 6px;
    }

    .dt-info {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #D1D3DB;
    }

    .lk-questions-votes-up-btn,
    .lk-questions-votes-down-btn {
        width: 26px;
        height: 26px;
    }

    .recommended-posts {
        margin: 0 -10px;
    }

    .recommended-posts a {
        padding: 10px;
    }

    .dt-left,
    .dt-right {
        margin-top: 20px;
    }

    .dt-left-list,
    .dt-right-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .dt-left-list a {
        width: 50%;
        padding: 10px;
    }

    .dt-right-list a {
        width: 50%;
        padding: 10px;
    }

    .dt-left .heading {
        margin-bottom: 6px;
    }

    .dt-right .heading {
        padding-bottom: 6px;
    }

    .dt-right-list a p {
        font-size: 12px;
        line-height: 18px;
        padding: 4px 11px;
    }



}

@media (max-width:550px) {
    .dt {
        padding-top: 5px;
    }

    .dt-content .dt-title {
        font-size: 18px !important;
        line-height: 1.4 !important;
        margin-bottom: 0px !important;
    }

    .dt-main .info {
        width: 100%;
        gap: 4px;
        flex-direction: column;
        align-items: flex-start;
    }

    .dt-content p,
    .dt-content span,
    .dt-content ul li,
    .dt-content ol li,
    .dt-content h1,
    .dt-content h2,
    .dt-content h3,
    .dt-content h4 {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 8px !important;
    }

    .dt-info {
        padding-top: 10px;
        padding-bottom: 15px;
        border-bottom: 1px solid #D1D3DB;
        margin-bottom: 16px;
    }

    .dt-share {
        gap: 15px;
    }

    .lk-questions-votes {
        width: 65px;
    }

    .lk-questions-text {
        font-size: 14px;
        line-height: 20px;
        width: max-content;
    }

    .recommended-posts a .catename {
        margin: 4px 0;
        padding: 2px 8px;
    }

    .recommended-posts a .time {
        margin-top: 4px;
    }

    .dt-left-list a {
        width: 100%;
        padding: 6px 10px;
    }

    .dt-right-list a {
        width: 100%;
        padding: 10px;
    }

    .dt-left,
    .dt-right {
        padding-bottom: 10px !important;
        margin-top: 12px;
    }

    .dt-left-list .h2,
    .dt-right-list a .h2{
        font-size: 14px;
        line-height: 20px;
    }




}