/* Wrapper section */
#hinnakiri {
  margin: 0 auto;   /* center the section */
  padding: 2rem 1rem;
  background-color: #fdfdfd; /* example background */
}

/* Main heading */
.priceList-template1-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.priceList-template1-subtitle {
  font-size: 1.2rem;
  color: #777;
  margin-bottom: 2rem;
}

/* Category block */
.priceList-template1-category-block {
  margin-bottom: 3rem;
}

.priceList-template1-category-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.priceList-template1-table-name {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 1.5rem 0 1rem;
  text-transform: uppercase;
  color: var(--ast-global-color-0);
}

/* Price Table */
.priceList-template1-price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.priceList-template1-price-table thead th {
  font-weight: 600;
  text-align: left; 
  padding: 0.75rem 0.5rem;
  border-bottom: 2px solid #ddd;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--ast-global-color-0);

}

.priceList-template1-price-table tbody tr {
  border-bottom: 1px solid #ddd; 
}

.priceList-template1-price-table tbody tr:last-child {
  border-bottom: none; 
}

.priceList-template1-price-table td {
  padding: 0.75rem 0.5rem;
  vertical-align: top; 
  font-size: 1rem;
}

/* Column Styles */
.service-col {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--ast-global-color-0);
  width: 30%; 
}

.desc-col {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
  width: 40%; 
}

.unit-col {
  text-align: center; 
  width: 15%; 
  font-size: 0.9rem;
  font-weight: 700;
}

.price-col {
  text-align: center; 
  font-weight: 700;
  color: var(--ast-global-color-0);
  width: 15%; 
}