/* Statistiques responsive des ventes par article. */
.article-sales-stats-page .main-product { min-height: 680px; align-items: flex-start; }
.article-sales-stats-page .find-box { width: 100%; max-width: 1160px; padding: clamp(26px,4vw,48px); text-align: center; background: rgba(255,255,255,.94); border: 1px solid rgba(7,32,62,.08); border-radius: 22px; box-shadow: 0 24px 60px rgba(7,32,62,.12); }
.article-sales-stats-page .find-box h1 { margin: 0; padding: 0; font-size: clamp(30px,5vw,46px); }
.article-sales-stats-page .article-sales-content { width: 100%; margin-top: 26px; }
.article-sales-stats-page .article-sales-filter { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; padding: 16px; background: #f5f9fc; border: 1px solid #d5e2eb; border-radius: 13px; }
.article-sales-stats-page .article-sales-filter-field,
.article-sales-stats-page .article-sales-filter-field .form-sh { min-width: 0; margin: 0; }
.article-sales-stats-page .article-sales-filter .bootstrap-select,
.article-sales-stats-page .article-sales-filter select,
.article-sales-stats-page .article-sales-filter input { width: 100%; min-height: 50px; text-align: center; }
.article-sales-stats-page .article-sales-filter input { padding: 10px 12px; color: #fff; font-weight: 800; background: #147ac1; border: 1px solid #147ac1; border-radius: 10px; }
.article-sales-stats-page .article-sales-table { width: 100%; margin-top: 24px; overflow: hidden; border-radius: 12px 12px 0 0; }
.article-sales-stats-page .article-sales-body { width: 100%; }
.article-sales-stats-page .article-sales-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; margin-top: 6px; color: #222; background: #fff; border: 1px solid #c7d4dd; border-radius: 9px; }
.article-sales-stats-page .article-sales-header { margin: 0; color: #fff; font-weight: 800; background: #5483b4; border: 0; border-radius: 0; }
.article-sales-stats-page .article-sales-row > div { display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 52px; padding: 9px 10px; overflow-wrap: anywhere; border-left: 1px solid rgba(34,34,34,.25); }
.article-sales-stats-page .article-sales-row > div:last-child { border-left: 0; }
.article-sales-stats-page .article-sales-action { width: 100%; margin-top: 11px; }
.article-sales-stats-page .article-sales-categories { margin-top: 26px; }
.article-sales-stats-page .article-sales-action .form-sh { margin: 0; }
.article-sales-stats-page .article-sales-action .btn { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 52px; color: #16415f; font-weight: 700; background: #f7fafc; border: 1px solid #d4e1ea; border-radius: 11px; }
.article-sales-stats-page .article-sales-logout .btn { color: #a12f35; background: #fff6f6; border-color: #edc8ca; }
@media (max-width: 767px) {
   .article-sales-stats-page .find-box { width: 100%; max-width: none; padding: 25px 6px; border-radius: 12px; }
   .article-sales-stats-page .article-sales-filter { grid-template-columns: 1fr; padding: 11px 7px; }
   .article-sales-stats-page .article-sales-row { font-size: 13px; }
   .article-sales-stats-page .article-sales-row > div { min-height: 48px; padding: 7px 4px; }
}
