/* ═══════════════════════════════════════════
   Thm-Samsung-v5 Elegant — Base Reset
   Light Theme + Red Brand (#DC2626) + Gold Accent
   ═══════════════════════════════════════════ */

.product-description-content,
.product-description-content * {
  box-sizing: border-box;
}

.product-description-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  color: #2D2D2D;
  font-family: 'Georgia', 'Times New Roman', serif;
  background: #FEFEFE;
}

.product-description-content a {
  color: #DC2626;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.product-description-content a:hover {
  color: #B91C1C;
  border-bottom-color: #DC2626;
}

.product-description-content img {
  max-width: 100%;
  height: auto;
}
