/* ═══════════════════════════════════════════
   Thm-Samsung-v5 Retro — Base Reset
   Vintage Theme + Bold Red Brand (#DC2626)
   ═══════════════════════════════════════════ */

.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: #F5F5DC;
}

.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: 'Courier New', Courier, monospace;
  font-weight: 700;
}

.product-description-content a {
  color: #DC2626;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.product-description-content a:hover {
  color: #991B1B;
  background: #FFF8E7;
}

.product-description-content img {
  max-width: 100%;
  height: auto;
  border: 4px solid #2D2D2D;
}

.product-description-content blockquote {
  margin: 24px 0;
  padding: 16px 24px;
  border-left: 4px solid #DC2626;
  background: #FFF8E7;
  font-style: italic;
}
