

.cc-pm {
    padding: 10px 55px 30px;
}

.lfa{
    width: 100%;
    display: inline-flex;
    padding-bottom: 30px;
}
.lfa-right{
    width: 57%;
    height: 470px;
    padding: 0 0 0 2px;
}
.lfa-left{
    width: 43%;
    padding: 0 2px 0 0;
}
.lfa-item{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    z-index: 2;
}
.lfa-item:hover img{
    transform: scale(1.1);
}
.lfa-item a{
    color: #ffffff;
}
.lfa-item img{
    width: 100%;
    min-height: 100%;
    transition: all .5s;
}
.lfa-item-cats{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.lfa-item-cats span{
    background-color: #9e2558 !important;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    white-space: nowrap;
}
.mpl-fa-1{
    background: linear-gradient(45deg,#292484 0,#dc4225 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.7;
    transition: all .2s;
    z-index: 1;
}
.mpl-fa-2{
    background: linear-gradient(45deg,#1a2980 0,#26d0ce 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.7;
    transition: all .2s;
    z-index: 1;
}
.mpl-fa-3{
    background: linear-gradient(45deg,#1d976c 0,#3cf93d 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.7;
    transition: all .2s;
    z-index: 1;
}
.mpl-fa-4{
    background: linear-gradient(45deg,#e0be00 0,#dc4225 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.7;
    transition: all .2s;
    z-index: 1;
}

.lfa-info{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 15px;
    z-index: 2;
}
.lfa-info h3{
    font-weight: 700;
    font-size: 28px;
    text-align: right;
    text-transform: none;
    color: #ffffff;
    padding: 0 20px;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}
.lfa-info > div{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.lfa-info > div > div:first-child{
    margin: auto 0;
    padding-right: 20px;
}
.lfa-info > div > div:first-child > span:last-child{
    color: #ffffff91;
    margin-right: 15px;
}
.lfa-info > div > div:last-child{
    margin: auto 0;
    padding-left: 20px;
}
.lfa-info > div > div span{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
}
.mf-2-height{
    height: 261px;
}
.mf-3-size{
    width: 49.7%;
    height: 205px;
}
.mf-4-parent{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 4px;

}
.mf-2-title-size{
    font-size: 20px !important;
}
.mf-3-title-size{
    font-size: 16px !important;
}

.mp-ha-lt{
    position: relative;
    padding: 9px 15px;
    border-radius: 7px;
    background: #e7e7e7;
    margin: 16px 0;
}
.mp-ha-lt::before{
    content: "";
    background-color: #ff3a3a;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    border-radius: 7px;
}
.mp-ha-lt h3{
    color: #ff3a3a;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}
.mp-ha-lt h3 i{
    color: #ff3a3a;
}
.mp-hai{
    border-radius: 7px;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    overflow: hidden;
    margin-bottom: 25px;
}
.mp-hai img{
    width: 100%;
    height: auto;
    /*height: 218px;*/
}
.mh-body{
    padding: 0 20px;
}
.mh-body h3{
    height: 47px;
    font-weight: 600;
    line-height: 31px;
    font-size: 20px;
    color: #383838;
    padding: 10px 0;
    margin: 0;
    overflow: hidden;
}
.mh-body small{
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    color: #9e2558;
    margin-bottom: 10px;
    display: block;
}
.mh-body small a{
    color: #9e2558 !important;
}
.mh-body p{
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
    text-align: right;
    text-transform: none;
    color: #888888;
}
.main-sidebar{
    border-radius: 7px;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    padding: 30px;
    margin: 16px 0;
}
.ms-list-title{
    position: relative;
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px;
}
.ms-list-title h3{
    margin: auto 0;
    color: #9e2358;
    font-weight: 600;
    line-height: 22px;
    font-size: 20px;
    text-transform: none;
    background: #fff;
    z-index: 1;
    padding-left: 10px;
}
.ms-list-title h3 i{
    color: #9e2358;
    vertical-align: bottom;
}
.mlt-line{
    background-color: #9e2558;
    opacity: .15;
    position: absolute;
    right: 0;
    left: 0;
    height: 3px;
    top: 50%;
}
.msp{
    width: 100%;
    display: inline-flex;
    margin: 10px 0;
}
.msp img{
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 7px;
}
.msp-info{
    padding: 0 10px;
}
.msp-info span:first-child{
    display: block;
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
    text-align: inherit;
    text-transform: none;
    color: #383838;
    height: 38px;
    overflow: hidden;
}
.msp-info h3 {
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
    text-align: inherit;
    text-transform: none;
    color: #383838;
    height: 38px;
    overflow: hidden;
    margin-top: 0;
}
.mi-span{
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    color: #9e2558;
}
.mi-span a{
    color: #9e2558 !important;
}
.mi-span:last-child{
    margin-right: 6px;
}
.mp-banner{
    display: block;
    width: 100%;
    padding: 25px 0;
    max-width: 1210.05px;
    margin: 0 auto;
}
.mp-banner img{
    width: 100%;
    height: auto;
    max-height: 400px;
    border-radius: 7px;
    box-shadow: 0 0 4px 3px rgba(0,0,0, 0.1);
}
.abc-title{
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 500;
    background-color: #f1dfe6;
    color: #9e2358;
    border-radius: 7px;
    margin-bottom: 10px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.abc-title span{
    color: #9e2358;
}
.abc-title span i{
    color: #9e2358;
}

.fit{
    color: #757575;
}
.fit h3{
    color: #9e2358;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
.fit > .fp{
    padding-left: 25px;
}
.mks-fs{
    display: block;
    width: 100%;
    text-align: center;
    margin: 25px 0 16px;
}
.mks-fs a{
    display: inline-block;
    padding: 11px 14px 10px 15px;
    color: #fff;
    border-radius: 6px;
}
.mks-fs a i{
    font-size: 25px;
}
.ib{
    background-color: #C00E86;
}
.tb{
    background-color: #2ca5e0;
}
.mks-copyright{
    width: 100%;
    margin: 10px 0;
    display: block;
    font-weight: 600;
    color: #333333;
    text-align: center;
    border-top: solid 1px #ddd;
    padding-top: 10px;
}
.mks-cat-intro{
    background-color: #363636;
    padding-bottom: 22px;
}
.mks-breadcrumb{
    padding: 14px 0 18px;
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto !important;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.mks-blog-home .mks-breadcrumb,
.mks-blog-home .breadcrumb.mks-breadcrumb{
    padding: 8px 0 10px;
    margin: 0 0 8px;
}
.mks-blog-home .mks-breadcrumb > span,
.mks-blog-home .mks-breadcrumb p{
    margin: 0;
}
.mks-breadcrumb.woocommerce-breadcrumb{
    padding: 8px 0 !important;
    display: flex;
    align-items: center;
    margin: 0 0 10px !important;
}
.mks-breadcrumb.woocommerce-breadcrumb a,
.mks-breadcrumb.woocommerce-breadcrumb span{
    white-space: nowrap !important;
    color: #515151 !important;
    font-size: 12px;
    font-weight: 500;
}
.mks-breadcrumb.woocommerce-breadcrumb a:last-child,
.mks-breadcrumb.woocommerce-breadcrumb span:last-child{
    color: #222 !important;
    font-weight: 600;
}
/* Only hide trailing separator when the last crumb itself is a link */
.mks-breadcrumb.woocommerce-breadcrumb > a:last-child:after{
    content: none !important;
    display: none !important;
}
.mks-breadcrumb > span{
    color: #9e2558;
    font-size: 19px;
}
.mks-breadcrumb > span > i{
    vertical-align: middle;
}
.mks-breadcrumb > span > span{
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 300;
}
.mks-breadcrumb > span > span > a{
    color: #9e9e9e;
    font-size: 14px;
}

/* Category intro (dark bg): force white breadcrumb — must stay AFTER gray rules */
.mks-cat-intro .mks-breadcrumb,
.mks-cat-intro .breadcrumb.mks-breadcrumb,
.mks-cat-intro .mks-breadcrumb.woocommerce-breadcrumb{
    padding: 16px 0 10px !important;
    margin: 0 0 8px !important;
}
.mks-cat-intro .mks-breadcrumb.woocommerce-breadcrumb a,
.mks-cat-intro .mks-breadcrumb.woocommerce-breadcrumb span,
.mks-cat-intro .mks-breadcrumb.woocommerce-breadcrumb a:last-child,
.mks-cat-intro .mks-breadcrumb.woocommerce-breadcrumb span:last-child,
.mks-cat-intro .breadcrumb.mks-breadcrumb a,
.mks-cat-intro .breadcrumb.mks-breadcrumb span,
.mks-cat-intro .mks-breadcrumb a,
.mks-cat-intro .mks-breadcrumb span,
.mks-cat-intro .mks-breadcrumb > span,
.mks-cat-intro .mks-breadcrumb > span > span,
.mks-cat-intro .mks-breadcrumb > span > span > a,
.mks-cat-intro .mks-breadcrumb .breadcrumb_last{
    color: #ffffff !important;
}
.mks-cat-intro .mks-breadcrumb.woocommerce-breadcrumb > a + a:after,
.mks-cat-intro .mks-breadcrumb.woocommerce-breadcrumb > a:first-child:after{
    display: inline-block !important;
    content: "\f104" !important;
    color: rgba(255, 255, 255, 0.85) !important;
}
.mks-cat-intro .mks-breadcrumb.woocommerce-breadcrumb > span{
    margin-inline-start: 0;
}
.mks-cat-intro .mks-breadcrumb.woocommerce-breadcrumb a:after,
.mks-cat-intro .mks-breadcrumb.woocommerce-breadcrumb a:first-child:after,
.mks-cat-intro .mks-breadcrumb.woocommerce-breadcrumb a + a:after,
.mks-cat-intro .woocommerce-breadcrumb a:after,
.mks-cat-intro .woocommerce-breadcrumb a:first-child:after,
.mks-cat-intro .woocommerce-breadcrumb a + a:after{
    color: rgba(255, 255, 255, 0.85) !important;
}
.mks-cat-intro .mks-breadcrumb a:hover,
.mks-cat-intro .mks-breadcrumb.woocommerce-breadcrumb a:hover{
    color: #e2e8f0 !important;
}
/* Legacy category classes (kept for safety) */
.cp-list-title{ display: none; }
.cp-title{
    font-weight: 800;
    font-size: 28px;
    color: #1f2937;
}
.cp-children a,
.mks-cat-child{
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    line-height: 1.4;
    margin: 0 0 8px 8px;
    font-size: 13px;
    font-weight: 600;
    color: #64748b !important;
    border-radius: 999px;
    transition: all .18s ease;
    text-decoration: none !important;
}
.cp-children a:hover,
.mks-cat-child:hover{
    background-color: var(--mks-color-primary, #2f7edb);
    color: #fff !important;
    border-color: var(--mks-color-primary, #2f7edb);
}

/* Category articles section */
.mks-cat-articles{
    padding: 22px 0 10px;
}
.mks-cat-head{
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8edf3;
}
.mks-cat-title{
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.45;
    color: #111827;
}
.mks-cat-desc{
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #64748b;
}
.mks-cat-children{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 4px;
}
.mks-cat-posts{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.mks-cat-post{
    margin: 0;
}
.mks-cat-post-link{
    display: flex;
    align-items: stretch;
    gap: 18px;
    width: 100%;
    padding: 16px;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
    color: inherit !important;
    font-weight: inherit !important;
    text-decoration: none !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.mks-cat-post-link:hover{
    border-color: #d3e0f2;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.09);
    transform: translateY(-1px);
}
.mks-cat-post-link:hover .mks-cat-post-title{
    color: var(--mks-color-primary, #2f7edb);
}
.mks-cat-post-thumb{
    width: 200px;
    min-width: 200px;
    height: 148px;
    border-radius: 14px;
    overflow: hidden;
    background: #f1f5f9;
}
.mks-cat-post-thumb img,
.mks-cat-post-fallback{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mks-cat-post-fallback{
    background: linear-gradient(135deg, #eef5ff 0%, #dce9fb 100%);
}
.mks-cat-post-body{
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    text-align: right;
    padding: 2px 0;
}
.mks-cat-post-title{
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;
    color: #111827;
    transition: color .2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mks-cat-post-meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin: 0 0 12px;
    padding: 8px 12px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    font-size: 12px;
    color: #64748b;
}
.mks-cat-post-meta-item{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}
.mks-cat-post-meta-item em{
    font-style: normal;
    font-weight: 600;
    color: #475569;
    white-space: nowrap;
}
.mks-cat-post-meta-item i{
    color: var(--mks-color-primary, #2f7edb);
    font-size: 12px;
    flex-shrink: 0;
}
.mks-cat-post-meta-sep{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cbd5e1;
    flex-shrink: 0;
}
.mks-cat-post-excerpt{
    margin: 0;
    padding-top: 12px;
    border-top: 1px dashed #e5eaf1;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.9;
    color: #4b5563;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mks-cat-empty{
    padding: 28px 16px;
    text-align: center;
    color: #64748b;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px dashed #e2e8f0;
}
.mks-cat-pagination{
    margin-top: 8px;
}

/* Legacy article card */
.cpa-item{
    width: 100%;
    margin: 16px 0;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    padding: 20px;
    border-radius: 7px;
    background-color: #ffffff;
    display: inline-flex;
}
.cpa-item img{
    max-width: 210px;
    min-width: 210px;
    height: 135px;
    border-radius: 7px;
}
.cpa-info{
    padding: 0 20px;
    flex-grow: 1;
}
.cpa-info h2{
    font-weight: 500;
    line-height: 23px;
    font-size: 18px;
    text-align: right;
    text-transform: none;
    color: #383838;
}
.ci-adc{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 7px;
}
.ci-desc{
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
    text-align: right;
    text-transform: none;
    color: #888888;
}
.ci-adc > div > span{
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    color: #9e2558;
}
.ci-adc > div > span:last-child{
    margin-right: 15px;
}
.ci-adc > span{
    font-size: 12px;
    color: #9e2558;
    margin: auto 0;
}
.ci-adc > span > i{
    font-size: 12px;
}
.pagination{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 16px 0;
}
.pagination > span.current{
    background-color: #9e2358 !important;
    color: #fff !important;
    padding: 0 10px !important;
    border-radius: 4px !important;
    margin: 0 3px !important;
}
.pagination > span{
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin: 0 3px;
    font-weight: 600;
    box-shadow: 0 0 3px 1px rgba(0,0,0, 0.1);
    border-radius: 4px;
}
.pagination > a{
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin: 0 3px;
    font-weight: 600;
    box-shadow: 0 0 3px 1px rgba(0,0,0, 0.1);
    border-radius: 4px;
}
.sa-md{
    width: 100%;
    background-color: #ffffff;
    padding: 28px 30px;
    border-radius: 14px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    margin: 0 auto 25px;
}
.sa-header h1,
.sa-md header h1{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    margin: 0 0 18px;
    color: #222;
}
.sa-featured{
    margin: 18px 0 22px;
    border-radius: 12px;
    overflow: hidden;
}
.sa-featured-img,
.sa-md > img{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}
.sm-info,
.sa-meta{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: linear-gradient(180deg, #fafafa 0%, #f5f7fa 100%);
}
.sa-meta-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 16px;
}
.sa-meta-row--primary{
    padding-bottom: 10px;
    border-bottom: 1px dashed #e4e4e4;
}
.sa-meta-item{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #5f6368;
    font-size: 13.5px;
    white-space: nowrap;
}
.sa-meta-item i{
    color: var(--mks-color-primary, #2f7edb);
    font-size: 14px;
}
.sa-meta-item a{
    color: inherit !important;
    font-weight: 600 !important;
}
.sa-meta-item a:hover{
    color: var(--mks-color-primary, #2f7edb) !important;
}
.sa-meta-share{
    position: relative;
}
.sa-share-toggle{
    border: 1px solid #dbe4f0;
    background: #fff;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #475569;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 999px;
    transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.sa-share-toggle i{
    color: var(--mks-color-primary, #2f7edb);
    font-size: 13px;
}
.sa-share-toggle:hover,
.sa-share-toggle[aria-expanded="true"]{
    background: #eff6ff;
    border-color: #bfdbfe;
    color: var(--mks-color-primary, #2f7edb);
    box-shadow: 0 2px 8px rgba(47, 126, 219, 0.12);
}
.sa-share-backdrop[hidden],
.sa-share-panel[hidden],
.sa-share-qr[hidden]{
    display: none !important;
}
.sa-share-backdrop:not([hidden]){
    display: block !important;
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(3px);
}
.sa-share-panel{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: min(420px, calc(100vw - 28px));
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: 16px 18px 18px;
    background: #f3f3f3;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
    transform: translate(-50%, -50%);
    animation: sa-share-in .22s ease;
}
@keyframes sa-share-in {
    from {
        opacity: 0;
        transform: translate(-50%, -46%) scale(.98);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}
.sa-share-panel-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}
.sa-share-panel-title{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1b1b1b;
}
.sa-share-panel-title i{
    font-size: 16px;
    color: #424242;
}
.sa-share-panel-title strong{
    font-size: 15px;
    font-weight: 700;
}
.sa-share-close{
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #5c5c5c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}
.sa-share-close:hover{
    background: #e8e8e8;
    color: #111;
}
.sa-share-preview{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
.sa-share-preview-icon{
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #f0f0f0;
    color: #444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}
.sa-share-preview-info{
    flex: 1;
    min-width: 0;
}
.sa-share-preview-title{
    font-size: 13.5px;
    font-weight: 700;
    color: #1b1b1b;
    line-height: 1.45;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sa-share-preview-url{
    font-size: 12px;
    color: #6b6b6b;
    direction: ltr;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sa-share-preview-actions{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.sa-share-qr-btn,
.sa-share-copy-btn{
    width: 36px;
    height: 36px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #f7f7f7;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.sa-share-qr-btn:hover,
.sa-share-copy-btn:hover,
.sa-share-qr-btn[aria-expanded="true"]{
    background: #ececec;
    border-color: #d4d4d4;
}
.sa-share-copy-btn.is-copied{
    background: #e8f8ee;
    border-color: #b7e4c7;
    color: #15803d;
}
.sa-share-qr{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: -4px 0 14px;
    padding: 14px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
.sa-share-qr img{
    width: 160px;
    height: 160px;
    border-radius: 8px;
    background: #fff;
}
.sa-share-qr span{
    font-size: 12px;
    color: #666;
    text-align: center;
}
.sa-share-using-title{
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 600;
    color: #4b4b4b;
}
.sa-share-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 6px;
}
.sa-share-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: 78px;
    padding: 8px 4px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #2f2f2f !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: background .18s ease;
    cursor: pointer;
}
.sa-share-item:hover{
    background: #e9e9e9;
}
.sa-share-icon{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
}
.sa-share-label{
    font-size: 11.5px;
    line-height: 1.3;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sa-share-telegram .sa-share-icon{ background: #229ed9; }
.sa-share-whatsapp .sa-share-icon{ background: #25d366; }
.sa-share-twitter .sa-share-icon{ background: #111827; }
.sa-share-linkedin .sa-share-icon{ background: #0a66c2; }
.sa-share-facebook .sa-share-icon{ background: #1877f2; }
.sa-share-email .sa-share-icon{ background: #ea4335; }
body.sa-share-open{
    overflow: hidden;
}
.sm-info > div{}
.sm-info > div > span:last-child{
    margin-right: 15px;
}
.sm-info span{
    display: inline-block;
    color: #979797;
    font-size: 14px;
    white-space: nowrap;
}
.sm-info > span > i{
    font-size: 14px;
    color: #000000;
}

.share-social{
    margin: 30px 0;
}
.share-social > span{
    border-radius: 30px;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    margin-left: 7px;
}
.share-social  span  i{
    font-size: 15px;
}
.share-social  a  i{
    color: #fff;
    font-size: 16px;
}
.share-social  a{
    padding: 8px 8px 4px !important;
    text-align: center !important;
    display: inline-block !important;
    border-radius: 100% !important;
    min-width: auto !important;
    min-height: auto !important;
}
.sa-social-twitter {
    background: #55acee;
    color: #fff;
}
.sa-social-facebook {
    background: #3b5998;
    color: #fff;
}
.sa-social-telegram {
    background: #08c;
    color: #fff;
}
.sa-social-whatsapp {
    background: #25d366;
    color: #fff;
}
.sa-social-linkedin {
    background: #007bb5;
    color: #fff;
}
.mks-sac-btn{
    margin: 8px 0 0;
    min-width: 160px;
    padding: 12px 28px;
    border: 0;
    border-radius: 12px;
    color:#FFFFFF !important;
    background-color: var(--mks-color-primary, #2f7edb) !important;
    font-weight: 700;
    font-size: 14.5px;
    transition: filter .2s ease, box-shadow .2s ease, transform .2s ease;
}
.mks-sac-btn:hover{
    color:#FFFFFF !important;
    background-color: var(--mks-color-primary, #2f7edb) !important;
    filter: brightness(1.05);
    box-shadow: 0 8px 20px rgba(47, 126, 219, 0.25);
    transform: translateY(-1px);
}
.mks-sac-btn:disabled{
    opacity: .7;
    cursor: wait;
    transform: none;
}
.sa-comment{
    width: 100%;
    display: flex;
    gap: 14px;
    margin: 0 0 12px;
    padding: 16px;
    border: 1px solid #eceff3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
}
.sa-comment-avatar{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8f1fc 0%, #d7e8fb 100%);
    color: var(--mks-color-primary, #2f7edb);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}
.sa-comment-avatar--reply{
    width: 38px;
    height: 38px;
    font-size: 12px;
    background: linear-gradient(135deg, #f3e8ff 0%, #ebe0ff 100%);
    color: #7c3aed;
}
.sa-comment img{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    flex-shrink: 0;
}
.sa-comment a{
    display: block;
    overflow-x: auto;
}
.sac-child{
    margin-right: 28px;
    margin-bottom: 12px;
    padding: 14px;
    background: #f8fafc;
    border-color: #e8eef5;
    max-width: calc(100% - 28px);
}
.sac-child > .sc-info{
    width: 100%;
}
.sc-info{
    width: 100%;
    padding: 0;
    margin: auto 0;
    min-width: 0;
}
.sa-comment-head,
.sc-info > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 8px;
}
.sa-comment-author{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14.5px;
    color: #1f2937;
    font-weight: 700;
}
.sa-comment-badge{
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    background: #ede9fe;
    color: #6d28d9;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}
.sa-comment-date{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    color: #94a3b8;
    font-size: 12px;
    white-space: nowrap;
}
.sa-comment-date i{
    font-size: 11px;
}
.sa-comment-body,
.sc-info > p{
    margin: 0;
    color: #374151;
    line-height: 1.85;
    font-size: 14.5px;
    word-wrap: break-word;
}
.sa-comments-count{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    margin-right: 8px;
    padding: 0 7px;
    border-radius: 999px;
    background: #eaf2fc;
    color: var(--mks-color-primary, #2f7edb);
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
}
.sc-info > div > span{
    display: inline-block;
    font-size: 14.5px;
    color: var(--mks-color-primary, #2f7edb);
    font-weight: 600;
}
.sc-info > div > span > p{
    display: inline-block;
    color: #9a9a9a !important;
    margin: 0;
}
.sc-info > div > span:last-child{
    font-weight: 400;
    color: #979797;
    font-size: 12.5px;
}
.sc-info > p{
    margin: 0;
    color: #444;
    line-height: 1.8;
    font-size: 14.5px;
}
.sho-search{
    margin: auto 20px auto 0;
    padding: 10px;
}
.sho-search > i{
    font-size: 20px;
    vertical-align: bottom;
}
.height-100-vh{
    height: 100vh !important;
}

.height-65-vh{
    height: 65vh !important;
    margin: 0 !important;
}
.search-result{
    text-align: right;
    margin: 16px 0;
}
.search-result > a{

}
.sr-item{
    display: inline-flex;
    margin: 10px;
    box-shadow: 0 0 5px 1px rgba(0,0,0, 0.1);
    border-radius: 7px;
}
.sr-item > img{
    width: 83px;
    height: 63px;
    border-radius: 0 10px 10px 0;
}
.sr-item > h2{
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
    text-align: inherit;
    text-transform: none;
    color: #383838;
    margin: auto 10px;
}
.m-header{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding: 10px 30px;
}
.m-header i{
    font-size: 30px;
}
.m-header > a{
    margin: auto 0;
    padding: 0;
}
.m-header > div{
    margin: auto 0;
    padding: 0;
}
.mh-logo{}
.mh-logo > img{
    max-width: 125px;
}
.mhm > ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.mhm > ul > li{
    position: relative;
}
.mhm > ul > li.menu-item-has-children:after{
    font-family: "Font Awesome 6 Pro";
    content: '\f107';
    display: block;
    color: #606060;
    position: absolute;
    font-size: 20px;
    left: 15px;
    top: 2px;
    z-index: 5;
}
.mhm > ul > li > a{
    display: block;
    width: 100%;
    padding: 12px 12px;
    border-bottom: solid 1px #f5f5f5;
    font-size: 14px;
    font-weight: 800;
}
.mhm > ul > li > ul{
    display: none;
    list-style: none;
    background-color: #f7f7f7;
    padding: 0;
}
.mhm > ul > li > ul > li{
    width: 100%;
    padding-right: 10px;
    border-bottom: solid 1px #e9e9e9;
}
.mhm > ul > li > ul > li:first-child > a{
    /*border-top: solid 1px #f7f7f7;*/
    /*margin-top: 13px;*/
}
.mhm > ul > li > ul > li:last-child > a{
    /*margin-bottom: 13px;*/
}
.mhm > ul > li > ul > li > a{
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
}
.mf-d-none{
    display: none !important;
}

.sm-desc{
    line-height: 2;
    font-size: 15.5px;
    color: #333;
    direction: rtl;
    text-align: justify;
}
.sm-desc h2,
.sm-desc h3,
.sm-desc .h2,
.sm-desc .h3{
    margin: 1.5em 0 .75em;
    font-weight: 700;
    line-height: 1.65;
    color: #1f2937;
    text-align: right;
}
.sm-desc h2,
.sm-desc .h2{
    font-size: 1.35rem;
}
.sm-desc h3,
.sm-desc .h3{
    font-size: 1.2rem;
}
.sm-desc p{
    margin-bottom: 1.05em;
    line-height: 2;
    text-align: justify;
}
.sm-desc li{
    line-height: 2;
    text-align: justify;
    margin-bottom: .35em;
}
.sm-desc div:has(img):not(section),
.sm-desc p:has(img):not(section) {
    width: 100%;
    text-align: center;
}
.sm-desc img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.sm-desc div{
    max-width: 100% !important;
}
@media (min-width: 1200px) {
    .sm-desc h2,
    .sm-desc .h2{
        font-size: 1.6rem;
    }
    .sm-desc h3,
    .sm-desc .h3{
        font-size: 1.5rem;
    }
}
.sa-md a{
    color: var(--mks-color-primary, #2f7edb);
    font-weight: 600;
    text-decoration: none !important;
}
.sa-md u{
    text-decoration: none !important;
}
.sac-child{
    width: auto;
    border-right: solid 3px var(--mks-color-primary, #2f7edb);
}
.top-banners-slider{
    margin: 30px 0 20px;
    text-align: center;
}
.top-banners-slider-a {
    display: inline-block;
    position: relative;
    padding: 4px;
}

.top-banners-slider-a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(#c13584, #e1306c, #fd1d1d, #f56040, #f77737);
    border-radius: 50%;
}

.top-banners-slider-img {
    background: #fff;
    max-width: 122px;
    height: 122px;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border: 4px solid #fff;
    position: relative;
    z-index: 2;
}

.top-banners-slider-title {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #1e3c58;
    font-weight: 600;
}
.sa-tags{
    margin: 30px 0;
}
.sa-tags > span{
    border-radius: 30px;
    padding: 3px 10px;
    margin: 5px;
    background: #444;
}
.sa-tags > span > i{
    font-size: 15px;
    color: #FFFFFF;
}
.sa-tags > a{
    border-radius: 30px;
    padding: 3px 10px;
    border: 1px solid #e2e2e2;
    margin: 5px;
    color: #7c7c7c;
    display: inline-block;
    transition: all ease-in-out 150ms;
}
.sa-tags > a:hover{
    color: #FFFFFF;
    background-color: #a42558;
}
.sa-md h2, h3 {
    font-weight: bold;
}
.at-more-link{
    margin: auto 0;
    font-size: 17px;
}
.at-more-link i{
    font-size: 20px;
    vertical-align: middle;
}
.offcanvas-header > .mh-logo > img{
    max-width: 100px;
}
.mks-rpd{
    display: inline-flex;
    width: 100%;
    border: 1px solid #ccc!important;
    padding: 7px;
    border-radius: 5px;
    position: relative;
    background-color: #f0faff;
}
.mks-rpd > img{

}
.mks-rpd-left{
    text-align: right !important;
    padding-right: 20px;
}
.mrl-title{
    color: #3a3a3a;
    font-size: 18px;
}
.mrl-desc{
    font-size: 13px;
    line-height: 2em;
    color: #757575!important;
}
.mrl-meta{

}
.mks-rpd > small {
    color: #000000;
    font-size: 14px;
}
.mks-ilp-2{
    background-color: #fffddb;
    padding: 10px 16px;
    border-radius: 4px;
    overflow: hidden;
}
.mks-ilp-2 > i{
    color: #ecc21b;
    font-size: 24px;
    vertical-align: middle;
    margin-left: 7px;
}
.mks-ilp-2 > span{

}
.mks-ilp-2 > a{
    color: #349bde;
}
.mks-code-section, .hljs{
    border-radius: 0 0 5px 5px !important;
}
.mks-code-section > h2{
    background-color: #000;
    color: #fff !important;
    padding: 8px 14px;
    direction: rtl;
    text-align: right;
    font-weight: 100;
    margin: 0;
    font-size: 22px;
    border-radius: 5px 5px 0 0;
}
.mks-code-section > h2 > i{
    margin-left: 8px;
    vertical-align: baseline;
    font-size: 20px;
}
.mks-note-shc{
    border-radius: 8px;
    padding: 15px;
    border: none;
    border-right: solid 7px;
}
.mks-note-shc > p{
    font-weight: 500;
    font-size: 19px;
}
.mks-note-shc > p > i{
    font-size: 25px;
    margin-left: 5px;
    vertical-align: revert;
}
.hljs {
    line-height: 25px;
    text-align: left;
}
span.pinout {
    padding: 0 7px;
    border-radius: 3px;
    margin: 0;
    color: #fff;
    font-size: 15px;
    margin-right: 3px;
    display: inline-block;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    line-height: initial !important;
}
.pinout.pinout-black {
    background-color: #333739;
}

.pinout.pinout-gray {
    background-color: #95a5a6;
}

.pinout.pinout-yellow {
    background-color: #f1c40f;
}

.pinout.pinout-blue {
    background-color: #3498db;
}

.pinout.pinout-orange {
    background-color: #e67e22;
}

.pinout.pinout-green {
    background-color: #2ecc71;
}

.pinout.pinout-purple {
    background-color: #8d4ba3;
}

.pinout.pinout-red {
    background-color: #cb2b2b;
}

.pinout.pinout-turquoise {
    background-color: #1abc9c;
}

.pinout.pinout-dark-blue {
    background-color: #475577;
}
.mks-video-shortcode{
    width: 100%;
    min-height: 400px;
    height: auto;
    border-radius: 5px;
}
.mks-download-shb{
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 20px;
    color: #646464 !important;
    background-color: #ffffff;
    margin: 10px 5px;
    display: inline-block;
    box-shadow: 0 0 3px 3px rgb(0 0 0 / 8%);
}
.mks-download-shb > i{
    font-size: 35px;
    vertical-align: sub;
    margin-right: 5px;
    color: #9e2558;
}
tbody, td, tfoot, th, thead, tr{
    border: solid 1px;
}
.mks-author{
    background-color: #333;
    border-radius: 7px;
    overflow: hidden;
    padding: 40px 20px 25px;
    text-align: center;
    margin-bottom: 40px;
}
.mks-author img{
    border-radius: 100%;
}
.mks-author h3{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 16px 0 45px;
    color: #fff;
}
.mks-author h3:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100px;
    height: 10px;
    margin-left: -50px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px,transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
    top: 43px;
}
.mks-author-description{
    font-size: .85rem;
    line-height: 1.7;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    color: #efefef;
}
.mks-author-socials{
    margin: 20px 0 0;
    text-align: center;
}
.mks-author-socials a{
    display: inline-block;
    font-size: 25px;
    margin: 0 10px;
}
.mks-author-socials a i{

}

.instagram {
    color: #C13584;
}
.twitter {
    color: #55acee;
}
.facebook {
    color: #3b5998;
}
.telegram {
    color: #08c;
}
.whatsapp {
    color: #25d366;
}
.linkedin {
    color: #007bb5;
}

.mks-ilp-3{
    width: 100%;
    display: inline-flex;
    background-color: #f8f8f8;
    border: #e3e3e3 solid 1px;
    border-left: 5px solid #ff6666;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 10px 0;
    overflow: hidden;
}
.mks-ilp-3 span{
    position: relative;
    display: inline-block;
    background-color: #ff6666;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 15% 50%);
    color: #fff;
    font-weight: 600;
    padding: 9px 13px 0 55px;
}
.mks-ilp-3 span i{
    color: #fff;
}
.mks-ilp-3 a{
    padding: 9px 5px;
    color: #000;
    font-weight: 500;
}
.mks-blog-products{

}
.mks-blog-products .adp{
    border-radius: 11px;
    display: block;
    margin-top: 30px;
    background-color: #ededed;
}
.mks-blog-products .adp h3{
    padding: 10px;
    font-weight: 700;
    color: #000 !important;
    font-size: 20px;
    display: block;
    margin: 0 0 15px;
    line-height: 30px;
    height: 45px;
    overflow: hidden;
}
.mks-blog-products .adp img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
.mks-blog-products .adp a{
    display: block;
    padding-bottom: 5px;
}
.mks-blog-products .mks-adp-btn{
    margin: 25px auto;
    width: 80%;
    display: block;
    color: #fff;
    background-color: #cf3040;
    border-radius: 4px;
}
.mks-blog-products .mks-adp-btn:hover {
    color: #000;
    background-color: #ccc;
}
.sb_banners{
    display: block;
    width: 100%;
}
.sb_banners img{
    width: 100%;
    margin-bottom: 25px;
    border-radius: 5px;
}
.sb-sidebar-article{
    display: block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    padding-right: 10px;
    margin-bottom: 15px;
}

/* ===== Magazine: articles by category ===== */
.mks-magazine{
    --mm-accent: var(--mks-color-primary, #9e2358);
    --mm-accent-soft: rgba(158, 35, 88, 0.08);
    --mm-accent-mid: rgba(158, 35, 88, 0.16);
    --mm-text: #2b2b2b;
    --mm-muted: #8a8a8a;
    --mm-radius: 14px;
    --mm-radius-sm: 10px;
}
@supports (color: color-mix(in srgb, red, white)) {
    .mks-magazine{
        --mm-accent-soft: color-mix(in srgb, var(--mm-accent) 10%, #fff);
        --mm-accent-mid: color-mix(in srgb, var(--mm-accent) 18%, #fff);
    }
}
.mks-magazine .ms-list-title{
    margin-bottom: 22px;
}
.mks-magazine .ms-list-title h3{
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}
.mks-magazine-grid{
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}
.mks-magazine-col{
    display: flex;
    margin-bottom: 1.25rem;
}
.mm-cat{
    display: flex;
    flex-direction: column;
    width: 100%;
    background: linear-gradient(180deg, #faf7f8 0%, #ffffff 42%);
    border: 1px solid #f0e6ea;
    border-radius: var(--mm-radius);
    padding: 14px;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.mm-cat:hover{
    border-color: #e8d0d9;
    box-shadow: 0 10px 28px rgba(158, 35, 88, 0.07);
}
.mm-cat-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    margin-bottom: 14px;
    background: var(--mm-accent-soft);
    border-radius: var(--mm-radius-sm);
}
.mm-cat-name{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mm-accent);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}
.mm-cat-name i{
    font-size: 15px;
    opacity: .9;
}
.mm-more{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    color: var(--mm-accent) !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--mm-accent-mid);
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.mm-more i{
    font-size: 12px;
    transition: transform .2s ease;
}
.mm-more:hover{
    background: var(--mm-accent);
    color: #fff !important;
    border-color: var(--mm-accent);
}
.mm-cat-body{
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

/* Featured article */
.mm-featured{
    margin-bottom: 6px;
}
.mm-featured-thumb{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 16 / 10;
    background: #f3e8ec;
}
.mm-featured-thumb img,
.mm-featured-thumb .mm-thumb-fallback{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}
.mm-featured:hover .mm-featured-thumb img{
    transform: scale(1.04);
}
.mm-featured-thumb::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(30, 10, 20, 0.18) 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
}
.mm-featured:hover .mm-featured-thumb::after{
    opacity: 1;
}
.mm-featured-info{
    padding: 12px 2px 6px;
}
.mm-featured-info h3{
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    color: var(--mm-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mm-featured-info h3 a{
    color: inherit !important;
    transition: color .2s ease;
}
.mm-featured-info h3 a:hover{
    color: var(--mm-accent) !important;
}

/* List items */
.mm-list{
    display: flex;
    flex-direction: column;
}
.mm-item{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid #f1e6ea;
}
.mm-item-thumb{
    width: 92px;
    min-width: 92px;
    height: 74px;
    border-radius: 10px;
    overflow: hidden;
    background: #f3e8ec;
}
.mm-item-thumb img,
.mm-item-thumb .mm-thumb-fallback{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.mm-item:hover .mm-item-thumb img{
    transform: scale(1.06);
}
.mm-item-info{
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mm-item-info h3{
    margin: 0 0 6px;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--mm-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mm-item-info h3 a{
    color: inherit !important;
    transition: color .2s ease;
}
.mm-item-info h3 a:hover{
    color: var(--mm-accent) !important;
}

/* Meta */
.mm-meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    line-height: 1.4;
    color: var(--mm-muted);
}
.mm-meta-author{
    color: var(--mm-accent) !important;
    font-weight: 500;
}
.mm-meta-author:hover{
    text-decoration: underline;
}
.mm-meta-sep{
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c9b0ba;
    display: inline-block;
}
.mm-meta time{
    color: var(--mm-muted);
}
.mm-thumb-fallback{
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f3e8ec 0%, #e8d4dc 100%);
}

/* ===== Latest articles sidebar ===== */
.mks-latest-articles.main-sidebar,
.mks-latest-articles.sa-sidebar{
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 14px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    padding: 18px 14px;
    margin-bottom: 25px;
}
.mks-latest-articles .ms-list-title{
    margin-bottom: 12px;
}
.mks-latest-articles .ms-list-title h3{
    font-size: 16px;
    background: transparent;
    padding-left: 8px;
}
.mks-latest-list{
    display: flex;
    flex-direction: column;
}
.mks-latest-item{
    margin: 0;
}
.mks-latest-link,
.mks-latest-articles .sb-sidebar-article{
    display: block;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 12px 4px;
    margin: 0;
    border-bottom: 1px solid #eef2f7;
    transition: background .2s ease;
    color: inherit !important;
    font-weight: inherit !important;
    text-decoration: none !important;
}
.mks-latest-item:last-child .mks-latest-link,
.mks-latest-item:last-child .sb-sidebar-article{
    border-bottom: 0;
    padding-bottom: 4px;
}
.mks-latest-link:hover,
.mks-latest-articles .sb-sidebar-article:hover{
    background: #f8fafc;
    border-radius: 10px;
}
.mks-latest-articles .msp{
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin: 0;
}
.mks-latest-articles .msp img,
.mks-latest-fallback{
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    background: #eef2f7;
}
.mks-latest-fallback{
    background: linear-gradient(135deg, #eef5ff 0%, #dce9fb 100%);
}
.mks-latest-articles .msp-info{
    padding: 0 10px;
    min-width: 0;
    flex: 1;
}
.mks-latest-title,
.mks-latest-articles .msp-info h3{
    margin: 0 0 8px;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    line-height: 1.55 !important;
    height: auto !important;
    max-height: none;
    color: #1f2937 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mks-latest-link:hover .mks-latest-title{
    color: var(--mks-color-primary, #2f7edb) !important;
}
.mks-latest-date,
.mks-latest-articles .mi-span.mks-latest-date{
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f8f1f4;
    color: #9e2558 !important;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 1.4;
    width: fit-content;
}
.mks-latest-date i{
    font-size: 11px;
    color: #9e2558;
}

/* ===== Single article: sidebar / related / comments ===== */
.sa-sidebar{
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 14px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    padding: 18px 14px;
    margin-bottom: 25px;
}
.sa-sidebar .ms-list-title{
    margin-bottom: 14px;
}
.sa-sidebar .ms-list-title h3{
    font-size: 17px;
    background: transparent;
    padding-left: 8px;
}
.sa-side-item{
    margin-bottom: 0;
}
.sa-side-cat{
    display: none;
}

.single-article-bottom-sections{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 30px;
}
.sa-related-box{
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #ececec;
}
.sa-related-box .ms-list-title{
    margin-bottom: 18px;
}
.sa-related-box .ms-list-title h3,
.single-comments-box .ms-list-title h3,
.sa-comments-list-box .ms-list-title h3{
    font-size: 18px;
    font-weight: 700;
}
.sa-related-box .ms-list-title h3{
    color: var(--mks-color-primary, #2f7edb);
    font-size: 17px;
}
.sa-related-box .ms-list-title h3 i{
    color: var(--mks-color-primary, #2f7edb);
}
.sa-related-box .mlt-line{
    background-color: var(--mks-color-primary, #2f7edb);
    opacity: .22;
}
.sa-related-grid{
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1rem;
}
.sa-related-card{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    min-height: 100%;
    padding: 4px 0 14px;
    margin-bottom: 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    transition: opacity .2s ease;
    color: inherit !important;
    font-weight: inherit !important;
}
.sa-related-card:hover{
    opacity: .88;
}
.sa-related-card:hover .sa-related-info h3{
    color: var(--mks-color-primary, #2f7edb);
}
.sa-related-thumb{
    width: 88px;
    min-width: 88px;
    height: 88px;
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f2;
    order: 2;
}
.sa-related-info{
    order: 1;
}
.sa-related-thumb img,
.sa-related-fallback{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sa-related-fallback{
    background: linear-gradient(135deg, #eef5ff 0%, #dce9fb 100%);
}
.sa-related-info{
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    text-align: right;
}
.sa-related-info h3{
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.65;
    color: #2b2b2b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .2s ease;
}
.sa-related-meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    font-size: 12.5px;
    color: #8a8a8a;
}
.sa-related-meta span{
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.sa-related-meta i{
    color: var(--mks-color-primary, #2f7edb);
    font-size: 12px;
}
.sa-related-meta-sep{
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c5c5c5;
    display: inline-block !important;
}
.sa-related-cat{
    align-self: flex-start;
    margin-top: 2px;
    padding: 4px 11px;
    border-radius: 999px;
    background: #f6efdf;
    color: #6b5a3e;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.4;
}

.single-comments-box,
.sa-comments-list-box{
    padding: 24px 26px;
    border-radius: 14px;
    border: 1px solid #f0f0f0;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 4%);
}
.single-comments-box .ms-list-title h3{
    color: #7a1f4a;
}
.single-comments-box .ms-list-title h3 i{
    color: #7a1f4a;
}
.single-comments-box .mlt-line{
    background-color: #f3c6d8;
    opacity: 1;
}
.mks-comment-form-hint{
    margin: -4px 0 16px;
    padding: 11px 13px;
    border-radius: 10px;
    background: #f3f7fc;
    border: 1px solid #dbe7f5;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.75;
}
.single-comments-box .form-group{
    margin-bottom: 16px;
}
.single-comments-box label{
    display: block;
    margin-bottom: 8px;
    font-size: 13.5px;
    font-weight: 700;
    color: #334155;
}
.single-comments-box .form-control{
    width: 100%;
    max-width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14.5px;
    background: #fff;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.single-comments-box textarea.form-control{
    min-height: 130px;
    resize: vertical;
    line-height: 1.8;
}
.single-comments-box .form-control:focus{
    border-color: var(--mks-color-primary, #2f7edb);
    background: #fff;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--mks-color-primary, #2f7edb) 16%, transparent);
}
.single-comments-box .form-control.is-invalid{
    border-color: #e35d6a;
    background: #fff8f8;
}
.mks-comment-field-hint{
    display: block;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    line-height: 1.55;
}
.mks-comment-field-error{
    display: block;
    min-height: 0;
    margin-top: 6px;
    font-size: 12.5px;
    color: #d64545;
    font-weight: 600;
}
.mks-comment-textarea-meta{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-top: 6px;
}
.mks-comment-textarea-meta .mks-comment-field-error{
    margin-top: 0;
    flex: 1;
}
.mks-comment-char-count{
    flex-shrink: 0;
    font-size: 11.5px;
    color: #94a3b8;
    font-weight: 600;
}
.mks-comment-char-count.is-near-limit{
    color: #d97706;
}
.mks-comment-char-count.is-over-limit{
    color: #dc2626;
}
.mks-comment-submit-wrap{
    display: flex;
    justify-content: flex-start;
}
.mks-comment-message{
    display: none;
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.7;
}
.mks-comment-message.is-success{
    display: block;
    background: #eaf8ef;
    color: #1f7a3f;
    border: 1px solid #c9ebd4;
}
.mks-comment-message.is-error{
    display: block;
    background: #fdecec;
    color: #b42318;
    border: 1px solid #f5c2c0;
}
.mks-comment-hp{
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
.mks-comment-form{
    position: relative;
    display: block;
    width: 100%;
}
.mks-comment-form .row{
    width: 100%;
}
