.zi9-ad-box {
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 3px 14px 0 #e1eaf4;
    padding: 10px 10px 18px 10px;
    text-align: center;
    margin: 13px auto;
    font-family: 'YekanZi9', Vazirmatn, Tahoma, Arial, sans-serif;
    font-size:16px;
    transition: box-shadow .19s;
    position:relative;
    overflow:hidden;
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    width:100%;
    max-width:320px;
    min-width:140px;
    text-decoration:none !important;
    color:inherit !important;
}
.zi9-ad-box.zi9-hover:hover { box-shadow: 0 11px 32px 0 #d6e2f2; }
.zi9-ad-link.zi9-ad-box { text-decoration:none !important; color:inherit !important; display:flex; flex-direction:column; align-items:center; }
.zi9-ad-img-wrap {
    width:100%;
    max-width:260px;
    min-width:100px;
    margin: 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border-radius:13px;
    background:#f9faff;
    height: 180px; /* ثابت برای همه تصاویر */
    min-height: 180px;
    max-height: 180px;
    box-sizing: border-box;
}
.zi9-ad-img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    min-width:0;
    min-height:0;
    display:block;
    object-fit:contain;
    object-position:center;
    border-radius:13px;
    background:#f9faff;
}
.zi9-ad-title { font-size: 17px; margin-top: 10px; color:#21375c; font-family:'YekanZi9'; font-weight:600;text-align:center;}
.zi9-ad-responsive { width: 100%; box-sizing: border-box; text-align:center;justify-content:center;align-items:center;}
.zi9-ad-grid {
    display: grid;
    grid-template-columns: repeat(var(--zi9-cols,2), minmax(140px,1fr));
    gap: 18px 15px;
    width: 100%;
}
.zi9-ad-row { display:flex; gap:13px; justify-content:center; }
.zi9-ad-col { display:flex; flex-direction:column; gap:16px; align-items:center;}
@media (max-width:900px){
    .zi9-ad-grid { grid-template-columns:repeat(2,minmax(120px,1fr))!important; }
}
@media (max-width:600px){
    .zi9-ad-grid { grid-template-columns:1fr!important; }
    .zi9-ad-box { min-width:90px; max-width:100%; }
    .zi9-ad-img-wrap { max-width:98vw; }
}
.zi9-ads-container {
    display: block !important;
    width: 100% !important;
    clear: both !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.zi9-ads-container .zi9-ad-grid {
    display: grid !important;
}