/* Job Detail Text Visibility Fix */

/* Ensure all prose content has proper text colors */
.prose {
    color: #374151 !important;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
    color: #1f2937 !important;
    font-weight: 600 !important;
}

.prose p {
    color: #374151 !important;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.prose ul,
.prose ol {
    color: #374151 !important;
    margin-bottom: 1rem;
}

.prose li {
    color: #374151 !important;
    margin-bottom: 0.5rem;
}

.prose strong {
    color: #1f2937 !important;
    font-weight: 600;
}

.prose em {
    color: #374151 !important;
}

/* Ensure links are visible */
.prose a {
    color: #2563eb !important;
    text-decoration: underline;
}

.prose a:hover {
    color: #1d4ed8 !important;
}

/* Job description specific styling */
.job-description-content {
    color: #374151 !important;
}

.job-description-content h3 {
    color: #1f2937 !important;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}

.job-description-content p {
    color: #374151 !important;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.job-description-content ul {
    color: #374151 !important;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.job-description-content li {
    color: #374151 !important;
    margin-bottom: 0.5rem;
    list-style-type: disc;
}

/* Override any conflicting styles */
.prose-blue {
    --tw-prose-body: #374151 !important;
    --tw-prose-headings: #1f2937 !important;
    --tw-prose-links: #2563eb !important;
    --tw-prose-bold: #1f2937 !important;
    --tw-prose-counters: #6b7280 !important;
    --tw-prose-bullets: #d1d5db !important;
}

/* Fix for job meta text visibility in header */
.bg-gradient-to-r.from-blue-600.to-purple-600 .text-white.font-medium {
    color: #ffffff !important;
    font-weight: 500 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
}

/* Ensure all job header meta items are visible */
.bg-gradient-to-r.from-blue-600.to-purple-600 .flex.items-center {
    color: #ffffff !important;
}

/* Make SVG icons visible in job meta */
.bg-gradient-to-r.from-blue-600.to-purple-600 .flex.items-center svg {
    color: #ffffff !important;
    opacity: 0.9;
}