.coin-purchase-panel {
    display: grid;
    gap: 24px;
    width: min(460px, calc(100vw - 28px));
    padding: 28px;
}

.coin-purchase-question {
    display: grid;
    gap: 16px;
    justify-items: center;
    text-align: center;
}

.coin-purchase-question h2 {
    margin: 0;
    color: #f6f9ff;
    font-size: clamp(1.25rem, 4vw, 1.7rem);
    line-height: 1.25;
}

.coin-purchase-debit {
    color: #ff5573;
    font-size: clamp(1.45rem, 5vw, 2rem);
    line-height: 1;
    text-shadow: 0 0 18px rgba(255, 66, 103, .24);
}

.coin-purchase-reward {
    color: #65e6a8;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.3;
}

.coin-purchase-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coin-purchase-actions > button {
    min-height: 46px;
    width: 100%;
}
