.apex-card__footer{
padding: 14px 16px;
display:flex;
align-items:center;
gap: 14px;
border-top: 1px solid rgba(255,255,255,.08);
background: rgba(0,0,0,.22);
}
.apex-card__name{
flex: 1 1 auto;
font-weight: 900;
letter-spacing: .08em;
text-transform: uppercase;
font-size: 12px;
color: rgba(255,255,255,.90);
overflow:hidden;
text-overflow: ellipsis;
white-space: nowrap;
min-width: 0;
}
/* Thin divider like the 2nd screenshot */
.apex-card__divider{
flex: 0 0 1px;
height: 18px;
background: rgba(255,255,255,.14);
opacity: .9;
}
/* Price pill on the right */
.apex-card__price-pill{
flex: 0 0 auto;
padding: 8px 12px;
border-radius: 999px;
font-weight: 950;
font-size: 13px;
color: rgba(255,255,255,.94);
background: rgba(7,8,12,.40);
border: 1px solid rgba(255,255,255,.18);
box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
white-space: nowrap;
}