/* PRTS 干员图标短代码样式 — [prts_operator_icons] */
.pf-op-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 32px 0;
}
.pf-op-icons__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}
.pf-op-icons__item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    user-select: none;
    -webkit-user-select: none;
}
