/* ===========================
   Brand Colors
=========================== */
.text-primary { color: #1c75bc !important; }
.text-secondary { color: #FF7F00 !important; }

.bg-primary { background-color: #1c75bc !important; }
.bg-secondary { background-color: #FF7F00 !important; }

/* ===========================
   Spacing utilities
=========================== */
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: 1rem; }

.mb-1 { margin-bottom: .25rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: 1rem; }

.p-1 { padding: .25rem; }
.p-2 { padding: .5rem; }
.p-3 { padding: 1rem; }

/* ===========================
   Typography
=========================== */
.text-sm { font-size: .875rem; }
.text-md { font-size: 1rem; }
.text-lg { font-size: 1.125rem; }
.text-bold { font-weight: 600; }

/* ===========================
   Required field asterisk
=========================== */
.required::after {
    content: " *";
    color: #dc3545;
    font-weight: bold;
}

/* ===========================
   CKEditor content styling
=========================== */
.job-description p {
    margin-bottom: .5rem;
}

.job-description ul {
    padding-left: 1.25rem;
    list-style-type: disc;
}

.job-description li {
    margin-bottom: .25rem;
}
