/* Shared components for Reward Guides and SEO article pages */

.info-notice {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #c4b5fd;
  border-radius: 14px;
  padding: 20px 22px;
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.65;
  color: #4b5563;
}

.info-notice h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #6b7280;
  letter-spacing: 0.02em;
}

.info-notice p {
  margin: 0;
}

@media (max-width: 640px) {
  .info-notice {
    padding: 16px 18px;
    font-size: 13px;
  }

  .info-notice h3 {
    font-size: 15px;
  }
}
