.page-uditch {
  padding: 60px 0 60px;
  background-color: var(--color-bg-cream, #FFF8F0);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.page-header {
  padding: 60px 0 0;
}

.page-header h1 {
  font-size: 48px;
  font-weight: 800;
  color: var(--color-primary, #1a1a1a);
}

.intro-description {
  padding: 24px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.product-sub-section {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  margin-bottom: 48px;
}

.product-sub-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-primary-dark, #8B1A1A);
}

.cover-section h2 {
  margin: 48px 0 20px;
}

.product-hero-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 32px;
}

.cover-section .product-hero-img {
  margin-top: 24px;
}

.product-sub-section h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #333;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 24px;
}

.dimension-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}

.dimension-table th, .dimension-table td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: center;
}

.dimension-table th {
  background-color: var(--color-accent, #F79A19);
  color: #fff;
  font-weight: 600;
}

.dimension-table tbody tr:nth-child(even) {
  background-color: var(--color-bg-cream, #FFF8F0);
}

.dimension-table tbody tr:hover {
  background-color: #f1f1f1;
}

.specifications {
  margin-top: 24px;
}

.specifications ol {
  padding-left: 20px;
  line-height: 1.6;
  color: #333;
}

.specifications ol li {
  margin-bottom: 8px;
}

.cover-desc {
  line-height: 1.6;
  margin-bottom: 16px;
  color: #333;
}

.cover-features {
  padding-left: 20px;
  line-height: 1.6;
  color: #333;
  list-style-type: disc;
}

.cover-features li {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .page-uditch {
    padding: 36px 0 40px;
  }

  .page-header {
    padding: 36px 0 0;
  }

  .page-header h1 {
    font-size: 36px;
  }

  .intro-description {
    padding: 16px 0;
    font-size: 14px;
  }

  .product-sub-section {
    padding: 20px 18px;
    margin-bottom: 32px;
    border-radius: 10px;
  }

  .product-sub-section h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .cover-section h2 {
    margin: 32px 0 16px;
  }

  .product-hero-img {
    max-height: 250px;
    margin-bottom: 24px;
  }

  .product-sub-section h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .dimension-table th,
  .dimension-table td {
    padding: 8px 10px;
    font-size: 13px;
  }

  .cover-desc,
  .cover-features li,
  .specifications ol li {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .page-header h1 {
    font-size: 28px;
  }

  .product-sub-section {
    padding: 16px 14px;
  }

  .product-sub-section h2 {
    font-size: 20px;
  }

  .product-hero-img {
    max-height: 200px;
  }
}
