/* Fonio.ai – Ashby Job Board: modern chic styling */
/* Designed to complement brand colors #0F0F16 + #585DFE     */

/* ─── Job posting cards ──────────────────────────────────── */

.ashby-job-posting-brief {
    margin-bottom: 4px !important;
    padding: 14px 20px !important;
    border: 1px solid #e8e8ed !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.ashby-job-posting-brief:hover {
    border-color: #585DFE !important;
    box-shadow: 0 2px 12px rgba(88, 93, 254, 0.12) !important;
}

/* ─── Job title ───────────────────────────────────────────── */

.ashby-job-posting-brief-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em !important;
    color: #0F0F16 !important;
}

/* ─── Job metadata (location, type etc.) ─────────────────── */

.ashby-job-posting-brief-details {
    font-size: 13px !important;
    color: #6b6b7b !important;
    margin-top: 3px !important;
}

/* ─── Department headings ────────────────────────────────── */





/* ─── Overall list container ─────────────────────────────── */

.ashby-job-posting-brief-list {
    padding: 0 !important;
}

/* ─── Board heading & count ──────────────────────────────── */

.ashby-job-board-heading {
    font-size: 22px !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    color: #0F0F16 !important;
}

.ashby-job-board-heading-count {
    font-size: 13px !important;
    color: #9999aa !important;
    font-weight: 400 !important;
}

/* ─── Filters ─────────────────────────────────────────────── */

.ashby-job-board-filter {
    border: 1px solid #e8e8ed !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    color: #0F0F16 !important;
    background: #ffffff !important;
    transition: border-color 0.15s ease !important;
}

.ashby-job-board-filter:focus {
    outline: none !important;
    border-color: #585DFE !important;
}

.ashby-job-board-filters-label {
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: #6b6b7b !important;
}
