/* ================= HSN CODES ================= */

.hsn-section {
  padding: 90px 60px;
  background: #ffffff;
}

.hsn-container {
  max-width: 900px;
  margin: 0 auto;
}

.hsn-container h3 {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  margin-bottom: 36px;
}

/* LIST */
.hsn-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hsn-item {
  padding-left: 16px;
  border-left: 3px solid #0ea5a4; /* subtle brand accent */
}

.hsn-code {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
}

.hsn-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

/* ================= MOBILE ================= */

@media (max-width: 900px) {

  .hsn-section {
    padding: 60px 24px;
  }

  .hsn-container h3 {
    font-size: 22px;
  }

  .hsn-list {
    gap: 20px;
  }
}
