/* stylelint-disable */

:root {
    --colorAppBackground: #100843;
    --widthMaxJobBoard: 90%;
    --borderRadiusContainer: 20px;
    --fontFamily: "Inter", sans-serif;
}

/* 1. FILTERS & BREADCRUMBS: Χρώμα #f5f5f5 (Labels, Breadcrumbs, Count) */
.ashby-department-heading-level,
.ashby-job-board-heading,
.ashby-job-board-heading-count {
    color: #f5f5f5 !important;
}

/* 3. JOB TITLES: Χρώμα #24bbea */
.ashby-job-posting-brief-title {
    color: #24bbea !important;
    font-family: "Space Grotesk", sans-serif !important;
}

/* 4. JOB DESCRIPTION: Χρώμα #100843 (Μέσα στην κάρτα) */
.ashby-job-posting-brief-details p {
    color: #100843 !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 500 !important;
}

/* 5. JOB CARDS: Φόντο #f5f5f5, No Borders, 20px Radius */
.ashby-job-posting-brief {
    background-color: #f5f5f5 !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
    transition: none !important;
}

/* 6. HOVER: Να μην αλλάζει τίποτα */
.ashby-job-posting-brief:hover {
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
    border: none !important;
}

/* 7. ΓΕΝΙΚΕΣ ΓΡΑΜΜΑΤΟΣΕΙΡΕΣ */
.ashby-job-board-heading,
.ashby-department-heading-level {
    font-family: "Space Grotesk", sans-serif !important;
}