/* ═══════════════════════════════════════════
   Thm-Samsung-v4 — Minimal Flat Design Reset
   ═══════════════════════════════════════════ */

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

.product-description-content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  color: #ffffff;
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
  background: #121212;
  line-height: 1.6;
}

.product-description-content a {
  color: #ff4444;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 68, 68, 0.6);
  transition: color 0.2s, border-bottom-color 0.2s;
}

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

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

.product-description-content button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}