/* Price list (Bảng giá) */

.hv-price-section{ margin:0 0 3rem 0; }
.hv-price-container{ max-width:1280px; margin:0 auto; padding:0 16px; }
.hv-price-list{ border-top:5px solid #006C41; }
.hv-price-row{
  display:grid;
  grid-template-columns: 1fr auto;
  align-items:center;
  gap:16px;
  border:1px solid #DFE0DF;
  border-top:none;
  padding:20px 16px;
}
.hv-price-name{ font-weight:500; }
.hv-price-action{ text-align:right; }
.hv-btn-download{
  display:inline-block;
  color:#fff;
  background:#006C41 url('https://stroman.vn/Images/download.svg') right 16px center no-repeat;
  border-radius:50px;
  padding:6px 44px 6px 16px;
  text-decoration:none;
}
.hv-btn-download:hover{ opacity:.9; }
@media (max-width: 768px){
  .hv-price-row{ grid-template-columns: 1fr; }
  .hv-price-action{ text-align:left; }
}

