.page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public #noOfparticipants {
  display: grid;
  grid-template-columns: auto auto;
}
.page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public #noOfparticipants .content {
  display: grid;
  grid-template-columns: auto auto 1fr;
}
@media (max-width: 768px) {
  .page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public #noOfparticipants {
    grid-template-columns: auto;
  }
  .page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public #noOfparticipants .content {
    grid-template-columns: auto auto;
  }
  .page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public #noOfparticipants .content #additionalParticipantsDescription {
    grid-column: 1/3;
  }
}
.page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public .crm-event-confirm-block .crm-submit-buttons:has(#_qf_Confirm_back-top),
.page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public .crm-event-confirm-block .crm-submit-buttons:has(#_qf_Confirm_next-top) {
  display: none;
}
.page-civicrm .crm-actionlinks-top {
  display: none;
}

.crm-public .crm-block {
  padding: 75px 0;
}

* {
  hyphens: auto;
}

body.path-node main .block-views h2 {
  font-size: 24px;
  font-weight: 800;
  text-align: left;
  color: #000000;
}
body.path-node main .block-views .table {
  border-collapse: collapse;
}
body.path-node main .block-views .table thead tr th {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #000000;
}
body.path-node main .block-views .table tbody tr td {
  border-bottom: none;
}
body.path-node main .block-views .table tbody tr td:not(:last-child) {
  border-right: 1px solid #000000;
}
body.path-node main .block-views .table th, body.path-node main .block-views .table td {
  padding: 1px 10px;
}

main .title-bar {
  margin-bottom: 24px;
}

/*# sourceMappingURL=style.css.map */
