.wrapper-token {
    padding-left: 5rem;
    padding-right: 5rem;
}

.token-chart-prices {
    max-width: 78rem;
    width: 100%;
    padding: 1rem;
}

.token-card {
    width: 14rem !important;
    padding: 1rem;
    margin: 1rem !important;
}

.token-card:hover {
    border: 0.25rem solid white;
    padding: 0.75rem;
    transition: border 0.1s, padding 0.1s;
    cursor: pointer;
}

.token-price-change {
    display: flex;
    justify-content: center;
}

.token-price-icon {
    width: 2rem !important;
    padding: 0 !important;
    margin-left: 1rem;
}

.token-price-secondary {
    font-size: 0.75rem;
}

.token-summary-selector {
    margin-bottom: 0.5rem;
}

.token-summary-selector-btn {
    width: 4.5rem;
}

@media only screen and (max-width: 460px) {
    .card-mobile {
        padding: 0 !important;
    }

    .wrapper-token {
        padding: 0 !important;
    }

    .token-prices {
        justify-content: flex-start !important;
        flex-flow: row !important;
        overflow-y: scroll !important;
        -ms-overflow-style: none !important;
    }

    .token-card {
        min-width: 14rem !important;
        margin-left: 0 !important;
    }

    .token-prices::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
    }
}