
/*
 * Big-Vision Team Importer 1.1
 * Simplifies the People directory without modifying the theme files.
 */

[data-team-directory] .bv-team-filters {
    display: none !important;
}

.bv-team-simple-filter {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 38px;
    padding: 16px 18px;
    max-width: 520px;
    border: 1px solid rgba(12, 42, 66, .14);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(10, 36, 57, .05);
}

.bv-team-simple-filter label {
    margin: 0;
    color: #0d2e49;
    font-weight: 700;
    white-space: nowrap;
}

.bv-team-simple-filter select {
    width: 100%;
    min-width: 230px;
    padding: 11px 40px 11px 13px;
    border: 1px solid rgba(12, 42, 66, .22);
    border-radius: 7px;
    background-color: #fff;
    color: #0d2e49;
    font: inherit;
    font-weight: 650;
    cursor: pointer;
}

.bv-team-simple-filter select:focus {
    outline: 2px solid rgba(190, 145, 45, .45);
    outline-offset: 2px;
    border-color: #b98b2d;
}

.bv-team-simple-filter-status {
    margin: 0 0 0 auto;
    color: #66727c;
    font-size: .82rem;
    white-space: nowrap;
}

/* Transparent role icons should look like symbols, not fake portraits/cards. */
.bv-team-showcase-card img[src*="transparent-team-icon"],
.bv-team-showcase-card img[alt*="professional engineering icon"],
.bv-profile-portrait-frame img[src*="transparent-team-icon"],
.bv-profile-portrait-frame img[alt*="professional engineering icon"] {
    object-fit: contain !important;
    padding: 13% !important;
    background: transparent !important;
}

@media (max-width: 720px) {
    .bv-team-simple-filter {
        display: block;
        max-width: none;
        padding: 14px;
        margin-bottom: 28px;
    }

    .bv-team-simple-filter label {
        display: block;
        margin-bottom: 8px;
    }

    .bv-team-simple-filter select {
        min-width: 0;
        width: 100%;
    }

    .bv-team-simple-filter-status {
        display: block;
        margin-top: 8px;
    }
}
