/* ── ADF Job Listings — ADFI Brand ──────────────────────── */

.adf-job-feed {
    -moz-column-count: 1;
    column-count: 1;
    column-gap: 1.5rem;
}

@media (min-width: 768px) {
    .adf-job-feed {
        -moz-column-count: var(--column-count);
        column-count: var(--column-count);
    }
}

.adf-location-card {
    border-radius: 8px;
    border: 1px solid #e8e2d6;
    box-shadow: 0 2px 12px rgba(0, 48, 87, 0.06);
    margin-bottom: 1.5rem;
    background-color: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}

.adf-location-card:hover {
    box-shadow: 0 4px 20px rgba(0, 48, 87, 0.12);
}

.adf-job-location-heading {
    border-bottom: 1px solid #e8e2d6;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem 0.75rem;
    position: relative;
}

.adf-job-location-heading h4 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.adf-job-location {
    font-family: 'Manrope', sans-serif;
    color: #003057;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.adf-job-location-icon {
    fill: #BA922E;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    flex-shrink: 0;
}

.adf-open-positions {
    display: flex;
    flex-flow: column;
    gap: 0.5rem;
    margin: 0;
    padding: 0 1.25rem 1.25rem;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}

.adf-open-positions li {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.adf-job-btn {
    display: block;
    background-color: #003057;
    border-radius: 4px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.5;
    padding: 0.6rem 1rem;
    width: 100%;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.adf-job-btn:hover,
.adf-job-btn:focus,
.adf-job-btn:active {
    background-color: #002244 !important;
    color: #fff !important;
}
