.ihgl-grid-wrap {
    margin: 1.5em 0;
}

.ihgl-grid-title {
    margin: 0 0 18px;
}

.ihgl-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.ihgl-item {
    width: 110px;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.ihgl-thumb {
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    overflow: hidden;
    margin: 0 auto 10px;
    border: 3px solid #d9d9d9;
    background: #f2f2f2;
}

.ihgl-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ihgl-title {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    word-break: break-word;
}

@media (max-width: 680px) {
    .ihgl-grid {
        gap: 14px;
    }

    .ihgl-item {
        width: 92px;
    }

    .ihgl-thumb {
        width: 78px;
        height: 78px;
    }

    .ihgl-title {
        font-size: 13px;
    }
}
