/* صفحه ناشران و صفحه هر ناشر — مستقل از age-page.css */
.pub-page{max-width:1280px;margin:auto;padding:16px 20px 55px;color:#45525e}
.pub-crumbs{display:flex;gap:7px;align-items:center;font-size:11px;color:#82908d;margin-bottom:10px}
.pub-crumbs a{color:#5f8f22;text-decoration:none}
.pub-crumbs strong{font-weight:700;color:#45525e}

.pub-head{background:linear-gradient(135deg,#f1f8e6,#fff6d4);border:1px solid #dcebc4;border-radius:20px;padding:20px;margin-bottom:18px}
.pub-head h1{font-size:24px;font-weight:900;margin:0 0 6px}
.pub-head p{font-size:13px;color:#7c8a83;margin:0}

.pub-hero{display:flex;align-items:center;gap:18px;background:linear-gradient(135deg,#f1f8e6,#fff6d4);
  border:1px solid #dcebc4;border-radius:20px;padding:20px;margin-bottom:14px}
.pub-hero__logo{width:88px;height:88px;object-fit:contain;background:#fff;border-radius:14px;padding:8px;flex:0 0 auto}
.pub-hero__text{min-width:0}
.pub-hero__text h1{font-size:22px;font-weight:900;margin:0 0 4px}
.pub-hero__text span{font-size:12px;color:#7c8a83}
.pub-hero__text p{font-size:12px;color:#61736d;margin:8px 0 0;line-height:1.9}

.pub-topics{display:flex;gap:8px;overflow-x:auto;padding:3px 1px 10px;margin-bottom:6px}
.pub-topic{flex:0 0 auto;min-width:150px;display:flex;align-items:center;gap:8px;background:#fff;
  border:1px solid #e8eddf;border-radius:13px;padding:8px 10px;text-decoration:none;transition:.2s}
.pub-topic:hover{border-color:#9ccb4d;background:#f7fcef}
.pub-topic__icon{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f1f8e6;font-size:16px}
.pub-topic__text{display:flex;flex-direction:column;min-width:0}
.pub-topic__text b{font-size:11px;color:#45525e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pub-topic__text small{font-size:9px;color:#8a9894}

.pub-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff;
  border:1px solid #e8eddf;border-radius:14px;padding:11px 14px;margin-bottom:14px}
.pub-bar h2{font-size:15px;margin:0}
.pub-sort{display:flex;align-items:center;gap:6px;font-size:11px;color:#687773}
.pub-sort select{border:1px solid #dbe7e4;border-radius:10px;padding:7px 9px;background:#fff;font-family:inherit}

/* شبکه محصولات — مستقل و تمام‌عرض */
.pub-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.pub-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.pub-card{display:flex;flex-direction:column;align-items:center;gap:8px;background:#fff;border:1px solid #e8eddf;
  border-radius:16px;padding:16px;text-decoration:none;transition:transform .2s,border-color .2s}
.pub-card:hover{transform:translateY(-3px);border-color:#83b735}
.pub-card__logo{width:76px;height:76px;display:grid;place-items:center;overflow:hidden}
.pub-card__logo img{max-width:100%;max-height:100%;object-fit:contain}
.pub-card__logo em{font-size:34px;font-style:normal}
.pub-card b{font-size:13px;color:#45525e;text-align:center}
.pub-card small{font-size:11px;color:#8a978f}

.pub-empty{text-align:center;background:#fff;border:1px dashed #cfe4a8;border-radius:18px;padding:50px 20px}
.pub-empty>span{font-size:35px}
.pub-empty h3{margin:8px}
.pub-empty a{display:inline-block;margin-top:8px;color:#5f8f22}

@media(max-width:1100px){.pub-products,.pub-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.pub-products,.pub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){
  .pub-page{padding:9px 10px 35px}
  .pub-hero{flex-direction:column;text-align:center}
  .pub-hero__text h1{font-size:18px}
  .pub-bar{display:block}
  .pub-bar h2{margin-bottom:8px}
  .pub-products,.pub-grid{gap:9px}
}
