﻿
.hot-list {
}

    .hot-list .card-title {
        font-weight: bold;
        color: #333;
    }

    .hot-list .list-group-item {
        border: none;
        border-bottom: 1px solid #ccc;
        padding: 5px 0;
    }

.crypto-info {
    gap: 10px;
}

.cryptocard-info {
    margin-top: 8px;
}

.crypto-logo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.crypto-symbol {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.crypto-name {
    font-size: 12px;
    color: #999;
}

.crypto-price {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.crypto-change {
    font-size: 14px;
}

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.hot-list .list-group-item {
    transition: background-color 0.3s ease;
}

    .hot-list .list-group-item:hover {
        background-color: #f8f9fa;
    }

.crypto-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
