/* ptc-utilities.css */
.ptc-hidden {
  display: none !important;
}

.ptc-no-scroll {
  overflow: hidden !important;
}

.ptc-text-center {
  text-align: center !important;
}

.ptc-margin-top-0 {
  margin-top: 0 !important;
}

.ptc-margin-bottom-0 {
  margin-bottom: 0 !important;
}
