.b3-list-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 6px;
}

.b3-column-list .b3-pill {
	background: rgba(255, 150, 6, 0.16) !important;
	color: #f97316 !important;
	border-radius: 999px;
	padding: 4px 12px;
	font-size: 10.5px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
}

.b3-column-list .b3-pill a {
	color: inherit !important;
	text-decoration: none;
}

.b3-column-list .b3-list-date {
	font-size: 12px;
	color: #8c8c8c;
}

.mlm-blog3{
    padding:0;
    max-width:1180px;
    margin:0 auto;
}
@media (max-width: 992px){
    .mlm-blog3{padding:0;}
}
@media (max-width: 576px){
    .mlm-blog3{padding:0;}
}

/* Override برای هماهنگی با ابزارک 12 در modular widgets */
.zh-blog-modular-widgets .mlm-blog3{
    padding:0 !important;
    max-width:100% !important;
    margin:0 !important;
}
.zh-blog-modular-widgets .mlm-blog3 .b3-header,
.zh-blog-modular-widgets .mlm-blog3 .b3-tabs,
.zh-blog-modular-widgets .mlm-blog3 .b3-panels,
.zh-blog-modular-widgets .mlm-blog3 .b3-layout{
    padding-inline:clamp(4px, 1.5vw, 18px) !important;
}

.mlm-blog3 .b3-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:24px;
}
.mlm-blog3 .b3-title-wrap{
    display:flex;
    align-items:center;
    gap:12px;
}
.mlm-blog3 .b3-title-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:8px;
    background:#fea000;
    color:#fff;
    font-size:20px;
}
.mlm-blog3 .b3-title{
    margin:0;
    font-size:1.5rem;
    font-weight:700;
    color:#1f2937;
}
.mlm-blog3 .b3-see-all{
    display:inline-flex;
    flex-direction:row-reverse;
    align-items:center;
    gap:10px;
    font-size:.95rem;
    font-weight:600;
    padding:12px 22px;
    border-radius:10px;
    background:#fff;
    border:1px solid var(--blog3-accent-border, rgba(249,115,22,.25));
    color:var(--blog3-accent, #f97316);
    text-decoration:none;
    transition:all .25s ease;
    box-shadow:0 12px 30px rgba(15,23,42,.04);
}
.mlm-blog3 .b3-see-all:hover,
.mlm-blog3 .b3-see-all:focus{
    background:var(--blog3-accent, #f97316);
    color:#fff;
    border-color:transparent;
    box-shadow:0 18px 38px var(--blog3-accent-shadow, rgba(249,115,22,.32));
}
.mlm-blog3 .b3-see-all:focus{
    outline:none;
}
.mlm-blog3 .b3-see-all .b3-see-icon{
    font-size:1.1rem;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:transform .25s ease;
}
.mlm-blog3 .b3-see-all:hover .b3-see-icon,
.mlm-blog3 .b3-see-all:focus .b3-see-icon{
    transform:translateX(-4px);
}

.mlm-blog3 .b3-tabs{
    display:flex;
    align-items:center;
    position:relative;
    border-bottom:1px solid rgba(148,163,184,.3);
    margin-bottom:28px;
    gap:8px;
    overflow-x:auto;
    scrollbar-width:none;
}
.mlm-blog3 .b3-tabs::-webkit-scrollbar{display:none;}
.mlm-blog3 .b3-tab{
    border:none;
    background:none;
    position:relative;
    padding:14px 20px;
    font-size:.95rem;
    font-weight:500;
    color:#94a3b8;
    display:inline-flex;
    align-items:center;
    gap:10px;
    border-bottom:3px solid transparent;
    cursor:pointer;
    transition:color .25s ease, border-color .25s ease;
    white-space:nowrap;
}
.mlm-blog3 .b3-tab:focus{outline:none;}
.mlm-blog3 .b3-tab-icon{
    font-size:1.1rem;
    display:inline-flex;
    align-items:center;
}
.mlm-blog3 .b3-tab.active{
    color:#1f2937;
    border-bottom-color:#f97316;
}

.mlm-blog3 .b3-panels{
    position:relative;
}
.mlm-blog3 .b3-panel{
    display:none;
}
.mlm-blog3 .b3-panel.active{
    display:block;
}

.mlm-blog3 .b3-layout{
    display:grid;
    grid-template-columns:minmax(0, .95fr) minmax(0, .65fr) minmax(0, .7fr);
    grid-template-areas:"hero square list";
    gap:8px;
    align-items:stretch;
}
.mlm-blog3 .b3-layout > *{
    min-width:0;
}
.mlm-blog3 .b3-card-hero{
    grid-area:hero;
}

.mlm-blog3 .b3-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    position:relative;
    box-shadow:0 20px 40px rgba(15,23,42,.08);
}

.mlm-blog3 .b3-card-hero{
    min-height:150px;
    display:flex;
}
.mlm-blog3 .b3-card-hero .b3-cover{
    position:absolute;
    inset:0;
}
.mlm-blog3 .b3-card-hero img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.mlm-blog3 .b3-card-hero .b3-overlay{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    gap:10px;
    padding:16px 18px;
    width:100%;
    background:linear-gradient(180deg, rgba(30,17,69,.1) 0%, rgba(15,15,30,.92) 65%);
    color:#fff;
}
.mlm-blog3 .b3-card-hero::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(130deg, rgba(76,33,120,.35) 0%, rgba(15,20,60,.85) 60%, rgba(15,23,42,.95) 100%);
    z-index:1;
}
.mlm-blog3 .b3-pill{
    display:inline-flex;
    align-items:center;
    border-radius:8px;
    background:rgba(255,255,255,.18);
    color:#fff;
    padding:6px 14px;
    font-size:.85rem;
    gap:6px;
}
.mlm-blog3 .b3-pill a{
    color:inherit;
    text-decoration:none;
}
.mlm-blog3 .b3-card-title{
    margin:0;
    font-size:1.3rem;
    line-height:1.5;
}
.mlm-blog3 .b3-card-title a{
    color:inherit;
    text-decoration:none;
}
.mlm-blog3 .b3-card-title a:hover{
    text-decoration:underline;
}
.mlm-blog3 .b3-excerpt{
    margin:0;
    font-size:.95rem;
    line-height:1.7;
    color:rgba(255,255,255,.78);
}
.mlm-blog3 .b3-card-hero .b3-card-title{
    color:#fff;
}
.mlm-blog3 .b3-card-hero .b3-card-title a{
    color:#fff;
}
.mlm-blog3 .b3-card-hero .b3-card-title a:hover{
    color:#fff;
    text-decoration:underline;
}
.mlm-blog3 .b3-meta{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:.85rem;
    color:rgba(255,255,255,.85);
}
.mlm-blog3 .b3-meta .b3-dot{
    opacity:.6;
}

.mlm-blog3 .b3-card-square{
    position:relative;
    aspect-ratio:1/1;
    grid-area:square;
    min-height:140px;
}
.mlm-blog3 .b3-card-square .b3-cover{
    position:absolute;
    inset:0;
}
.mlm-blog3 .b3-card-square img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.mlm-blog3 .b3-card-square .b3-bubble{
    position:absolute;
    left:14px;
    right:14px;
    bottom:14px;
    background:#fff;
    border-radius:12px;
    padding:10px 12px;
    box-shadow:0 16px 32px rgba(15,23,42,.18);
    display:flex;
    flex-direction:column;
    gap:8px;
}
.mlm-blog3 .b3-card-square .b3-card-title{
    font-size:1rem;
    margin:0;
    line-height:1.5;
    color:#0f172a;
}
.mlm-blog3 .b3-card-square .b3-card-title a{
    color:inherit;
    text-decoration:none;
}
.mlm-blog3 .b3-card-square .b3-card-title a:hover{
    color:#f97316;
}
.mlm-blog3 .b3-card-square .b3-meta{
    color:#64748b;
    font-size:.85rem;
    display:flex;
    align-items:center;
    gap:8px;
}
.mlm-blog3 .b3-card-square .b3-dot{
    color:rgba(100,116,139,.5);
}
.mlm-blog3 .b3-card-square .b3-pill{
    background:rgba(249,115,22,.12);
    color:#f97316;
    padding:4px 12px;
    border-radius:8px;
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-size:.82rem;
}
.mlm-blog3 .b3-card-square .b3-pill a{
    color:inherit;
}

.mlm-blog3 .b3-card-empty{
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(148,163,184,.12);
    color:#64748b;
    text-align:center;
    padding:24px;
    box-shadow:none;
}
.mlm-blog3 .b3-card-empty .b3-empty{
    background:none;
    padding:0;
    box-shadow:none;
}

.mlm-blog3 .b3-column-list{
    background:#fff;
    border-radius:12px;
    padding:14px;
    box-shadow:0 16px 30px rgba(15,23,42,.08);
    display:flex;
    flex-direction:column;
    gap:14px;
    grid-area:list;
}

.mlm-blog3 .b3-list{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:12px;
}
.mlm-blog3 .b3-list-item{
    display:flex;
    flex-direction:column;
    gap:5px;
    padding-bottom:12px;
    border-bottom:1px solid rgba(148,163,184,.2);
}
.mlm-blog3 .b3-list-item:last-child{
    border-bottom:none;
    padding-bottom:0;
}
.mlm-blog3 .b3-list-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    font-size:.8rem;
    color:#94a3b8;
}
.mlm-blog3 .b3-list-cat{
    display:inline-flex;
    align-items:center;
    background:var(--blog3-accent-soft, rgba(249,115,22,.15));
    color:var(--blog3-accent, #f97316);
    padding:4px 12px;
    border-radius:6px;
    font-weight:600;
    font-size:.78rem;
}
.mlm-blog3 .b3-list-cat a{
    color:inherit;
    text-decoration:none;
}
.mlm-blog3 .b3-list-title{
    font-size:.9rem;
    font-weight:600;
    color:#1f2937;
    text-decoration:none;
    line-height:1.55;
}
.mlm-blog3 .b3-list-title:hover{
    color:var(--blog3-accent, #f97316);
}

.mlm-blog3 .b3-empty,
.mlm-blog3 .b3-list-empty{
    padding:24px;
    border-radius:10px;
    background:rgba(148,163,184,.12);
    color:#64748b;
    font-size:.95rem;
    text-align:center;
}

@media (max-width:1200px){
    .mlm-blog3 .b3-card-hero{min-height:220px;}
    .mlm-blog3 .b3-card-square{min-height:180px;}
}
@media (max-width:768px){
    .mlm-blog3 .b3-header{
        flex-direction:column;
        align-items:flex-start;
    }
    .mlm-blog3 .b3-see-all{
        align-self:flex-end;
    }
    .mlm-blog3 .b3-layout{
        grid-template-columns:1fr;
        grid-template-areas:none;
        gap:12px;
    }
    .mlm-blog3 .b3-card-hero,
    .mlm-blog3 .b3-card-square,
    .mlm-blog3 .b3-column-list{
        grid-area:auto;
    }
    .mlm-blog3 .b3-card-hero{
        min-height:200px;
    }
    .mlm-blog3 .b3-card-square{
        aspect-ratio:auto;
        min-height:190px;
    }
}
@media (max-width:576px){
    .mlm-blog3 .b3-card-hero{
        min-height:190px;
    }
    .mlm-blog3 .b3-card-hero .b3-overlay{
        padding:18px;
    }
    .mlm-blog3 .b3-card-title{
        font-size:1.1rem;
    }
    .mlm-blog3 .b3-column-list{
        padding:16px;
    }
}