/* Template:infobox term 专属样式(与 infobox part 共用 .ocs-infobox 基类) */
.ocs-infobox .en {
text-align: center;
color: var(--ocs-steel-3, #6B7A82);
font-size: 0.92em;
}
.ocs-infobox .g-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 2px;
min-width: 0;
}
.ocs-infobox .g-item img {
max-width: 100%;
height: auto;
}
.ocs-infobox .g-cap {
line-height: 1.3;
text-align: center;
color: var(--ocs-steel-3, #6B7A82);
}