/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* 성분표 테이블 스타일 (iHerb HTML 오버라이드) */
.supplement-facts-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.supplement-facts-table th,
.supplement-facts-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

.supplement-facts-table tr:last-child td {
  border-bottom: none;
}

.supplement-facts-table tr:nth-child(even) {
  background-color: #f9fafb;
}

.supplement-facts-table strong {
  font-weight: 600;
  color: #111827;
}

/* prose 스타일 오버라이드 */
.prose ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0.5rem 0;
}

.prose li {
  margin: 0.25rem 0;
}

.prose p {
  margin: 0.5rem 0;
}
