/* ===== Padding bottom helpers ===== */
.p-b-26 { padding-bottom: 26px; }
.p-b-36 { padding-bottom: 36px; }
.p-b-43 { padding-bottom: 43px; }

/* ===== Text helpers ===== */
.text-center { text-align: center; }

/* ===== Sizing ===== */
.w-full { width: 100%; }
.h-full { height: 100%; }
