/* Text transform */

.disable-text-transform {
  text-transform: unset;
}