.p-0 { padding: 0; }
.p-y-2 { padding-top: 2px; padding-bottom: 2px; }
.p-y-4 { padding-top: 4px; padding-bottom: 4px; }
.p-y-8 { padding-top: 8px; padding-bottom: 8px; }
.p-x-0 { padding-left: 0; padding-right: 0; }
.p-x-4 { padding-left: 4px; padding-right: 4px; }
.p-t-4 { padding-top: 4px; }
.p-l-16 { padding-left: 16px; }
.p-b-8 { padding-bottom: 8px; }
.m-l-8 { margin-left: 8px; }
.m-l-12 { margin-left: 12px; }
.m-b-2 { margin-bottom: 2px; }
.m-b-8 { margin-bottom: 8px; }
.m-b-16 { margin-bottom: 16px; }
.m-t-16 { margin-top: 16px; }
.m-r-4 { margin-right: 4px; }
.m-r-8 { margin-right: 8px; }
.m-y-4 { margin-top: 4px; margin-bottom: 4px; }
.m-b-8 { margin-bottom: 8px; }
.w-24 { width: 24px; }
.h-24 { height: 24px; }
.w-min-2em { min-width: 2em; }
.radius-8 { border-radius: 8px; }
.unset { all: unset; }
.b-t-1 { border-top: 1px solid lightgray; }
.b-b-1 { border-bottom: 1px solid lightgray; }
.b-l-2 { border-left: 2px solid lightgray; }
.font-14 { font-size: 14px; }
.font-16 { font-size: 16px; }
.font-20 { font-size: 20px; }
.none { display: none; }
.flex { display: flex; }
.block { display: block; }
.inline-block { display: inline-block; }
.align-baseline { align-items: baseline; }
.align-center { align-items: center; }
.justify-between { justify-content: space-between; }
.flex-1 { flex: 1; }
.pointer { cursor: pointer; }
.list-style-none { list-style-type: none; }
.items-center { align-items: center; }
.items-baseline { align-items: baseline; }
.fg-999999 { color: #999999; }
.fg-black { color: black; }
.bold { font-weight: bold; }
.nowrap { white-space: nowrap; }
.text-decoration-none { text-decoration: none; }
.text-underline { text-decoration: underline; }
.any-break { line-break: anywhere; }
.max-w-full { max-width: 100%; }
.h-auto { height: auto; }