.jb-suite-popular-locations,
.jb-suite-popular-skills {
    display: grid;
    gap: 14px;
}

.jb-suite-popular-locations-title,
.jb-suite-popular-skills-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
    color: #0f172a;
    font-weight: 800;
}

.jb-suite-popular-locations-list,
.jb-suite-popular-skills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.jb-suite-popular-location-chip,
.jb-suite-popular-skill-chip {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 14px;
    border: 1px solid #d6dde8;
    border-radius: 999px;
    background: #fff;
    text-decoration: none;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.2;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.jb-suite-popular-location-chip:hover,
.jb-suite-popular-location-chip:focus-visible,
.jb-suite-popular-skill-chip:hover,
.jb-suite-popular-skill-chip:focus-visible {
    border-color: #becbdd;
    background: #fbfdff;
    transform: translateY(-1px);
    color: #0056d2;
    text-decoration: none;
}

@media (max-width: 900px) {
    .jb-suite-popular-locations-title,
    .jb-suite-popular-skills-title {
        font-size: 26px;
    }

    .jb-suite-popular-location-chip,
    .jb-suite-popular-skill-chip {
        min-height: 36px;
        padding: 0 12px;
        font-size: 14px;
    }
}
