/* --------------------------------------------------------------- */
/* ------------------- Serenity Core Utilities ------------------- */
/* --------------------------------------------------------------- */

/* Flex utilities */
.flex { display: flex !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-wrap { flex-wrap: wrap !important; }
.justify-self-start { justify-self: start !important }
.shrink-0 { flex-shrink: 0 !important; }

/* Grid utilities */
.grid { display: grid !important; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }

/* Mobile-only grid utilities */
@media (max-width: 767px) {
    .mobile\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
}

/* Mobile-only flex utilities */
@media (max-width: 767px) {
    .mobile\:flex-column { flex-direction: column !important; }
}

/* Border utilities */
.border-0 { border: 0 !important; }
.rounded-full { border-radius: calc(infinity * 1px) !important; }

/* GAP utilities */
.gap-0 { gap: 0 !important; }
.gap-0\.5 { gap: 0.125rem !important; }
.gap-1 { gap: 0.25rem !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 0.75rem !important; }
.gap-4 { gap: 1rem !important; }
.gap-5 { gap: 1.25rem !important; }
.gap-6 { gap: 1.5rem !important; }

/* Grid utilities */
.grid { display: grid !important; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }

/* Font utilities */
.font-bold { font-weight: bold !important; }
.font-semibold { font-weight: 600 !important; }
.font-medium { font-weight: 500 !important; }
.font-normal { font-weight: normal !important; }
.font-light { font-weight: 300 !important; }

/* Cursor utilities */
.cursor-default { cursor: default !important; }
.cursor-pointer { cursor: pointer !important; }
.cursor-not-allowed { cursor: not-allowed !important; }

/* Overflow utilities */
.overflow-hidden { overflow: hidden !important; }
.overflow-auto { overflow: auto !important; }
.overflow-scroll { overflow: scroll !important; }
.overflow-visible { overflow: visible !important; }
.overflow-x-hidden { overflow-x: hidden !important; }
.overflow-y-hidden { overflow-y: hidden !important; }
.overflow-x-auto { overflow-x: auto !important; }
.overflow-y-auto { overflow-y: auto !important; }

/* ---------------------------------------------- */
/* ------------------- Spacing ------------------ */
/* ---------------------------------------------- */

.p-0 { padding: 0 !important; }
.p-0\.5 { padding: 0.125rem !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 0.75rem !important; }
.p-4 { padding: 1rem !important; }
.p-5 { padding: 1.25rem !important; }
.p-6 { padding: 1.5rem !important; }
.p-7 { padding: 1.75rem !important; }
.p-8 { padding: 2rem !important; }
.p-9 { padding: 2.25rem !important; }
.p-10 { padding: 2.5rem !important; }
.p-11 { padding: 2.75rem !important; }
.p-12 { padding: 3rem !important; }
.p-16 { padding: 4rem !important; }

.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-0\.5 { padding-left: 0.125rem !important; padding-right: 0.125rem !important; }
.px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
.px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
.px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-5 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
.px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-7 { padding-left: 1.75rem !important; padding-right: 1.75rem !important; }
.px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
.px-9 { padding-left: 2.25rem !important; padding-right: 2.25rem !important; }
.px-10 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
.px-11 { padding-left: 2.75rem !important; padding-right: 2.75rem !important; }
.px-12 { padding-left: 3rem !important; padding-right: 3rem !important; }
.px-16 { padding-left: 4rem !important; padding-right: 4rem !important; }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-0\.5 { padding-top: 0.125rem !important; padding-bottom: 0.125rem !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-1\.5 { padding-top: 0.375rem !important; padding-bottom: 0.375rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
.py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-5 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
.py-6 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-7 { padding-top: 1.75rem !important; padding-bottom: 1.75rem !important; }
.py-8 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
.py-9 { padding-top: 2.25rem !important; padding-bottom: 2.25rem !important; }
.py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
.py-11 { padding-top: 2.75rem !important; padding-bottom: 2.75rem !important; }
.py-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.py-16 { padding-top: 4rem !important; padding-bottom: 4rem !important; }

.pl-0 { padding-left: 0 !important; }
.pl-0\.5 { padding-left: 0.125rem !important; }
.pl-1 { padding-left: 0.25rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.pl-3 { padding-left: 0.75rem !important; }
.pl-4 { padding-left: 1rem !important; }
.pl-5 { padding-left: 1.25rem !important; }
.pl-6 { padding-left: 1.5rem !important; }
.pl-7 { padding-left: 1.75rem !important; }
.pl-8 { padding-left: 2rem !important; }
.pl-9 { padding-left: 2.25rem !important; }
.pl-10 { padding-left: 2.5rem !important; }
.pl-11 { padding-left: 2.75rem !important; }
.pl-12 { padding-left: 3rem !important; }
.pl-16 { padding-left: 4rem !important; }

.pr-0 { padding-right: 0 !important; }
.pr-0\.5 { padding-right: 0.125rem !important; }
.pr-1 { padding-right: 0.25rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pr-3 { padding-right: 0.75rem !important; }
.pr-4 { padding-right: 1rem !important; }
.pr-5 { padding-right: 1.25rem !important; }
.pr-6 { padding-right: 1.5rem !important; }
.pr-7 { padding-right: 1.75rem !important; }
.pr-8 { padding-right: 2rem !important; }
.pr-9 { padding-right: 2.25rem !important; }
.pr-10 { padding-right: 2.5rem !important; }
.pr-11 { padding-right: 2.75rem !important; }
.pr-12 { padding-right: 3rem !important; }
.pr-16 { padding-right: 4rem !important; }

.pt-0 { padding-top: 0 !important; }
.pt-0\.5 { padding-top: 0.125rem !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 0.75rem !important; }
.pt-4 { padding-top: 1rem !important; }
.pt-5 { padding-top: 1.25rem !important; }
.pt-6 { padding-top: 1.5rem !important; }
.pt-7 { padding-top: 1.75rem !important; }
.pt-8 { padding-top: 2rem !important; }
.pt-9 { padding-top: 2.25rem !important; }
.pt-10 { padding-top: 2.5rem !important; }
.pt-11 { padding-top: 2.75rem !important; }
.pt-12 { padding-top: 3rem !important; }
.pt-16 { padding-top: 4rem !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-0\.5 { padding-bottom: 0.125rem !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 0.75rem !important; }
.pb-4 { padding-bottom: 1rem !important; }
.pb-5 { padding-bottom: 1.25rem !important; }
.pb-6 { padding-bottom: 1.5rem !important; }
.pb-7 { padding-bottom: 1.75rem !important; }
.pb-8 { padding-bottom: 2rem !important; }
.pb-9 { padding-bottom: 2.25rem !important; }
.pb-10 { padding-bottom: 2.5rem !important; }
.pb-11 { padding-bottom: 2.75rem !important; }
.pb-12 { padding-bottom: 3rem !important; }
.pb-16 { padding-bottom: 4rem !important; }

/* Margin utilities */
.m-0 { margin: 0 !important; }
.m-0\.5 { margin: 0.125rem !important; }
.m-1 { margin: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.m-3 { margin: 0.75rem !important; }
.m-4 { margin: 1rem !important; }
.m-5 { margin: 1.25rem !important; }
.m-6 { margin: 1.5rem !important; }
.m-7 { margin: 1.75rem !important; }
.m-8 { margin: 2rem !important; }
.m-9 { margin: 2.25rem !important; }
.m-10 { margin: 2.5rem !important; }
.m-11 { margin: 2.75rem !important; }
.m-12 { margin: 3rem !important; }

.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.mx-0\.5 { margin-left: 0.125rem !important; margin-right: 0.125rem !important; }
.mx-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
.mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.mx-3 { margin-left: 0.75rem !important; margin-right: 0.75rem !important; }
.mx-4 { margin-left: 1rem !important; margin-right: 1rem !important; }
.mx-5 { margin-left: 1.25rem !important; margin-right: 1.25rem !important; }
.mx-6 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-7 { margin-left: 1.75rem !important; margin-right: 1.75rem !important; }
.mx-8 { margin-left: 2rem !important; margin-right: 2rem !important; }
.mx-9 { margin-left: 2.25rem !important; margin-right: 2.25rem !important; }
.mx-10 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; }
.mx-11 { margin-left: 2.75rem !important; margin-right: 2.75rem !important; }
.mx-12 { margin-left: 3rem !important; margin-right: 3rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-0\.5 { margin-top: 0.125rem !important; margin-bottom: 0.125rem !important; }
.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; }
.my-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-5 { margin-top: 1.25rem !important; margin-bottom: 1.25rem !important; }
.my-6 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-7 { margin-top: 1.75rem !important; margin-bottom: 1.75rem !important; }
.my-8 { margin-top: 2rem !important; margin-bottom: 2rem !important; }
.my-9 { margin-top: 2.25rem !important; margin-bottom: 2.25rem !important; }
.my-10 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; }
.my-11 { margin-top: 2.75rem !important; margin-bottom: 2.75rem !important; }
.my-12 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.ml-0 { margin-left: 0 !important; }
.ml-0\.5 { margin-left: 0.125rem !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 0.75rem !important; }
.ml-4 { margin-left: 1rem !important; }
.ml-5 { margin-left: 1.25rem !important; }
.ml-6 { margin-left: 1.5rem !important; }
.ml-7 { margin-left: 1.75rem !important; }
.ml-8 { margin-left: 2rem !important; }
.ml-9 { margin-left: 2.25rem !important; }
.ml-10 { margin-left: 2.5rem !important; }
.ml-11 { margin-left: 2.75rem !important; }
.ml-12 { margin-left: 3rem !important; }

.mr-0 { margin-right: 0 !important; }
.mr-0\.5 { margin-right: 0.125rem !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 0.75rem !important; }
.mr-4 { margin-right: 1rem !important; }
.mr-5 { margin-right: 1.25rem !important; }
.mr-6 { margin-right: 1.5rem !important; }
.mr-7 { margin-right: 1.75rem !important; }
.mr-8 { margin-right: 2rem !important; }
.mr-9 { margin-right: 2.25rem !important; }
.mr-10 { margin-right: 2.5rem !important; }
.mr-11 { margin-right: 2.75rem !important; }
.mr-12 { margin-right: 3rem !important; }

.mt-0 { margin-top: 0 !important; }
.mt-0\.5 { margin-top: 0.125rem !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 0.75rem !important; }
.mt-4 { margin-top: 1rem !important; }
.mt-5 { margin-top: 1.25rem !important; }
.mt-6 { margin-top: 1.5rem !important; }
.mt-7 { margin-top: 1.75rem !important; }
.mt-8 { margin-top: 2rem !important; }
.mt-9 { margin-top: 2.25rem !important; }
.mt-10 { margin-top: 2.5rem !important; }
.mt-11 { margin-top: 2.75rem !important; }
.mt-12 { margin-top: 3rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-0\.5 { margin-bottom: 0.125rem !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-2\.5 { margin-bottom: 0.625rem !important; }
.mb-3 { margin-bottom: 0.75rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mb-5 { margin-bottom: 1.25rem !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.mb-7 { margin-bottom: 1.75rem !important; }
.mb-8 { margin-bottom: 2rem !important; }
.mb-9 { margin-bottom: 2.25rem !important; }
.mb-10 { margin-bottom: 2.5rem !important; }
.mb-11 { margin-bottom: 2.75rem !important; }
.mb-12 { margin-bottom: 3rem !important; }

/* ------------------------------------------------ */
/* ------------------- Position ------------------- */
/* ------------------------------------------------ */

/* Position type utilities */
.relative { position: relative !important; }
.absolute { position: absolute !important; }
.fixed { position: fixed !important; }
.sticky { position: sticky !important; }
.static { position: static !important; }

/* Inset utilities - Top */
.top-0 { top: 0 !important; }
.top-0\.5 { top: 0.125rem !important; }
.top-1 { top: 0.25rem !important; }
.top-2 { top: 0.5rem !important; }
.top-3 { top: 0.75rem !important; }
.top-4 { top: 1rem !important; }
.top-5 { top: 1.25rem !important; }
.top-6 { top: 1.5rem !important; }
.top-7 { top: 1.75rem !important; }
.top-8 { top: 2rem !important; }
.top-9 { top: 2.25rem !important; }
.top-10 { top: 2.5rem !important; }
.top-11 { top: 2.75rem !important; }
.top-12 { top: 3rem !important; }
.top-16 { top: 4rem !important; }

/* Inset utilities - Right */
.right-0 { right: 0 !important; }
.right-0\.5 { right: 0.125rem !important; }
.right-1 { right: 0.25rem !important; }
.right-2 { right: 0.5rem !important; }
.right-3 { right: 0.75rem !important; }
.right-4 { right: 1rem !important; }
.right-5 { right: 1.25rem !important; }
.right-6 { right: 1.5rem !important; }
.right-7 { right: 1.75rem !important; }
.right-8 { right: 2rem !important; }
.right-9 { right: 2.25rem !important; }
.right-10 { right: 2.5rem !important; }
.right-11 { right: 2.75rem !important; }
.right-12 { right: 3rem !important; }
.right-16 { right: 4rem !important; }

/* Inset utilities - Bottom */
.bottom-0 { bottom: 0 !important; }
.bottom-0\.5 { bottom: 0.125rem !important; }
.bottom-1 { bottom: 0.25rem !important; }
.bottom-2 { bottom: 0.5rem !important; }
.bottom-3 { bottom: 0.75rem !important; }
.bottom-4 { bottom: 1rem !important; }
.bottom-5 { bottom: 1.25rem !important; }
.bottom-6 { bottom: 1.5rem !important; }
.bottom-7 { bottom: 1.75rem !important; }
.bottom-8 { bottom: 2rem !important; }
.bottom-9 { bottom: 2.25rem !important; }
.bottom-10 { bottom: 2.5rem !important; }
.bottom-11 { bottom: 2.75rem !important; }
.bottom-12 { bottom: 3rem !important; }
.bottom-16 { bottom: 4rem !important; }

/* Inset utilities - Left */
.left-0 { left: 0 !important; }
.left-0\.5 { left: 0.125rem !important; }
.left-1 { left: 0.25rem !important; }
.left-2 { left: 0.5rem !important; }
.left-3 { left: 0.75rem !important; }
.left-4 { left: 1rem !important; }
.left-5 { left: 1.25rem !important; }
.left-6 { left: 1.5rem !important; }
.left-7 { left: 1.75rem !important; }
.left-8 { left: 2rem !important; }
.left-9 { left: 2.25rem !important; }
.left-10 { left: 2.5rem !important; }
.left-11 { left: 2.75rem !important; }
.left-12 { left: 3rem !important; }
.left-16 { left: 4rem !important; }

/* ---------------------------------------------- */
/* ------------------- Sizing ------------------- */
/* ---------------------------------------------- */
.w-1 { width: 0.25rem !important; }
.w-2 { width: 0.5rem !important; }
.w-3 { width: 0.75rem !important; }
.w-4 { width: 1rem !important; }
.w-5 { width: 1.25rem !important; }
.w-6 { width: 1.5rem !important; }
.w-7 { width: 1.75rem !important; }
.w-8 { width: 2rem !important; }
.w-9 { width: 2.25rem !important; }
.w-10 { width: 2.5rem !important; }
.w-11 { width: 2.75rem !important; }
.w-12 { width: 3rem !important; }
.w-16 { width: 4rem !important; }
.w-20 { width: 5rem !important; }
.w-24 { width: 6rem !important; }
.w-fit { width: fit-content !important; }
.w-1\/2 { width: 50% !important; }
.w-2\/3 { width: 66.666667% !important; }
.w-4\/5 { width: 80% !important; }
.w-auto { width: auto !important; }

.min-w-1 { min-width: 0.25rem !important; }
.min-w-2 { min-width: 0.5rem !important; }
.min-w-3 { min-width: 0.75rem !important; }
.min-w-4 { min-width: 1rem !important; }
.min-w-5 { min-width: 1.25rem !important; }
.min-w-6 { min-width: 1.5rem !important; }
.min-w-7 { min-width: 1.75rem !important; }
.min-w-8 { min-width: 2rem !important; }
.min-w-9 { min-width: 2.25rem !important; }
.min-w-10 { min-width: 2.5rem !important; }
.min-w-11 { min-width: 2.75rem !important; }
.min-w-12 { min-width: 3rem !important; }
.min-w-16 { min-width: 4rem !important; }
.min-w-20 { min-width: 5rem !important; }
.min-w-24 { min-width: 6rem !important; }
.min-w-fit { min-width: fit-content !important; }

.max-w-100 { max-width: 100% !important; }
.max-w-1\/2 { max-width: 50% !important; }

.h-1 { height: 0.25rem !important; }
.h-2 { height: 0.5rem !important; }
.h-3 { height: 0.75rem !important; }
.h-4 { height: 1rem !important; }
.h-5 { height: 1.25rem !important; }
.h-6 { height: 1.5rem !important; }
.h-7 { height: 1.75rem !important; }
.h-8 { height: 2rem !important; }
.h-9 { height: 2.25rem !important; }
.h-10 { height: 2.5rem !important; }
.h-11 { height: 2.75rem !important; }
.h-12 { height: 3rem !important; }
.h-16 { height: 4rem !important; }
.h-20 { height: 5rem !important; }
.h-24 { height: 6rem !important; }

.h-auto { height: auto !important; }

.min-h-1 { min-height: 0.25rem !important; }
.min-h-2 { min-height: 0.5rem !important; }
.min-h-3 { min-height: 0.75rem !important; }
.min-h-4 { min-height: 1rem !important; }
.min-h-5 { min-height: 1.25rem !important; }
.min-h-6 { min-height: 1.5rem !important; }
.min-h-7 { min-height: 1.75rem !important; }
.min-h-8 { min-height: 2rem !important; }
.min-h-9 { min-height: 2.25rem !important; }
.min-h-10 { min-height: 2.5rem !important; }
.min-h-11 { min-height: 2.75rem !important; }
.min-h-12 { min-height: 3rem !important; }
.min-h-16 { min-height: 4rem !important; }
.min-h-20 { min-height: 5rem !important; }
.min-h-24 { min-height: 6rem !important; }

/* ---------------------------------------------- */
/* ------------------- Colors ------------------- */
/* ---------------------------------------------- */

/* Background color utilities */
.bg-gray-200 { background-color: #F9F9F9 !important; }
.bg-gray-300 { background-color: #d4d4d4 !important; }
.bg-gray-900 { background-color: #111827 !important; }
.bg-serenity-deep-blue { background-color: var(--serenity-deep-blue) !important; }
.bg-primary-color { background-color: var(--primary-color) !important; }

.bg-amber-100 { background-color: #fef3c7 !important; }

.bg-red-100 { background-color: #fee2e2 !important; }
.bg-red-600 { background-color: #dc2626 !important; }

.bg-orange-100 {
    background-color: #ffedd5 !important;
}

.bg-blue-100 { background-color: #DBEAFE !important; }
.bg-blue-500 { background-color: #3b82f6 !important; }
.bg-blue-600 { background-color: #2563eb !important; }

.bg-green-100 { background-color: #d1fae5 !important; }
.bg-green-200 { background-color: #bbf7d0 !important; }

.bg-teal-100 { background-color: #ccfbf1 !important; }
.bg-teal-500 { background-color: #14b8a6 !important; }
.bg-teal-600 { background-color: #0d9488 !important; }
.bg-transparent { background-color: transparent !important; }

/* Border color utilities */
.border-gray-300 { border-color: #D9D9D9 !important; }
.border-blue-600 { border-color: #2563eb !important; }
.border-red-500 { border-color: #ef4444 !important; }
.border-red-700 { border-color: #b91c1c !important; }
.border-amber-500 { border-color: #f59e0b !important; }
.border-amber-700 { border-color: #b45309 !important; }
.border-green-600 { border-color: #059669 !important; }
.border-teal-500 { border-color: #14b8a6 !important; }
.border-teal-600 { border-color: #0d9488 !important; }

/* Text color utilities */
.text-gray-500 { color: rgba(0, 0, 0, 0.6) !important; }

.text-black { color: #000 !important; }
.text-black-60 { color: rgba(0, 0, 0, 0.6) !important; }
.text-black-80 { color: rgba(0, 0, 0, 0.8) !important; }

.text-red-500 { color: #ef4444 !important; }
.text-red-600 { color: #dc2626 !important; }
.text-red-700 { color: #b91c1c !important; }

.text-orange-600 {
    color: #ea580c !important;
}

.text-amber-700 { color: #b45309 !important; }

.text-blue-600 { color: #2563eb !important; }
.text-green-600 { color: #059669 !important; }

.text-teal-500 { color: #14b8a6 !important; }
.text-teal-600 { color: #0d9488 !important; }

/* Placeholder text color utility */
.placeholder-gray::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.6) !important;
}
.placeholder-gray::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.6) !important;
    opacity: 1;
}
.placeholder-gray:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.6) !important;
}
.placeholder-gray::-ms-input-placeholder { /* Edge */
    color: rgba(0, 0, 0, 0.6) !important;
}
.placeholder-gray::placeholder { /* Standard */
    color: rgba(0, 0, 0, 0.6) !important;
    opacity: 1; /* ensure consistent opacity in Firefox */
}

/* ---------------------------------------------- */
/* ------------------- Text --------------------- */
/* ---------------------------------------------- */

/* Text size utilities */
.text-xs {
    font-size: 0.75rem !important; /* 12px */
    line-height: calc(1 / 0.75) !important;
}
.text-sm {
    font-size: 0.875rem !important; /* 14px */
    line-height: calc(1.25 / 0.875) !important;
}
.text-base {
    font-size: 1rem !important; /* 16px */
    line-height: calc(1.5 / 1) !important;
}
.text-lg {
    font-size: 1.125rem !important; /* 18px */
    line-height: calc(1.75 / 1.125) !important;
}
.text-xl {
    font-size: 1.25rem !important; /* 20px */
    line-height: calc(1.75 / 1.25) !important;
}
.text-2xl {
    font-size: 1.5rem !important; /* 24px */
    line-height: calc(2 / 1.5) !important;
}
.text-3xl {
    font-size: 1.875rem !important; /* 30px */
    line-height: calc(2.25 / 1.875) !important;
}
.text-4xl {
    font-size: 2.25rem !important; /* 36px */
    line-height: calc(2.5 / 2.25) !important;
}

/* Line height utilities */
.leading-none { line-height: 1 !important; }


.text-center {
    text-align: center !important;
}

.break-word {
    word-break: break-word !important;
}

.break-all {
    word-break: break-all !important;
}

.text-nowrap { 
    text-wrap: nowrap !important;
}

/* Badges */
.badge-info {
    background-color: #DBEAFE !important;
    color: #2563eb !important;
}

/* ----------------------------------------------- */
/* ------------------- Separators ----------------- */
/* ----------------------------------------------- */

.separator-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top: 1px solid #d9d9d9;
    width: 100%;
}

.separator-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    border-top: 1px solid #d9d9d9;
    width: 100%;
}

.separator-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    border-top: 1px solid #d9d9d9;
    width: 100%;
}

.separator {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    border-top: 1px solid #d9d9d9;
    width: 100%;
}

.separator-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    border-top: 1px solid #d9d9d9;
    width: 100%;
}

.vertical-separator {
    border-left: 1px solid #d9d9d9;
    min-height: 21px;
    display: inline-block;
    width: 1px;
}

/* ----------------------------------------------- */
/* ------------------- Lists ---------------------- */
/* ----------------------------------------------- */

.list-none {
    list-style-type: none !important;
    padding-left: 0 !important;
}