.jb-suite-top-companies-hiring {
    display: grid;
    gap: 14px;
}

.jb-suite-top-companies-hiring-slider {
    overflow: hidden;
}

.jb-suite-top-companies-hiring-title {
    margin: 0;
    font-size: 38px;
    line-height: 1.15;
    color: #0f172a;
    font-weight: 800;
}

.jb-suite-top-companies-hiring-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 48px) / 4);
    gap: 16px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 2px 0;
}

.jb-suite-top-companies-hiring-card {
    min-width: 0;
    border: 1px solid #dde3ed;
    border-radius: 12px;
    background: #fff;
    padding: 16px;
    scroll-snap-align: start;
    display: grid;
    gap: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.jb-suite-top-companies-hiring-card:hover,
.jb-suite-top-companies-hiring-card:focus-within {
    transform: translateY(-2px);
    border-color: #c7d3e4;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    background: #fcfdff;
    color: #0056d2;
}

.jb-suite-top-companies-hiring-card:hover .jb-suite-top-companies-hiring-name,
.jb-suite-top-companies-hiring-card:focus-within .jb-suite-top-companies-hiring-name,
.jb-suite-top-companies-hiring-card:hover .jb-suite-top-companies-hiring-count,
.jb-suite-top-companies-hiring-card:focus-within .jb-suite-top-companies-hiring-count {
    color: #0056d2;
}

.jb-suite-top-companies-hiring-name {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
}

.jb-suite-top-companies-hiring-name:hover {
    color: #0f172a;
    text-decoration: none;
}

.jb-suite-top-companies-hiring-count {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    color: #334155;
}

.jb-suite-top-companies-hiring-logos {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}

.jb-suite-top-companies-hiring-logo {
    flex: 0 0 calc((100% - 24px) / 4);
    width: calc((100% - 24px) / 4);
    height: 42px;
    min-width: 0;
    border: 1px solid #d8e0eb;
    border-radius: 8px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
}

.jb-suite-top-companies-hiring-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 900px) {
    .jb-suite-top-companies-hiring-title {
        font-size: 30px;
    }

    .jb-suite-top-companies-hiring-track {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        touch-action: pan-x;
        padding-right: 14px;
    }

    .jb-suite-top-companies-hiring-track::-webkit-scrollbar {
        display: none;
    }

    .jb-suite-top-companies-hiring-card {
        padding: 14px;
        flex: 0 0 min(86%, 320px);
        max-width: min(86%, 320px);
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .jb-suite-top-companies-hiring-name {
        font-size: 16px;
        line-height: 1.2;
    }

    .jb-suite-top-companies-hiring-count {
        font-size: 15px;
        line-height: 1.35;
    }

    .jb-suite-top-companies-hiring-logo {
        height: 36px;
    }
}
