.mb-16 {
    margin-bottom: 16px !important;
}
.mb-32 {
    margin-bottom: 32px !important;
}
.d-md-none {
    display: none;
}
.d-md-show {
    display: block;
}
.custom-indent {
    text-indent: -25px;
    padding-left: 25px !important;
}
.text-zone p {
    color: #666666;
}
.text-indent {
    text-indent: 32px;
}
.article-con .h1 {
    font-size: 42px !important;
    font-weight: 500 !important;
    color: #333;
}
.article-header {
    font-weight: 600 !important;
    font-size: 20px !important;
    margin-bottom: 8px !important;
}
.img-position-center {
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.img-position-center img {
    margin-top: 24px !important;
    margin-bottom: 32px !important;
    max-width: 720px;
    border-radius: 8px;
}

/* Tips zone */
.tips-zone {
    background-color: rgba(0, 169, 79, 0.05);
    padding: 16px 32px;
    border-radius: 8px;
    margin-top: 16px;
}
.tips-zone + .img-position-center img,
.how-to-zone + .img-position-center img {
    margin-top: 32px !important;
}
.tips-zone strong {
    color: #333333 !important;
}
.tips-zone p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.tips-zone ol {
  list-style: decimal !important;
  list-style-position: outside !important;
  /* margin-left: 1.5em !important; */
  padding-left: 1.5em !important;
  margin-top: 4px;
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}
.tips-zone ol li {
    display: list-item !important;
    list-style: decimal !important;
}
.hastag {
    font-size: 16px !important;
    font-weight: 500;
    color: #666666 !important;
    margin-bottom: 24px !important;
    display: inline-block;
}
.date-time {
    margin-bottom: 40px;
}
.date-time img {
    width: 16px;
    height: 16px;
    margin: 0 !important;
    margin-right: 4px !important;
}
.date-time span {
    font-size: 13px !important;
    font-weight: 500;
    color: #666666 !important;
}

/* how-to-zone */
.how-to-zone {
    border: 2px solid #00A94F;
    border-radius: 20px;
    padding: 20px;
    margin-top: 16px;
}
.how-to-header {
    color: #00A94F !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    margin-bottom: 8px !important;
    text-align: center;
}
.how-to-header img {
    width: 32px;
    height: 32px;
    margin-right: 4px;
    margin: 0 !important;
}
.blog-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.content-left,
.content-right {
    background: #FAFAFA;
    border: 1px solid #DBDBDB;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
}
.blog-content strong {
    color: #333;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 8px;
}
.blog-content p {
    color: #666666;
    font-weight: 500;
    font-size: 16px;
}
.how-to-zone.content-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 16px; */
}
.how-to-zone.content-2col .blog-content-left {
    border-right: 1px solid #EAEAEA;
    padding-right: 16px;
}
.how-to-zone.content-2col .blog-content-right {
    padding-left: 16px;
}
.how-to-zone.content-2col .content-inside {
    background: #FAFAFA;
    border: 1px solid #DBDBDB;
    border-radius: 12px;
    padding: 16px 8px;
    text-align: center;
}
.how-to-zone.content-2col .content-inside:first-of-type {
    margin-bottom: 8px;
}
.content-inside strong {
    color: #333;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 8px;
}
.content-inside p {
    color: #666666;
    font-weight: 500;
    font-size: 16px;
}

img.kplus-logo {
    width: 24px;
    height: 24px;
    /* margin-left: 4px; */
    margin-right: 4px !important;
}

.header-bottom {
   color: #00A94F !important; 
   font-size: 26px !important;
   font-weight: 500;
   text-align: center;
   margin-bottom: 12px !important;
   margin-top: 48px !important;
}
.sub-header-bottom {
    color: #333333 !important;
    font-size: 20px !important;
    font-weight: 500;
    text-align: center;
    margin-bottom: 48px !important;
}

/* responsive */
@media screen and (min-width: 768px) {
    .mh-card-dt {
        min-height: 117px;
    }
}
@media screen and (max-width: 767px) {
    .custom-indent {
        text-indent: unset;
        padding-left: 0 !important;
    }
    .article-con .h1 {
        font-size: 24px !important;
        line-height: 42px;
    }
    .tips-zone {
        padding: 16px;
    }
    .blog-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .how-to-zone.content-2col {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-content strong {
        font-size: 16px;
    }
    .how-to-header {
        font-size: 16px;
    }
    .how-to-header img {
        width: 24px;
        height: 24px;
    }

    .how-to-zone.content-2col .blog-content-left {
        border-bottom: 1px solid #EAEAEA;
        border-right: none;
        padding-bottom: 24px;
        padding-right: 0;
    }
    .how-to-zone.content-2col .blog-content-right {
        padding-top: 24px;
        padding-left: 0;
    }
    .how-to-zone.content-2col .content-inside:first-of-type {
        margin-bottom: 16px;
    }
    .header-bottom {
        font-size: 20px !important;
        margin-bottom: 10px !important;
        margin-top: 40px !important;
    }
    .sub-header-bottom {
        font-size: 18px !important;
        margin-bottom: 40px !important;
    }
    .d-md-none {
        display: block;
    }
    .d-md-show {
        display: none;
    }
}