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

.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: #E8E8E8;
  font-family: 'Georgia', 'Times New Roman', serif;
  background: #1A1A2E;
}

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

.product-description-content a:hover {
  color: #DAA520;
  border-bottom-color: #B8860B;
}

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

.product-description-content h1,
.product-description-content h2,
.product-description-content h3,
.product-description-content h4,
.product-description-content h5,
.product-description-content h6 {
  font-family: 'Georgia', serif;
  color: #E8E8E8;
}
