/* Custom styles for Wirral Jobs */
/* Most styling is handled by Tailwind CSS via CDN */

/* Smooth transitions for interactive elements */
a, button {
    transition: color 0.15s ease, background-color 0.15s ease;
}

/* Job description content styling (from Reed HTML) */
.job-description h1,
.job-description h2,
.job-description h3,
.job-description h4 {
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.job-description h1 { font-size: 1.5rem; }
.job-description h2 { font-size: 1.25rem; }
.job-description h3 { font-size: 1.125rem; }

.job-description p {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

.job-description ul,
.job-description ol {
    margin-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.job-description ul { list-style-type: disc; }
.job-description ol { list-style-type: decimal; }

.job-description li {
    margin-bottom: 0.25rem;
    line-height: 1.6;
}

.job-description strong,
.job-description b {
    font-weight: 600;
}

.job-description a {
    color: #4f46e5;
    text-decoration: underline;
}

.job-description a:hover {
    color: #3730a3;
}
