/* Narrow component-level helpers kept for existing templates. */

.c-col-w-20 { width: 20%; }
.c-col-w-25 { width: 25%; }
.c-col-w-30 { width: 30%; }
.c-col-w-35 { width: 35%; }
.c-col-w-40 { width: 40%; }
.c-col-w-55 { width: 55%; }
.c-col-w-70 { width: 70%; }

.u-hidden {
  display: none;
}
