/* Simple utility classes to replace inline styles */
.is-hidden {
  display: none !important;
}

.u-my-05 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.u-mb-1 {
  margin-bottom: 1rem !important;
}
.u-mt-1 {
  margin-top: 1rem !important;
}

.u-p-075 {
  padding: 0.75rem !important;
}
.u-rounded-6 {
  border-radius: 6px !important;
}

.u-w-100 {
  width: 100% !important;
}
