/* Acceptance Sampling & AQL Calculator - page-specific styles. Global .ops- system loads from the theme. */

.as-chart-wrap { position: relative; height: 320px; margin-top: 22px; }
#chartCanvas { max-width: 100% !important; }

.as-rule { padding: 12px 14px; border-left: 3px solid #f5a524; background: rgba(245,165,36,.08); border-radius: 6px; margin: 14px 0; }

@media (max-width: 560px) {
  .as-chart-wrap { height: 280px; }
}
