.gm-department-section {
    height: 143px;
    padding-top: 0;
    background: #fff;
    overflow: hidden;
}

.gm-department-section > h2 {
    height: 43px;
    margin: 0;
    padding: 0 14px;
    background: #f5f5f5;
    font-size: 13px;
    font-weight: 700;
    line-height: 43px;
}

.gm-department-row {
    display: grid;
    height: 100px;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    align-items: center;
}

.gm-department-rail {
    display: flex;
    height: 100px;
    gap: 13px;
    overflow-x: auto;
    padding: 13px 0 8px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.gm-department-rail::-webkit-scrollbar { display: none; }

.gm-department-rail a {
    display: flex;
    min-width: 64px;
    width: 64px;
    flex-direction: column;
    align-items: center;
    color: #555;
    text-align: center;
    text-decoration: none;
    scroll-snap-align: start;
}

.gm-department-rail img {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f0f0f0;
    object-fit: contain;
}

.gm-department-rail span {
    width: 62px;
    margin-top: 5px;
    overflow: hidden;
    font-size: 8px;
    line-height: 10px;
}

.gm-department-arrow {
    display: grid;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    padding: 0 0 2px;
    background: #fff;
    color: #aaa;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
    place-items: center;
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 22px;
    outline: 0;
}

.gm-department-arrow.is-left {
    color: #bbb;
    box-shadow: none;
}
