.members img {
    width: 88px !important;
    height: 88px !important;
}

.members figure {
    min-width: 145px !important;
}

.jump-menu a {
    position: relative;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.jump-menu a.active {
    color: #080a0d !important;
    background: #dfff00;
    transform: translateX(-5px);
    box-shadow: 5px 0 0 #4de6ff;
}

.jump-menu a.active::before {
    content: "▶";
    margin-right: 3px;
    font-size: 7px;
}

.material-grid article {
    display: block;
}

.material-grid b {
    display: block;
}

.material-item {
    display: grid;
    grid-template-columns: 54px 70px 1fr;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-top: 1px solid #252d33;
}

.material-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.material-item strong {
    font-size: 16px;
}

.material-note {
    color: #9da6ae;
    font-size: 12px;
    line-height: 1.5;
    border-top: 1px solid #252d33;
    padding-top: 14px;
}

@media (max-width: 1050px) {
    .members img {
        width: 78px !important;
        height: 78px !important;
    }

    .members figure {
        min-width: 125px !important;
    }
}

@media (max-width: 480px) {
    .members img {
        width: 72px !important;
        height: 72px !important;
    }

    .members figure {
        min-width: 105px !important;
    }
}
