.dtc-first{
    order: -1 ;
}

.dtc-first-grid{
    grid-area: 1/1;
}

.pendant-stone-list{
    display: flex;
    flex-direction: column;
}

.pendant-stone-list-item:first-of-type:not(.dtc-first){
    margin-top: calc(.625rem*(1 - var(--tw-space-y-reverse)));
}


