/* Maintenance pricelist */
.maintenance-pricelist{
 
}

.maintenance-title{
  margin: 0 0 10px 0;
}

.maintenance-meta{
  margin: 0 0 18px 0;
  opacity: .85;
  line-height: 1.6;
}



.maintenance-item{
  padding: 14px 0 12px 0;
  border-top: 4px dotted #000;
}


.maintenance-item:first-of-type {
  border-top: none;
}

.maintenance-row{
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
}

.maintenance-name{
  font-weight: 600;
  line-height: 1.35;
}

.maintenance-price{
  font-weight: 700;
  white-space: nowrap;
}

.maintenance-sub{
  margin-top: 6px;
  opacity: .78;
  font-size: 0.95em;
  line-height: 1.4;
}

.maintenance-note{
  margin: 14px 0 0 0;
  opacity: .8;
  font-size: 0.95em;
  line-height: 1.55;
}

@media (max-width: 520px){
  .maintenance-row{
    align-items: flex-start;
  }
}
