.ogs-v2-list {}

.ogs-v2-list-item {
    border-top: 1px solid var(--COLOR_HAIRLINE);
    padding: 15px 0;
}

.ogs-v2-list-item:first-child {
    border-top: 0px solid var(--COLOR_HAIRLINE);
}

.ogs-v2-list-item:last-child {
    border-bottom: 1px solid var(--COLOR_HAIRLINE);
}

.ogs-v2-list-item.with-arrow {
    padding-right: 40px;
}

.ogs-v2-list-item.with-arrow::after {
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--COLOR_PRIMARY);
    border-right: 1px solid var(--COLOR_PRIMARY);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 7px);
    right: 5px;
    content: "";
}

.ogs-v2-list-item>* {
    margin-bottom: 8px;
}

.ogs-v2-list-item>*:last-child {
    margin-bottom: 0px;
}