.company-hours-list { max-width: 450px; margin: 0 auto; font-family: inherit;  } .company-hours-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.1);  } .company-hours-row:last-child { border-bottom: none; } .company-hours-day { font-weight: 700; color: #222;  text-transform: capitalize; } .company-hours-time { text-align: right; color: #444;  }  .company-hours-status-closed, .company-hours-status-appt { font-style: italic; opacity: 0.7; font-weight: 400; }