/* officer */
.omj-awre-officer-list {
    display: flex;
    flex-wrap: wrap;
}

.omj-awre-officer-list-item {
    margin: 0 var(--part-margin-flex) var(--part-margin-middle) 0;
    text-align: center;
    width: var(--flex-cols-3-item-width);
}

.omj-awre-officer-list-item:nth-child(3n) {
    margin-right: 0;
}

.omj-awre-officer-list-item:nth-last-child(1),
.omj-awre-officer-list-item:nth-last-child(2),
.omj-awre-officer-list-item:nth-last-child(3) {
    margin-bottom: 0;
}

.omj-awre-officer-list-item-image,
.omj-awre-section-content .omj-awre-officer-list-item-image {
    overflow: hidden;
    border-radius: 50%;
    margin: 0 0 var(--part-margin-small);
    padding-top: 100%;
    height: 0;
    position: relative;
}

.omj-awre-officer-list-item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: unset;
}

.omj-awre-officer-list-item-role,
.omj-awre-section-content .omj-awre-officer-list-item-role {
    font-size: var(--font-size-meta);
    color: var(--color-meta);
    margin: 0 0 var(--part-margin-very-small);
}

.omj-awre-officer-list-item-name {
    font-weight: bold;
}

@media screen and (min-width: 1024px){
    .omj-awre-table th {
        width: 30rem;
    }
}