.g-links-table__row {
    display: flex;
    justify-content: space-between;
}

.g-links-table__row:nth-child(odd) {
    background-color: var(--ama-color-light);
}

.g-links-table__row > div {
    padding: 0.3125rem 1.25rem 0.3125rem 0.625rem;
}

.g-links-table__row > :nth-child(1) {
    min-width: 35%;
}

.g-links-table__row > :nth-child(2) {
    min-width: 25%;
}

.g-links-table a {
    color: var(--ama-color-primary) !important;
    text-decoration: none !important;
}

.g-links-table__row > :nth-child(3) a:before {
    content: "";
    display: inline-block;
    border-left: 0.4375rem solid currentColor;
    border-top: 0.375rem solid transparent;
    border-bottom: 0.375rem solid transparent;
    margin-right: 0.375rem;
}