.ogs-v2-delivery-list {}

.ogs-v2-delivery-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border: 1px solid var(--COLOR_HAIRLINE);
    margin-bottom: 15px;
}

.ogs-v2-delivery-list-item .ogs-v2-radio {
    margin-right: 15px;
    position: static;
}

.ogs-v2-delivery-list-item .ogs-v2-radio+div p:nth-child(1),
.ogs-v2-delivery-list-item .ogs-v2-radio+div p:nth-child(2) {
    margin-bottom: 10px;
}

.ogs-v2-delivery-list-item .ogs-v2-radio input[type=radio] {
    width: 100%;
    height: 100%;
}

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

.ogs-v2-delivery-list-item div:nth-child(2) {}

.ogs-v2-delivery-list-item div:nth-child(2) div:nth-child(1) {}