.crypto-container-1575dc16 {
    font-family: sans-serif;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    background-color: #ffffff;
    max-width: 100%;
}

.crypto-title-1575dc16 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.crypto-list-1575dc16 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.crypto-item-1575dc16 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f9f9f9;
}

.crypto-item-1575dc16:last-child {
    border-bottom: none;
}

.crypto-item-info-1575dc16 {
    display: flex;
    flex-direction: column;
}

.crypto-item-name-1575dc16 {
    font-weight: 600;
    font-size: 1rem;
}

.crypto-item-symbol-1575dc16 {
    font-size: 0.8rem;
    color: #888;
    text-transform: uppercase;
}

.crypto-item-price-info-1575dc16 {
    text-align: right;
    display: flex;
    flex-direction: column;
}

.crypto-item-price-1575dc16 {
    font-weight: 700;
    font-size: 1.05rem;
}

.crypto-item-change-1575dc16 {
    font-size: 0.8rem;
    font-weight: 600;
}

.crypto-item-change-1575dc16.up {
    color: #27ae60;
}

.crypto-item-change-1575dc16.down {
    color: #e74c3c;
}

.crypto-loading-1575dc16 {
    text-align: center;
    color: #888;
    padding: 20px 0;
}

.crypto-footer-1575dc16 {
    font-size: 0.75rem;
    color: #bbb;
    text-align: center;
    margin-top: 15px;
}
