/**
 * Storefront styling for the ArraySubs LearnPress integration.
 *
 * Kept deliberately small and theme-neutral: this markup renders inside
 * LearnPress and theme templates ArraySubs does not control.
 */

.arraysubs-lp-course-notice {
  margin: 0 0 1em;
  padding: 0.75em 1em;
  border-left: 3px solid currentColor;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.04);
  font-size: 0.95em;
  line-height: 1.5;
}

.arraysubs-lp-course-notice strong {
  margin-right: 0.35em;
}

.arraysubs-lp-restricted {
  margin: 0 0 1.5em;
  padding: 1em 1.25em;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-left-width: 4px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
}

.arraysubs-lp-restricted p {
  margin: 0;
}

.arraysubs-lp-restricted__products {
  margin-top: 0.6em;
  font-weight: 600;
}
