.demo-launch-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.demo-launch-card > div { min-width: 0; }
.demo-launch-card p { margin: 8px 0 0; font-size: 12px; line-height: 1.5; }
.demo-launch-card button { flex-shrink: 0; }
.demo-launch-card button:disabled { opacity: .65; cursor: wait; }
.catalog-game-card-shell { position: relative; min-width: 0; }
.catalog-game-card-shell > .demo-game-card { width: 100%; }
.pilot-real-money-button {
    position: absolute; right: 8px; bottom: 8px; z-index: 2; border: 1px solid #ffcf56;
    border-radius: 999px; padding: 5px 9px; background: #7a1f10; color: #fff3c4;
    font-size: 10px; font-weight: 800; cursor: pointer; box-shadow: 0 3px 12px #0008;
}
.pilot-real-money-button:hover { background: #9d2915; }
@media (max-width: 600px) {
    .demo-launch-card { align-items: stretch; flex-direction: column; }
    .demo-launch-card button { align-self: flex-start; max-width: 100%; }
}
