.gblgp-market-card{

    max-width:520px;

    margin:40px auto;

    padding:35px;

    background:#121212;

    border:1px solid #2d2d2d;

    border-radius:18px;

    color:#ffffff;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.35);

    font-family:inherit;

}

.gblgp-title{

    color:#d4af37;

    font-size:24px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:25px;

}

.gblgp-subtitle{

    color:#bbbbbb;

    font-size:16px;

    text-transform:uppercase;

}

.gblgp-price{

    font-size:52px;

    font-weight:700;

    margin:25px 0;

    color:#ffffff;

}

.gblgp-update{

    border-top:1px solid #2d2d2d;

    margin-top:30px;

    padding-top:20px;

    color:#9e9e9e;

    font-size:14px;

}

.gblgp-stats{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-top:35px;

}

.gblgp-stats div{

    background:#1a1a1a;

    padding:16px;

    border-radius:10px;

}

.gblgp-stats span{

    display:block;

    color:#999;

    font-size:13px;

    text-transform:uppercase;

    margin-bottom:6px;

}

.gblgp-stats strong{

    font-size:18px;

    color:#fff;

}