.widget-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    max-width: 300px;
    font-size: 13px; /* texto geral menor */
}

.widget-header {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.widget-main-icon {
    font-size: 40px;
    color: #007bff;
}

.widget-card h2 {
    font-size: 16px; /* título menor */
    font-weight: bold;
    color: #333;
    margin: 0;
}

.widget-time {
    font-size: 11px; /* texto de atualização menor */
    color: #888;
}

.widget-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.widget-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget-icon {
    font-size: 20px; /* ícone um pouco menor */
    color: #555;
}

.widget-item strong {
    font-size: 13px; /* nome da moeda menor */
}

.var-positive {
    color: #0a7f2e;
    font-weight: bold;
}

.var-negative {
    color: #c62828;
    font-weight: bold;
}
