/* Ashby job board theme overrides */
.ashby-job-board-heading,
.ashby-job-posting-heading,
.ashby-application-form-section-header-title {
    font-family: "Tiempos Text", 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1E1E1E;
    letter-spacing: -0.4px;
}

.ashby-job-board-heading {
    font-size: 18px;
    margin: 0 0 12px 0;
}

.ashby-job-board-heading-count {
    font-size: 14px;
    color: #8E8D8C;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ashby-job-board-filters-label {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #8E8D8C;
    text-transform: uppercase;
}

.ashby-job-board-filter,
.ashby-job-board-reset-filters-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #e7e6e4;
    background-color: #FEFDFB;
    color: #1E1E1E;
    font-size: 13px;
    font-weight: 500;
}

.ashby-job-board-filter:hover,
.ashby-job-board-reset-filters-label:hover {
    border-color: #d0cfcd;
}

.ashby-job-posting-brief {
    background: #FEFDFB;
    border: 1px solid #e7e6e4;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 16px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.ashby-job-posting-brief:hover {
    border-color: #cbc9c7;
    transform: translateY(-2px);
}

.ashby-job-posting-brief-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.2px;
    margin-bottom: 6px;
    color: #1E1E1E;
}

.ashby-job-posting-brief-department-heading,
.ashby-job-posting-brief-department-heading-level {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #8E8D8C;
}

.ashby-job-posting-brief-details {
    color: #4C4D4E;
    line-height: 1.6;
    font-size: 15px;
}

.ashby-job-posting-brief-list {
    display: grid;
    gap: 16px;
}

.ashby-job-posting-right-pane {
    border: 1px solid #e7e6e4;
    border-radius: 16px;
    background-color: #FEFDFB;
    padding: 32px;
    box-shadow: 0 12px 32px rgba(17, 17, 17, 0.05);
    margin-top: 24px;
}

.ashby-job-posting-left-pane {
    margin-top: 24px;
}

.ashby-job-posting-right-pane-tab-slider {
    background-color: #f0efed;
    padding: 4px;
    border-radius: 999px;
    margin-bottom: 24px;
}

.ashby-job-posting-right-pane-overview-tab,
.ashby-job-posting-right-pane-application-tab {
    border-radius: 999px;
    padding: 8px 18px;
    font-weight: 500;
    color: #4C4D4E;
}

.ashby-job-posting-right-pane-overview-tab[data-active],
.ashby-job-posting-right-pane-application-tab[data-active] {
    background-color: #FFFFFF;
    color: #1E1E1E;
    box-shadow: 0 6px 16px rgba(30, 30, 30, 0.1);
}

.ashby-job-board-back-to-all-jobs-button,
.ashby-application-form-submit-button {
    background-color: #1E1E1E;
    color: #FEFDFB;
    border: none;
    border-radius: 20px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 500;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.ashby-job-board-back-to-all-jobs-button:hover,
.ashby-application-form-submit-button:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.ashby-job-board-back-to-all-jobs-button {
    margin-bottom: 24px;
}

.ashby-job-posting-header {
    margin-bottom: 16px;
}

.ashby-job-posting-heading {
    font-size: 18px;
    margin-bottom: 8px;
}

.ashby-job-posting-right-pane p,
.ashby-job-posting-right-pane li,
.ashby-job-posting-left-pane p,
.ashby-job-posting-left-pane li {
    color: #4C4D4E;
    line-height: 1.7;
}

.ashby-job-posting-left-pane ul,
.ashby-job-posting-right-pane ul {
    padding-left: 18px;
}

.ashby-application-form-question-title {
    font-weight: 600;
    font-size: 15px;
    color: #1E1E1E;
}

.ashby-application-form-question-description {
    font-size: 13px;
    color: #8E8D8C;
    margin-top: 4px;
}

.ashby-application-form-section-container + .ashby-application-form-section-container {
    margin-top: 32px;
}

.ashby-application-form-field-entry input,
.ashby-application-form-field-entry select,
.ashby-application-form-field-entry textarea {
    border-radius: 12px;
    border: 1px solid #dcdad8;
    padding: 10px 14px;
    font-family: inherit;
    font-size: 14px;
    background-color: #FFFFFF;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ashby-application-form-field-entry input:focus,
.ashby-application-form-field-entry select:focus,
.ashby-application-form-field-entry textarea:focus {
    border-color: #1E1E1E;
    box-shadow: 0 0 0 3px rgba(30, 30, 30, 0.12);
    outline: none;
}

.ashby-application-form-autofill-input-root {
    border: 1px dashed #dcdad8;
    border-radius: 16px;
    padding: 20px;
    background-color: #fff;
}

.ashby-application-form-autofill-input-title {
    font-weight: 600;
    color: #1E1E1E;
}

.ashby-application-form-autofill-input-description,
.ashby-application-form-texting-consent-description {
    color: #8E8D8C;
    font-size: 13px;
    line-height: 1.6;
}

.ashby-application-form-success-container,
.ashby-application-form-failure-container,
.ashby-application-form-blocked-application-container {
    border: 1px solid #dcdad8;
    border-radius: 16px;
    padding: 24px;
    background-color: #fff;
    color: #1E1E1E;
}

@media (max-width: 900px) {
    .ashby-job-posting-right-pane {
        padding: 24px 20px;
    }

    .ashby-job-posting-brief {
        padding: 18px 20px;
    }

    .ashby-job-board-heading {
        font-size: 26px;
    }
}
